Uses of Interface
tools.jackson.dataformat.xml.XmlPrettyPrinter
Packages that use XmlPrettyPrinter
Package
Description
Package that contains XML-based backends which can serialize POJOs
to and deserialize from XML, using Stax XML parsers and generators
for XML processing and mostly standard Jackson data binding otherwise.
-
Uses of XmlPrettyPrinter in tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml that return XmlPrettyPrinterModifier and TypeMethodDescriptionprivate final XmlPrettyPrinterXmlFactory._xmlPrettyPrinter(tools.jackson.core.ObjectWriteContext writeCtxt) -
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.