org.springframework.batch.item.file.transform
Interface LineAggregator<T>

All Known Implementing Classes:
DelimitedLineAggregator, ExtractorLineAggregator, FormatterLineAggregator, PassThroughLineAggregator, RecursiveCollectionLineAggregator

public interface LineAggregator<T>

Interface used to create string representing object.

Author:
Dave Syer

Method Summary
 String aggregate(T item)
          Create a string from the value provided.
 

Method Detail

aggregate

String aggregate(T item)
Create a string from the value provided.

Parameters:
item - values to be converted
Returns:
string


Copyright © 2013 SpringSource. All Rights Reserved.