Interface IteratorWriter

All Superinterfaces:
org.noggit.JSONWriter.Writable

public interface IteratorWriter extends org.noggit.JSONWriter.Writable
Interface to help do push writing to an array
  • Method Details

    • writeIter

      void writeIter(IteratorWriter.ItemWriter iw) throws IOException
      Parameters:
      iw - after this method returns , the ItemWriter Object is invalid Do not hold a reference to this object
      Throws:
      IOException
    • toList

      default List<Object> toList(List<Object> l)
    • write

      default void write(org.noggit.JSONWriter writer)
      Specified by:
      write in interface org.noggit.JSONWriter.Writable