public final class ListValueValidator extends ValueValidator
| Modifier and Type | Method and Description |
|---|---|
static ListValueValidator |
getInstance()
Get the instance.
|
protected Class |
getRequiredValueType()
Used by
apply to figure out whether to apply the validation or simply return. |
protected void |
validate(Class<?> type,
Object value,
List<ValidationFailure> validationFailures) |
applypublic static ListValueValidator getInstance()
protected Class getRequiredValueType()
ValueValidatorapply to figure out whether to apply the validation or simply return.getRequiredValueType in class ValueValidatorprotected void validate(Class<?> type, Object value, List<ValidationFailure> validationFailures)
validate in class ValueValidator