public interface Validator
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(Object value)
Validates the given value and returns a
ValidationResult describing the result of the validation. |
ValidationResult validate(Object value)
ValidationResult describing the result of the validation.value - the value to validateCopyright © 2014. All rights reserved.