Class PassThroughLineAggregator<T>

java.lang.Object
org.springframework.batch.item.file.transform.PassThroughLineAggregator<T>
All Implemented Interfaces:
LineAggregator<T>

public class PassThroughLineAggregator<T> extends Object implements LineAggregator<T>
A LineAggregator implementation that simply calls Object.toString() on the given object