Uses of Class
tools.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 tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml that return XmlMapper.BuilderModifier and TypeMethodDescriptionXmlMapper.Builder.activateDefaultTyping(tools.jackson.databind.jsontype.PolymorphicTypeValidator ptv, tools.jackson.databind.DefaultTyping dti) static XmlMapper.BuilderXmlMapper.builder()static XmlMapper.BuilderXmlMapper.builder(XmlFactory streamFactory) static XmlMapper.BuilderXmlMapper.builderWithJackson2Defaults()The builder returned uses default settings more closely matching the default configs used in Jackson 2.x versions.XmlMapper.Builder.configure(XmlReadFeature feature, boolean state) XmlMapper.Builder.configure(XmlWriteFeature feature, boolean state) XmlMapper.Builder.configureForJackson2()The builder returned uses default settings more closely matching the default configs used in Jackson 2.x versions.XmlMapper.Builder.defaultUseWrapper(boolean b) Determination of whether indexed properties (arrays, Lists) that are not explicitly annotated (withJacksonXmlElementWrapperor equivalent) should default to using implicit wrapper (with same name as property) or not.XmlMapper.Builder.disable(XmlReadFeature... features) XmlMapper.Builder.disable(XmlWriteFeature... features) XmlMapper.Builder.enable(XmlReadFeature... features) XmlMapper.Builder.enable(XmlWriteFeature... features) XmlMapper.Builder.nameForTextElement(String elem) Name used for pseudo-property used for returning XML Text value (cdata within element, which does not have actual element name to use) as a named value (since JSON data model just has named values, except for arrays).XmlMapper.rebuild()static XmlMapper.BuilderXmlMapper.xmlBuilder()Constructors in tools.jackson.dataformat.xml with parameters of type XmlMapper.BuilderModifierConstructorDescription