All Classes and Interfaces
Class
Description
The annotated element must be false.
The annotated element must be true.
Marks an annotation as a Constraint class.
The annotated element has to be in the appropriate date or temporal range.
Defines several
@DateRange annotations on the same element.The annotated element must be a number whose value must be lower or equal to the specified
maximum.
Defines several
DecimalMax annotations on the same element.The annotated element must be a number whose value must be higher or equal to the specified
minimum.
Defines several
DecimalMin annotations on the same element.The annotated element must be a number within accepted range.
The string has to be a well-formed email address.
The annotated element must be an instant, date or time in the future.
The annotated element must be an instant, date or time in the present or in the future.
The annotated string length must be between the specified boundaries (included).
The annotated element must be a number whose value must be lower or equal to the specified
maximum.
The annotated element must be a number whose value must be higher or equal to the specified
minimum.
The annotated element must be a strictly negative number (i.e.
The annotated element must be a negative number or 0.
The annotated element must not be
null and must contain at least one non-whitespace
character.The annotated element must not be
null and must contain at least one non-whitespace
character.The annotated element must not be
null.The annotated element must be
null.The annotated element must be an instant, date or time in the past.
The annotated element must be an instant, date or time in the past or in the present.
The annotated
CharSequence must match the specified regular expression.Defines several
Pattern annotations on the same element.The annotated element must be a strictly positive number (i.e.
Defines several
Positive constraints on the same element.The annotated element must be a positive number or 0.
The annotated element has to be in the appropriate range.
Defines several
@Range annotations on the same element.Possible Regexp flags.
The annotated element size must be between the specified boundaries (included).
The annotated element must be a String validated to be a valid URI.
The annotated element must be a String validated to be a valid UUID.
Marks a type for validation adapter generation