| Interface | Description |
|---|---|
| CustomValidator<A extends java.lang.annotation.Annotation,T> |
Interface for implementing custom validators, that can be applied to columns in an entity
|
| Class | Description |
|---|---|
| AccumulatedValidationResult |
Collects the validation results of multiple validator annotations
|
| LengthValidator |
Implementation of the @Length validation annotation
|
| MaxValidator |
Implementation of the @Max validation annotation
|
| MinValidator |
Implementation of the @Min validation annotation
|
| NotNullValidator |
Implementation of the @NotNull validation annotation.
|
| PatternValidator |
Implementation of the @Pattern validation annotation
|
| ValidationResult |
The result of a validation
|
| Enum | Description |
|---|---|
| ValidationToggle |
Allows to toggle the use of the validation feature in the
EntityService |
| Exception | Description |
|---|---|
| InvalidEntityException |
This exception is thrown when you try to save invalid entity
|
| Annotation Type | Description |
|---|---|
| Length |
Length validator, that checks the length of a String.
|
| Max |
Max validator, that checks the maximum value of a number.
|
| Min |
Min validator, that checks the minimum value of a number.
|
| NotNull |
NotNull validator, that checks if a object is set.
|
| Pattern |
Pattern validator, that matches a String to the given regular expression
|
| Validator |
Marks validator annotations.
|
Copyright © 2015 arconsis IT-Solutions GmbH. All Rights Reserved.