| Interface | Description |
|---|---|
| Validator |
| Class | Description |
|---|---|
| AttributePresenceValidator | |
| DateValidator | |
| EmailValidator | |
| NumericValidationBuilder | |
| NumericValidator | |
| RangeValidator | |
| RegexpValidator | |
| TimestampValidator |
Validates presence and correct format of a string and converts it to
java.sql.Timestamp if the
format of correct. |
| UniquenessValidator |
Naive uniqueness validator.
|
| ValidationBuilder<T extends Validator> | |
| ValidatorAdapter |
Subclass this class to create custom validators.
|
| Exception | Description |
|---|---|
| ValidationException |
Copyright © 2019 JavaLite. All rights reserved.