| CompareCallback |
Interface to define the compare operation betwen two field values
|
| Constraint |
A constraint has a name and a value and an optional message.
|
| DateStringValidator |
Validates numbers with the following constraints in addition to those
listed in DefaultValidator.
|
| DefaultValidator |
DefaultValidator that will compare a testValue against the following
constraints:
Validation rules
NameValid ValuesDefault Value
requiredtrue|falsefalse
maskregexp
minLengthinteger0
maxLengthinteger
This validator can serve as the base class for more specific validators
|
| FieldReference |
Helper Class to manage relations between fields.
|
| FieldReference.Comparison |
|
| InitableByConstraintMap |
This interface marks a bean/class that can have its properties set
by values in a Map.
|
| IntegerValidator |
Validates Integers with the following constraints in addition to those
listed in NumberValidator and DefaultValidator.
|
| InvalidMaskException |
An Exception indidate an invalid field mask.
|
| NumberValidator |
Validates numbers with the following constraints in addition to those
listed in DefaultValidator.
|
| ValidationException |
An Exception to mark a failed validation
|
| Validator |
Validator api.
|