Class ArrayComposer<PARENT extends ComposerBase>

    • Constructor Detail

      • ArrayComposer

        public ArrayComposer​(PARENT parent,
                             com.fasterxml.jackson.core.JsonGenerator g)
    • Method Detail

      • _start

        protected ArrayComposer<PARENT> _start()
                                        throws java.io.IOException,
                                               com.fasterxml.jackson.core.JsonProcessingException
        Specified by:
        _start in class ComposerBase
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • _finish

        protected java.lang.Object _finish()
                                    throws java.io.IOException,
                                           com.fasterxml.jackson.core.JsonProcessingException
        Specified by:
        _finish in class ComposerBase
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • end

        public PARENT end()
                   throws java.io.IOException,
                          com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonProcessingException