| Interface | Description |
|---|---|
| ValidationListener |
Implement this interface to register custom validation listener to the
CombiningValidator. |
| ValidationResult |
Captures the result of a validation.
|
| Validator<T> |
Generic validator interface over type
T. |
| Class | Description |
|---|---|
| CombiningValidator<T> |
This is a special validator that combines several validators into one.
|
| ValidationResults |
This is a factory class to easily create
ValidationResult objects. |
Copyright © 2020. All rights reserved.