Class ConsoleResultWriter<T extends FetchResult>

  • All Implemented Interfaces:
    ResultWriter<T>, java.lang.AutoCloseable

    public class ConsoleResultWriter<T extends FetchResult>
    extends ResultWriterAdapter<T>
    Simple class that outputs to console.
    Author:
    thomas.jungblut
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(T result)
      Writes a single item to the output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait