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
Subclasses with type arguments of type XmlFactoryBuilder in com.fasterxml.jackson.dataformat.xmlModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingXmlFactoryinstances.Methods in com.fasterxml.jackson.dataformat.xml that return XmlFactoryBuilderModifier and TypeMethodDescriptionstatic XmlFactoryBuilderXmlFactory.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 useXmlFactoryBuilder.xmlOutputFactory()insteadXmlFactory.rebuild()XmlFactoryBuilder.staxClassLoader(ClassLoader cl) Method that can be used to specificClassLoaderfor creatingXMLInputFactoryandXMLOutputFactoryinstances 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 XmlFactoryBuilderModifierConstructorDescriptionprotectedConstructors used byJsonFactoryBuilderfor instantiation.
XmlFactoryBuilder.xmlInputFactory()instead