@NonNullApi
See: Description
Interface | Description |
---|---|
Validator<T> |
Interface used to validate objects.
|
Class | Description |
---|---|
BeanValidatingItemProcessor<T> |
A
ValidatingItemProcessor that uses the Bean Validation API (JSR-303)
to validate items. |
SpringValidator<T> |
Adapts the
Validator interface to
Validator . |
ValidatingItemProcessor<T> |
Simple implementation of
ItemProcessor that validates input and
returns it without modifications. |
Exception | Description |
---|---|
ValidationException |
This exception should be thrown when there are validation errors.
|
Infrastructure implementations of item validator concerns.