Uses of Class
tools.jackson.dataformat.xml.XmlMapper
Packages that use XmlMapper
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 XmlMapper in tools.jackson.dataformat.xml
Subclasses with type arguments of type XmlMapper in tools.jackson.dataformat.xmlModifier and TypeClassDescriptionstatic classBuilder implementation for constructingXmlMapperinstances.Fields in tools.jackson.dataformat.xml declared as XmlMapperMethods in tools.jackson.dataformat.xml that return XmlMapperModifier and TypeMethodDescriptionXmlMapper.Builder.build()static XmlMapperXmlMapper.shared()Accessor method for getting globally shared "default"XmlMapperinstance: one that has default configuration, no (custom) modules registered, no config overrides.static XmlMapperXmlMapper.SharedWrapper.wrapped()