Class DefaultXmlPrettyPrinter.Lf2SpacesIndenter

java.lang.Object
tools.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Lf2SpacesIndenter
All Implemented Interfaces:
Serializable, DefaultXmlPrettyPrinter.Indenter
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: