public class PassThroughLineAggregator<T> extends java.lang.Object implements LineAggregator<T>
LineAggregator implementation that simply calls
Object.toString() on the given object| Constructor and Description |
|---|
PassThroughLineAggregator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
aggregate(T item)
Simply convert to a String with toString().
|
public java.lang.String aggregate(T item)
aggregate in interface LineAggregator<T>item - values to be convertedLineAggregator.aggregate(java.lang.Object)