Uses of Interface
org.springframework.batch.item.validator.Validator

Packages that use Validator
org.springframework.batch.item.validator Infrastructure implementations of item validator concerns. 
 

Uses of Validator in org.springframework.batch.item.validator
 

Classes in org.springframework.batch.item.validator that implement Validator
 class SpringValidator<T>
          Adapts the Validator interface to Validator.
 

Methods in org.springframework.batch.item.validator with parameters of type Validator
 void ValidatingItemProcessor.setValidator(Validator<? super T> validator)
          Set the validator used to validate each item.
 

Constructors in org.springframework.batch.item.validator with parameters of type Validator
ValidatingItemProcessor(Validator<? super T> validator)
          Creates a ValidatingItemProcessor based on the given Validator.
 



Copyright © 2013 SpringSource. All Rights Reserved.