Uses of Interface
com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Indenter
Packages that use DefaultXmlPrettyPrinter.Indenter
-
Uses of DefaultXmlPrettyPrinter.Indenter in com.fasterxml.jackson.dataformat.xml.util
Classes in com.fasterxml.jackson.dataformat.xml.util that implement DefaultXmlPrettyPrinter.IndenterModifier and TypeClassDescriptionprotected static classThis is a very simple indenter that only every adds a single space for indentation.protected classDefault linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.protected static classDummy implementation that adds no indentation whatsoeverFields in com.fasterxml.jackson.dataformat.xml.util declared as DefaultXmlPrettyPrinter.IndenterModifier and TypeFieldDescriptionprotected DefaultXmlPrettyPrinter.IndenterDefaultXmlPrettyPrinter._arrayIndenterBy default, let's use only spaces to separate array values.protected DefaultXmlPrettyPrinter.IndenterDefaultXmlPrettyPrinter._objectIndenterBy default, let's use linefeed-adding indenter for separate object entries.Methods in com.fasterxml.jackson.dataformat.xml.util with parameters of type DefaultXmlPrettyPrinter.IndenterModifier and TypeMethodDescriptionvoidDefaultXmlPrettyPrinter.indentArraysWith(DefaultXmlPrettyPrinter.Indenter i) voidDefaultXmlPrettyPrinter.indentObjectsWith(DefaultXmlPrettyPrinter.Indenter i)