Package org.springframework.batch.item.validator
@NonNullApi
package org.springframework.batch.item.validator
Infrastructure implementations of item validator concerns.
-
ClassDescriptionA
ValidatingItemProcessor
that uses the Bean Validation API (JSR-303) to validate items.Adapts theValidator
interface toValidator
.Simple implementation ofItemProcessor
that validates input and returns it without modifications.This exception should be thrown when there are validation errors.Validator<T>Interface used to validate objects.