Package javax.validation.constraints
package javax.validation.constraints
-
ClassDescriptionVerify that the annotated element is either
false
,Boolean.FALSE
ornull
.Verify that the annotated element is eithertrue
,Boolean.TRUE
ornull
.Verify that the annotated element has a number which is lower or equal than the given value or isnull
.Verify that the annotated element has a number which is higher or equal than the given value or isnull
.Specify the number of maximal allowed digits for the fraction part and the digit size.Verify that the annotated value of the annotated element is in the future ornull
.Verify that the annotated element has a number which is lower or equal than the given value or isnull
.Verify that the annotated element has a number which is higher or equal than the given value or isnull
.Constraint to verify that the validated field, parameter, etc is notnull
.Constraint to verify that the validated field, parameter, etc isnull
.Verify that the annotated value of the annotated element is in the past ornull
.Constraint to verify that the validated field, parameter, etc matches the given regexp pattern.Verify that size of the annotated element is higher or equals the min value and lower or equals the max value or whether the annotated element isnull
.