| Interface | Description |
|---|---|
| ValidlyNote |
Interface fof a Notification object which is used to collect information about the errors during the validation.
|
| Class | Description |
|---|---|
| FailFastValidator |
Class for starting a validation rule in Fail-Fast mode:
|
| NoteAllValidator |
Class for starting a validation rule in Note-All mode:
|
| NoteFirstValidator |
Class for starting a validation rule in Note-First mode:
|
| Notification | |
| PreCondition<T,FV extends ValidationEngine> | |
| PreConditionInteger | |
| PreConditionString | |
| Then<T> | |
| ValidationEngine<T,FV extends ValidationEngine> | |
| ValidationEngineInteger |
Validation engine for Integer type value.
|
| ValidationEngineString |
Validation engine for String type value.
|