All Classes and Interfaces

Class
Description
The annotated element must not be null and must contain at least one non-whitespace character
 
Annotated element must not be null nor empty:
 
Validates that String or CharSequence matches RegEx
 
Validates Integer, Long, Short, Float, Double, BigInteger, BigDecimal value to be in specified range
 
 
Validates List, Collection, Map, String or CharSequence size
 
Indicates that Type Field / Method Argument / Return Value should be validated and thus such Validator will be expected
Indicates that Method Arguments / Method Return Value should be validated
Indicates that annotation is used for validation and providers factory that instantiates Validator
Context of current validation progress and validation options
Context builder
Indicates deep object path for violation and validation context
Validates instances
Factory that is responsible for creating new Validator<T> implementations
 
Indicates validation failure