Uses of Interface
com.fasterxml.jackson.dataformat.xml.XmlPrettyPrinter
Packages that use XmlPrettyPrinter
Package
Description
-
Uses of XmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.ser
Fields in com.fasterxml.jackson.dataformat.xml.ser declared as XmlPrettyPrinterModifier and TypeFieldDescriptionprotected 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 XmlPrettyPrinterModifier and TypeClassDescriptionclass
Indentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.