public interface Validator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Validator.Result |
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getName() |
Class<T> |
getValidationInput() |
@NonNull Validator.Result |
validate(T object) |
@NonNull String getName()
@CheckReturnValue @NonNull Validator.Result validate(T object) throws IOException
IOExceptionCopyright © 2018 SPF4J. All rights reserved.