| Interface | Description |
|---|---|
| FieldValidator |
Common interface for attribute validators
|
| Class | Description |
|---|---|
| ConverterValidator |
A field validator that returns true unless there is a converter specified for
the field, and a call to convert the candidate value (to model) results in a
ConvertException.
|
| DateValidator |
A configurable date field validator.
|
| MandatoryValidator |
The mandatory validator is a
form validator. |
| NopValidator |
A field validator that always return ok (default) or fail for all
validations.
|
| RegexpValidator |
A validator that validates against a regexp pattern.
|
| ValidateContext |
Contains information about a field validation context
|
| ValidationResult |
Validation result holder.
|
| ValidatorChainValidator |
A validator that chains other validators.
|
| Enum | Description |
|---|---|
| ValidationPolicy.Policy |
Enumerates the policies that can be applied on a validator.
|
| Exception | Description |
|---|---|
| ValidationException |
Exception thrown to indicate that one or more validators has failed
validation.
|
| Annotation Type | Description |
|---|---|
| ValidationPolicy |
ValidationPolicy is used to annotate
FieldValidator with a validation
policy. |
Copyright © 2006–2020 Esito AS. All rights reserved.