public class PassThroughLineAggregator<T> extends 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 |
|---|---|
String |
aggregate(T item)
Simply convert to a String with toString().
|
public String aggregate(T item)
aggregate in interface LineAggregator<T>item - values to be convertedLineAggregator.aggregate(java.lang.Object)Copyright © 2021 Pivotal. All rights reserved.