Uses of Package
tools.jackson.dataformat.xml.util
Packages that use tools.jackson.dataformat.xml.util
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.
-
Classes in tools.jackson.dataformat.xml.util used by tools.jackson.dataformat.xmlClassDescriptionIndentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.
-
Classes in tools.jackson.dataformat.xml.util used by tools.jackson.dataformat.xml.serClassDescriptionHelper class used for efficiently finding root element name used with XML serializations.
-
Classes in tools.jackson.dataformat.xml.util used by tools.jackson.dataformat.xml.utilClassDescriptionHelper class for matching element wrappers, possibly in case-insensitive manner.Indentation to use with XML is different from JSON, because JSON requires use of separator characters and XML just basic whitespace.Interface that defines objects that can produce indentation used to separate object entries and array values.