Uses of Class
tools.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
Packages that use DefaultXmlPrettyPrinter
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 DefaultXmlPrettyPrinter in tools.jackson.dataformat.xml
Fields in tools.jackson.dataformat.xml declared as DefaultXmlPrettyPrinterModifier and TypeFieldDescriptionprotected static final DefaultXmlPrettyPrinterXmlMapper.DEFAULT_XML_PRETTY_PRINTER -
Uses of DefaultXmlPrettyPrinter in tools.jackson.dataformat.xml.util
Classes in tools.jackson.dataformat.xml.util that implement interfaces with type arguments of type DefaultXmlPrettyPrinterModifier and TypeClassDescriptionclassIndentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.Methods in tools.jackson.dataformat.xml.util that return DefaultXmlPrettyPrinterModifier and TypeMethodDescriptionDefaultXmlPrettyPrinter.createInstance()DefaultXmlPrettyPrinter.withCustomNewLine(String newLine) Sets custom new-line.Constructors in tools.jackson.dataformat.xml.util with parameters of type DefaultXmlPrettyPrinter