Class LargeJsonArraySplitter.JsonSplitGenerator

    • Field Detail

      • parser

        protected com.fasterxml.jackson.core.JsonParser parser
      • reader

        protected java.io.Reader reader
      • mapper

        protected transient com.fasterxml.jackson.databind.ObjectMapper mapper
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<AdaptrisMessage>
      • constructAdaptrisMessage

        protected AdaptrisMessage constructAdaptrisMessage()
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<AdaptrisMessage>