Uses of Class
com.fasterxml.jackson.dataformat.xml.XmlFactoryBuilder
Packages that use XmlFactoryBuilder
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 XmlFactoryBuilder in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return XmlFactoryBuilderModifier and TypeMethodDescriptionstatic XmlFactoryBuilder
XmlFactory.builder()
XmlFactoryBuilder.configure
(FromXmlParser.Feature f, boolean state) XmlFactoryBuilder.configure
(ToXmlGenerator.Feature f, boolean state) XmlFactoryBuilder.disable
(FromXmlParser.Feature f) XmlFactoryBuilder.disable
(FromXmlParser.Feature first, FromXmlParser.Feature... other) XmlFactoryBuilder.disable
(ToXmlGenerator.Feature f) XmlFactoryBuilder.disable
(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other) XmlFactoryBuilder.enable
(FromXmlParser.Feature f) XmlFactoryBuilder.enable
(FromXmlParser.Feature first, FromXmlParser.Feature... other) XmlFactoryBuilder.enable
(ToXmlGenerator.Feature f) XmlFactoryBuilder.enable
(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other) XmlFactoryBuilder.inputFactory
(XMLInputFactory xmlIn) Deprecated.XmlFactoryBuilder.nameForTextElement
(String name) XmlFactoryBuilder.outputFactory
(XMLOutputFactory xmlOut) Deprecated.Since 2.13 usexmlOutputFactory()
insteadXmlFactory.rebuild()
XmlFactoryBuilder.staxClassLoader
(ClassLoader cl) Method that can be used to specificClassLoader
for creatingXMLInputFactory
andXMLOutputFactory
instances if those are not explicitly defined by caller: passed to respectivenewFactory()
methods.XmlFactoryBuilder.xmlInputFactory
(XMLInputFactory xmlIn) XmlFactoryBuilder.xmlNameProcessor
(XmlNameProcessor nameProcessor) XmlFactoryBuilder.xmlOutputFactory
(XMLOutputFactory xmlOut) Constructors in com.fasterxml.jackson.dataformat.xml with parameters of type XmlFactoryBuilderModifierConstructorDescriptionprotected
Constructors used byJsonFactoryBuilder
for instantiation.
xmlInputFactory()
instead