Class DefaultXmlPrettyPrinter.FixedSpaceIndenter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInline()  
      void writeIndentation​(com.fasterxml.jackson.core.JsonGenerator g, int level)  
      void writeIndentation​(org.codehaus.stax2.XMLStreamWriter2 sw, int level)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixedSpaceIndenter

        public FixedSpaceIndenter()
    • Method Detail

      • writeIndentation

        public void writeIndentation​(org.codehaus.stax2.XMLStreamWriter2 sw,
                                     int level)
                              throws javax.xml.stream.XMLStreamException
        Specified by:
        writeIndentation in interface DefaultXmlPrettyPrinter.Indenter
        Throws:
        javax.xml.stream.XMLStreamException
      • writeIndentation

        public void writeIndentation​(com.fasterxml.jackson.core.JsonGenerator g,
                                     int level)
                              throws java.io.IOException
        Specified by:
        writeIndentation in interface DefaultXmlPrettyPrinter.Indenter
        Throws:
        java.io.IOException