|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| NuitonValidator<O> | Contract of a validator. |
| NuitonValidatorProvider | Provider of NuitonValidator. |
| Class Summary | |
|---|---|
| AbstractNuitonValidatorProvider | Abstract provider of validator. |
| AbstractNuitonValidatorProvider.ModelEntry<O> | |
| NuitonValidatorFactory | Factory to obtain new validators. |
| NuitonValidatorModel<O> | Represents the model of a NuitonValidator. |
| NuitonValidatorResult | Default implementation of the NuitonValidatorResult contract. |
| NuitonValidatorResult.FieldMap<V> | |
| Enum Summary | |
|---|---|
| NuitonValidatorScope | The differents levels of messages in validation process. |
Package of Nuiton-validator api.
The NuitonValidator is the object responsible
to launch validation for a given object and then return the result of
validation in a NuitonValidatorResult via the
method NuitonValidator.validate(Object).
NuitonValidator<O> validator = XXX; NuitonValidatorResult result = validator.validate(o);
NuitonValidatorFactory.
NuitonValidator<O> validator = NuitonValidatorFactory.newValidator(O.class);
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||