All Classes and Interfaces

Class
Description
Verify that the annotated element is either false, Boolean.FALSE or null.
 
Verify that the annotated element is either true, Boolean.TRUE or null.
 
 
 
 
 
 
 
Meta annotation to declare a constraint annotation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Verify that the annotated element has a number which is lower or equal than the given value or is null.
 
Verify that the annotated element has a number which is higher or equal than the given value or is null.
 
The Validation group which is assumed if no other one is explicitly specified.
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 or null.
 
 
 
 
 
Verify that the annotated element has a number which is lower or equal than the given value or is null.
 
 
 
 
 
Verify that the annotated element has a number which is higher or equal than the given value or is null.
 
Constraint to verify that the validated field, parameter, etc is not null.
 
Constraint to verify that the validated field, parameter, etc is null.
 
 
 
 
 
Verify that the annotated value of the annotated element is in the past or null.
 
 
 
 
 
 
 
 
 
 
Constraint to verify that the validated field, parameter, etc matches the given regexp pattern.
 
 
Non-portable implementation specific way to provide metadata to constraints.
 
 
 
 
 
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 is null.
 
 
 
 
 
 
Note: From Section 4.4.5 Validation of the 1.0 PFD Spec - Validation implementations may only provide the following three public static methods: buildDefaultValidatorFactory(), byDefaultProvider(), byProvider()