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

    Modifier and Type
    Method
    Description
    aggregate(T item)
    Create a string from the value provided.
  • Method Details

    • aggregate

      String aggregate(T item)
      Create a string from the value provided.
      Parameters:
      item - values to be converted
      Returns:
      string