Uses of Class
com.fasterxml.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 com.fasterxml.jackson.dataformat.xml
Fields in com.fasterxml.jackson.dataformat.xml declared as DefaultXmlPrettyPrinterModifier and TypeFieldDescriptionprotected static final DefaultXmlPrettyPrinterXmlMapper.DEFAULT_XML_PRETTY_PRINTER -
Uses of DefaultXmlPrettyPrinter in com.fasterxml.jackson.dataformat.xml.util
Classes in com.fasterxml.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 com.fasterxml.jackson.dataformat.xml.util that return DefaultXmlPrettyPrinterModifier and TypeMethodDescriptionDefaultXmlPrettyPrinter.createInstance()DefaultXmlPrettyPrinter.withCustomNewLine(String newLine) Sets custom new-line.Constructors in com.fasterxml.jackson.dataformat.xml.util with parameters of type DefaultXmlPrettyPrinter