Class ComposerBase

    • Field Detail

      • _open

        protected boolean _open
    • Constructor Detail

      • ComposerBase

        protected ComposerBase()
    • Method Detail

      • _start

        protected abstract ComposerBase _start()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • _finish

        protected abstract java.lang.Object _finish()
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • _safeFinish

        protected java.lang.Object _safeFinish()
        Helper method used to "peel away" bogus exception declaration
      • _childClosed

        protected final void _childClosed()
      • _illegalCall

        protected java.lang.IllegalStateException _illegalCall()
      • _startArray

        protected <P extends ComposerBaseArrayComposer<P> _startArray​(P parent,
                                                                        com.fasterxml.jackson.core.JsonGenerator g)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • _startObject

        protected <P extends ComposerBaseObjectComposer<P> _startObject​(P parent,
                                                                          com.fasterxml.jackson.core.JsonGenerator g)
                                                                   throws java.io.IOException
        Throws:
        java.io.IOException