public final class EntityAnnotatedValueValidator extends TypeValidator
Entity| Modifier and Type | Method and Description |
|---|---|
protected boolean |
appliesTo(Class<?> type)
Used by apply to figure out whether to apply the validation or simply return.
|
static EntityAnnotatedValueValidator |
getInstance()
Get the instance.
|
protected void |
validate(Class<?> type,
Object value,
List<ValidationFailure> validationFailures) |
applypublic static EntityAnnotatedValueValidator getInstance()
protected boolean appliesTo(Class<?> type)
TypeValidatorappliesTo in class TypeValidatortype - the type to be validatedprotected void validate(Class<?> type, Object value, List<ValidationFailure> validationFailures)
validate in class TypeValidator