Uses of Interface
tools.jackson.dataformat.xml.XmlPrettyPrinter
Packages that use XmlPrettyPrinter
-
Uses of XmlPrettyPrinter in tools.jackson.dataformat.xml.ser
Fields in tools.jackson.dataformat.xml.ser declared as XmlPrettyPrinterModifier and TypeFieldDescriptionprotected final XmlPrettyPrinterToXmlGenerator._xmlPrettyPrinterWe may need to use XML-specific indentation as wellMethods in tools.jackson.dataformat.xml.ser that return XmlPrettyPrinterConstructors in tools.jackson.dataformat.xml.ser with parameters of type XmlPrettyPrinterModifierConstructorDescriptionToXmlGenerator(tools.jackson.core.ObjectWriteContext writeCtxt, tools.jackson.core.io.IOContext ioCtxt, int streamWriteFeatures, int xmlFeatures, XMLStreamWriter sw, XmlPrettyPrinter pp, XmlNameProcessor nameProcessor) -
Uses of XmlPrettyPrinter in tools.jackson.dataformat.xml.util
Classes in tools.jackson.dataformat.xml.util that implement XmlPrettyPrinterModifier and TypeClassDescriptionclassIndentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.