Uses of Class
org.springframework.batch.item.file.transform.ExtractorLineAggregator

Packages that use ExtractorLineAggregator
org.springframework.batch.item.file.transform Infrastructure implementations of io file support transform concerns. 
 

Uses of ExtractorLineAggregator in org.springframework.batch.item.file.transform
 

Subclasses of ExtractorLineAggregator in org.springframework.batch.item.file.transform
 class DelimitedLineAggregator<T>
          A LineAggregator implementation that converts an object into a delimited list of strings.
 class FormatterLineAggregator<T>
          A LineAggregator implementation which produces a String by aggregating the provided item via the Formatter syntax.
 



Copyright © 2013 SpringSource. All Rights Reserved.