Class PassThroughLineAggregator<T>

  • All Implemented Interfaces:
    LineAggregator<T>

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

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringaggregate​(T item)
      Simply convert to a String with toString().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PassThroughLineAggregator

        public PassThroughLineAggregator()