public interface HandlerInvalidField<P>
| Modifier and Type | Method and Description |
|---|---|
default Collection<Error> |
handle(Object instance,
P attemptedValue) |
default Collection<Error> |
handle(P attemptedValue) |
default Collection<Error> handle(P attemptedValue)
default Collection<Error> handle(Object instance, P attemptedValue)
Copyright © 2019–2021 com.github.mvallim. All rights reserved.