Class DefaultXmlPrettyPrinter.NopIndenter

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

protected static class DefaultXmlPrettyPrinter.NopIndenter extends Object implements DefaultXmlPrettyPrinter.Indenter, Serializable
Dummy implementation that adds no indentation whatsoever
See Also: