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