Uses of Interface
org.springframework.batch.item.validator.Validator
Package
Description
Infrastructure implementations of item validator concerns.
-
Uses of Validator in org.springframework.batch.item.validator
Modifier and TypeMethodDescriptionvoid
ValidatingItemProcessor.setValidator
(Validator<? super T> validator) Set the validator used to validate each item.ModifierConstructorDescriptionValidatingItemProcessor
(Validator<? super T> validator) Creates a ValidatingItemProcessor based on the given Validator.