Interface LineAggregator<T>
- All Known Implementing Classes:
DelimitedLineAggregator
,ExtractorLineAggregator
,FormatterLineAggregator
,PassThroughLineAggregator
,RecursiveCollectionLineAggregator
public interface LineAggregator<T>
Interface used to create string representing object.
- Author:
- Dave Syer
-
Method Summary
-
Method Details
-
aggregate
Create a string from the value provided.- Parameters:
item
- values to be converted- Returns:
- string
-