org.springframework.batch.item.file.transform
Interface LineAggregator

All Known Implementing Classes:
DelimitedLineAggregator, FixedLengthLineAggregator

public interface LineAggregator

Interface used to create string used to create string representing object.

Author:
tomas.slanina

Method Summary
 String aggregate(FieldSet fieldSet)
          Method used to create a string to be stored from the array of values.
 

Method Detail

aggregate

String aggregate(FieldSet fieldSet)
Method used to create a string to be stored from the array of values.

Parameters:
fieldSet - values to be converted
Returns:
string


Copyright © 2009 SpringSource. All Rights Reserved.