Uses of Annotation Interface
javax.validation.Constraint
Packages that use Constraint
-
Uses of Constraint in javax.validation.constraints
Classes in javax.validation.constraints with annotations of type ConstraintModifier and TypeClassDescription@interfaceVerify that the annotated element is eitherfalse,Boolean.FALSEornull.@interfaceVerify that the annotated element is eithertrue,Boolean.TRUEornull.@interfaceVerify that the annotated element has a number which is lower or equal than the given value or isnull.@interfaceVerify that the annotated element has a number which is higher or equal than the given value or isnull.@interfaceSpecify the number of maximal allowed digits for the fraction part and the digit size.@interfaceVerify that the annotated value of the annotated element is in the future ornull.@interfaceVerify that the annotated element has a number which is lower or equal than the given value or isnull.@interfaceVerify that the annotated element has a number which is higher or equal than the given value or isnull.@interfaceConstraint to verify that the validated field, parameter, etc is notnull.@interfaceConstraint to verify that the validated field, parameter, etc isnull.@interfaceVerify that the annotated value of the annotated element is in the past ornull.@interfaceConstraint to verify that the validated field, parameter, etc matches the given regexp pattern.@interfaceVerify 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.