Uses of Class
org.springframework.batch.item.support.DelegatingItemReader

Packages that use DelegatingItemReader
org.springframework.batch.item.support Internal support package 
org.springframework.batch.item.validator Infrastructure implementations of item validator concerns. 
 

Uses of DelegatingItemReader in org.springframework.batch.item.support
 

Subclasses of DelegatingItemReader in org.springframework.batch.item.support
 class AggregateItemReader
          An ItemReader that delivers a list as its item, storing up objects from the injected ItemReader until they are ready to be packed out as a collection.
 

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

Subclasses of DelegatingItemReader in org.springframework.batch.item.validator
 class ValidatingItemReader
          Simple extension of DelegatingItemReader that provides for validation before returning input.
 



Copyright © 2009 SpringSource. All Rights Reserved.