Interface DefaultXmlPrettyPrinter.Indenter

    • Method Detail

      • writeIndentation

        void writeIndentation​(com.fasterxml.jackson.core.JsonGenerator g,
                              int level)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writeIndentation

        void writeIndentation​(org.codehaus.stax2.XMLStreamWriter2 sw,
                              int level)
                       throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • isInline

        boolean isInline()
        Returns:
        True if indenter is considered inline (does not add linefeeds), false otherwise