Interface DefaultXmlPrettyPrinter.Indenter

    • Method Detail

      • writeIndentation

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

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