A B C D E F G H I J L M N O P R S T U V

D

DecimalMax - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
DecimalMax.List - Annotation Type in javax.validation.constraints
Defines several @DecimalMax annotations on the same element
DecimalMin - Annotation Type in javax.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specificed minimum.
DecimalMin.List - Annotation Type in javax.validation.constraints
Defines several @DecimalMin annotations on the same element
declaredOn(ElementType...) - Method in interface javax.validation.metadata.ElementDescriptor.ConstraintFinder
Restrict to the constraints hosted on the listed types for a given element.
Default - Interface in javax.validation.groups
Default Bean Validation group.
Digits - Annotation Type in javax.validation.constraints
The annotated element must be a number within accepted range Supported types are: BigDecimal BigInteger String byte, short, int, long, and their respective wrapper types

null elements are considered valid

Digits.List - Annotation Type in javax.validation.constraints
Defines several @Digits annotations on the same element
disableDefaultConstraintViolation() - Method in interface javax.validation.ConstraintValidatorContext
Disable the default ConstraintViolation object generation (which is using the message template declared on the constraint).

A B C D E F G H I J L M N O P R S T U V