|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| CompositeValidator<T> | Composite validators which aggregates other validators. |
| ConstantValidator | Validates strings with regular expression. |
| EmailAddressValidator | Validates if string represents email address. |
| PhoneNumberValidator | Validates phone numbers |
| PositiveNumberValidator<T extends Number> | Validates if Number is positive. |
| RegexpValidator | Validates strings with regular expression. |
| RequiredValidator | Validates if value is null. |
| StringLengthValidator | Validator for checking if string lengths is in specified range. |
| StringMaxLengthValidator | Validates if string length is not more than specified value. |
| StringMinLengthValidator | Validates if string length is not less than specified value. |
| Validators | Contains static factory method constructing validators. |
| ValueRangeValidator<T extends Comparable<T>> | Checks if value is in specified range. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||