Uses of Class
org.springframework.batch.sample.domain.multiline.AggregateItem

Packages that use AggregateItem
org.springframework.batch.sample.domain.multiline   
 

Uses of AggregateItem in org.springframework.batch.sample.domain.multiline
 

Methods in org.springframework.batch.sample.domain.multiline that return AggregateItem
static
<T> AggregateItem<T>
AggregateItem.getFooter()
           
static
<T> AggregateItem<T>
AggregateItem.getHeader()
           
 AggregateItem<T> AggregateItemFieldSetMapper.mapFieldSet(FieldSet fieldSet)
          Build an AggregateItem based on matching the first column in the input FieldSet to check for begin and end delimiters.
 

Method parameters in org.springframework.batch.sample.domain.multiline with type arguments of type AggregateItem
 void AggregateItemReader.setItemReader(ItemReader<AggregateItem<T>> itemReader)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.