Uses of Class
com.fasterxml.jackson.dataformat.xml.XmlMapper.Builder
Packages that use XmlMapper.Builder
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.Builder in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return XmlMapper.BuilderModifier and TypeMethodDescriptionstatic XmlMapper.BuilderXmlMapper.builder()static XmlMapper.BuilderXmlMapper.builder(XmlFactory streamFactory) XmlMapper.Builder.configure(FromXmlParser.Feature feature, boolean state) XmlMapper.Builder.configure(ToXmlGenerator.Feature feature, boolean state) XmlMapper.Builder.defaultUseWrapper(boolean state) XmlMapper.Builder.disable(FromXmlParser.Feature... features) XmlMapper.Builder.disable(ToXmlGenerator.Feature... features) XmlMapper.Builder.enable(FromXmlParser.Feature... features) XmlMapper.Builder.enable(ToXmlGenerator.Feature... features) XmlMapper.Builder.nameForTextElement(String name) static XmlMapper.BuilderXmlMapper.xmlBuilder()XmlMapper.Builder.xmlNameProcessor(XmlNameProcessor processor)