Interface | Description |
---|---|
Validator |
Validator for strings.
|
Class | Description |
---|---|
AbstractValidator |
Abstract validator implementation containing helper methods for conversion.
|
AndValidator |
Validator that only checks whether all of its known validators validate the
given input.
|
DigitCountValidator |
Validator for digit counts.
|
EnumerationValidator |
Validator for a specific set of allowed inputs.
|
LengthValidator |
Validator for input lengths.
|
NumberValidator |
Validator for number ranges.
|
OrValidator |
Validator that only checks whether one of its known validators validate the
given input.
|
PatternValidator |
Validator using pattern matching.
|
Enum | Description |
---|---|
DigitCountValidator.Type |
Type specifies what DigitCountValidator should check.
|
LengthValidator.Type |
Type specifies what the LengthValidator should check.
|
NumberValidator.Type |
Type specifies what NumberValidator should check.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a