Interface | Description |
---|---|
Validatable |
Top interface to make something validatable.
|
Validator |
Class | Description |
---|---|
AttributePresenceValidator | |
DateValidator |
If you are looking conversion, use
DateToStringConverter . |
EmailValidator | |
Errors |
Collection of error messages generated by validation process.
|
ImplicitConversionValidator |
As the name implies, it is implicit, and used internally by ActiveWeb
when converting request values into Java beans.
|
Messages |
This class is used to pull messages from a resource bundle called
activejdbc_messages . |
NumericValidationBuilder | |
NumericValidator | |
RangeValidator | |
RegexpValidator | |
TimestampValidator |
Validates presence and correct format of a string.
|
ValidationBuilder<T extends Validator> | |
ValidationSupport |
Manages validators and converters.
|
ValidatorAdapter |
Subclass this class to create custom validators.
|
Exception | Description |
---|---|
ValidationException |
Copyright © 2020 JavaLite. All rights reserved.