Name | Valid Values | Default Value |
format | see SimpleDateFormat javadoc |
|
formatx | see SimpleDateFormat javadoc |
|
where x is >= 1 to specify multiple date
formats. |
DefaultValidator.java | Class | |
DoubleValidator.java | Class | Validates Doubles with the following constraints in addition to those
listed in NumberValidator and DefaultValidator. |
FieldReference.java | Class | Helper Class to manage relations between fields. |
FileValidator.java | Class | A validator that will compare a FileItem testValue against the following
constraints in addition to those listed in DefaultValidator. |
FloatValidator.java | Class | Validates Floats with the following constraints in addition to those
listed in NumberValidator and DefaultValidator. |
InitableByConstraintMap.java | Interface | This interface marks a bean/class that can have its properties set
by values in a Map. |
IntegerRangeValidator.java | Class | Validates an int field in dependency on another int field. |
IntegerValidator.java | Class | Validates Integers with the following constraints in addition to those
listed in NumberValidator and DefaultValidator. |
InvalidMaskException.java | Class | An Exception indidate an invalid field mask. |
LongValidator.java | Class | Validates Longs with the following constraints in addition to those
listed in NumberValidator and DefaultValidator. |
NumberKeyValidator.java | Class | Validates numbers with the following constraints in addition to those
listed in DefaultValidator. |
NumberValidator.java | Class | Validates numbers with the following constraints in addition to those
listed in DefaultValidator. |
ShortValidator.java | Class | Validates Shorts with the following constraints in addition to those
listed in NumberValidator and DefaultValidator. |
StringValidator.java | Class | |
ValidationException.java | Class | |
Validator.java | Interface | Validator api. |