Uses of Class
com.fasterxml.jackson.dataformat.xml.XmlMapper
-
Packages that use XmlMapper Package Description com.fasterxml.jackson.dataformat.xml 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 XmlMapper Modifier and Type Method Description XmlMapper
XmlMapper. copy()
XmlMapper
XmlMapper. setDefaultUseWrapper(boolean state)
Deprecated.Since 2.10 useXmlMapper.Builder.defaultUseWrapper(boolean)
insteadConstructors in com.fasterxml.jackson.dataformat.xml with parameters of type XmlMapper Constructor Description Builder(XmlMapper m)
XmlMapper(XmlMapper src)
-