@NonNullApi
Package org.springframework.batch.item.validator
Infrastructure implementations of item validator concerns.
Interface Summary Interface Description Validator<T> Interface used to validate objects.Class Summary Class Description BeanValidatingItemProcessor<T> AValidatingItemProcessorthat uses the Bean Validation API (JSR-303) to validate items.SpringValidator<T> Adapts theValidatorinterface toValidator.ValidatingItemProcessor<T> Simple implementation ofItemProcessorthat validates input and returns it without modifications.Exception Summary Exception Description ValidationException This exception should be thrown when there are validation errors.