Uses of Interface
com.fasterxml.jackson.dataformat.xml.XmlPrettyPrinter
-
Packages that use XmlPrettyPrinter Package Description com.fasterxml.jackson.dataformat.xml.ser com.fasterxml.jackson.dataformat.xml.util -
-
Uses of XmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.ser
Fields in com.fasterxml.jackson.dataformat.xml.ser declared as XmlPrettyPrinter Modifier and Type Field Description protected XmlPrettyPrinter
ToXmlGenerator. _xmlPrettyPrinter
We may need to use XML-specific indentation as well -
Uses of XmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.util
Classes in com.fasterxml.jackson.dataformat.xml.util that implement XmlPrettyPrinter Modifier and Type Class Description class
DefaultXmlPrettyPrinter
Indentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.
-