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
          Adapts the Validator interface to Validator.
 

Methods in org.springframework.batch.item.validator with parameters of type Validator
 void ValidatingItemReader.setValidator(Validator validator)
          Set the validator used to validate each item.
 



Copyright © 2008 SpringSource. All Rights Reserved.