Class PassThroughLineAggregator<T>
java.lang.Object
org.springframework.batch.item.file.transform.PassThroughLineAggregator<T>
- All Implemented Interfaces:
LineAggregator<T>
A
LineAggregator
implementation that simply calls Object.toString()
on
the given object-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PassThroughLineAggregator
public PassThroughLineAggregator()
-
-
Method Details
-
aggregate
Simply convert to a String with toString().- Specified by:
aggregate
in interfaceLineAggregator<T>
- Parameters:
item
- values to be converted- Returns:
- string
- See Also:
-