org.asaplibrary.util.validation.rules
Package | |
---|---|
Classpath: | org.asaplibrary.util.validation.rules |
Classes
BooleanValidationRule
Validation rule that returns the value of target.getValue() as Boolean, so the value is valid if true
DutchPostcodeValidationRule
Validation rule to check for a valid Dutch type postcode.
EmailValidationRule
Validation rule to check for a valid email address.
EmptyStringValidationRule
Validation rule to check for empty strings.
NullValidationRule
Validation rule that considers the return value for mTarget.getValue() invalid if null.
RegExpValidationRule
IValidationRule implementation that checks whether or not a string matches a regular expression.