Class DefaultXmlPrettyPrinter.Lf2SpacesIndenter

java.lang.Object
com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Lf2SpacesIndenter
All Implemented Interfaces:
DefaultXmlPrettyPrinter.Indenter, Serializable
Enclosing class:
DefaultXmlPrettyPrinter

protected class DefaultXmlPrettyPrinter.Lf2SpacesIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
See Also: