| ConstraintValidator<A extends java.lang.annotation.Annotation,T> |
Constraint validator that can be used at either runtime or compilation time and
is capable of validation Constraint instances.
|
| ConstraintValidatorContext |
Subset of the ConstraintValidatorContext interface without the unnecessary parts.
|
| ConstraintValidatorRegistry |
Interface for a class that is a registry of contraint validator.
|
| DecimalMaxValidator<T> |
Abstract implementation of a validator for DecimalMax.
|
| DecimalMinValidator<T> |
Abstract implementation of a validator for DecimalMin.
|
| DigitsValidator<T> |
Abstract Digits validator implementation.
|
| SizeValidator<T> |
Abstract implementation of a Size validator.
|