class |
EmailValidator |
Validates one specific string property in any object if it is valid email address.
|
class |
FieldEmptyValidator |
Implementation of AbstractFieldValidator that validates one specific string property
in any object if it is null or blank.
|
class |
FieldGreaterThanZeroValidator |
Implementation of AbstractFieldValidator that validates one number property
in any object if it is not null and greater than zero.
|
class |
FieldIntegerValidator |
|
class |
FieldNotEmptyOrTooLongValidator |
Implementation of AbstractFieldValidator that validates one specific string property
in any object if it is not null, not blank and shorter than maxLength.
|
class |
FieldNotEmptyValidator |
Implementation of AbstractFieldValidator that validates one specific string property
in any object if it is not null and not blank.
|
class |
FieldTooLongValidator |
Implementation of AbstractFieldValidator that validates one specific string property
in any object if it is shorter than maxLength.
|
class |
OptionalFieldValidator |
|
class |
RegexpValidator |
Validates one specific string property in any object if it is valid against given regular expression.
|