Uses of Class
com.fasterxml.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 com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return XmlMapperModifier and TypeMethodDescriptionXmlMapper.copy()
XmlMapper.setDefaultUseWrapper
(boolean state) Deprecated.Constructors in com.fasterxml.jackson.dataformat.xml with parameters of type XmlMapper
XmlMapper.Builder.defaultUseWrapper(boolean)
instead