Uses of Class
com.fasterxml.jackson.dataformat.xml.XmlFactoryBuilder
-
Packages that use XmlFactoryBuilder 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 XmlFactoryBuilder in com.fasterxml.jackson.dataformat.xml
Methods in com.fasterxml.jackson.dataformat.xml that return XmlFactoryBuilder Modifier and Type Method Description static XmlFactoryBuilderXmlFactory. builder()XmlFactoryBuilderXmlFactoryBuilder. configure(FromXmlParser.Feature f, boolean state)XmlFactoryBuilderXmlFactoryBuilder. configure(ToXmlGenerator.Feature f, boolean state)XmlFactoryBuilderXmlFactoryBuilder. disable(FromXmlParser.Feature f)XmlFactoryBuilderXmlFactoryBuilder. disable(FromXmlParser.Feature first, FromXmlParser.Feature... other)XmlFactoryBuilderXmlFactoryBuilder. disable(ToXmlGenerator.Feature f)XmlFactoryBuilderXmlFactoryBuilder. disable(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other)XmlFactoryBuilderXmlFactoryBuilder. enable(FromXmlParser.Feature f)XmlFactoryBuilderXmlFactoryBuilder. enable(FromXmlParser.Feature first, FromXmlParser.Feature... other)XmlFactoryBuilderXmlFactoryBuilder. enable(ToXmlGenerator.Feature f)XmlFactoryBuilderXmlFactoryBuilder. enable(ToXmlGenerator.Feature first, ToXmlGenerator.Feature... other)XmlFactoryBuilderXmlFactoryBuilder. inputFactory(javax.xml.stream.XMLInputFactory xmlIn)Deprecated.Since 2.13 usexmlInputFactory()insteadXmlFactoryBuilderXmlFactoryBuilder. nameForTextElement(java.lang.String name)XmlFactoryBuilderXmlFactoryBuilder. outputFactory(javax.xml.stream.XMLOutputFactory xmlOut)Deprecated.Since 2.13 usexmlOutputFactory()insteadXmlFactoryBuilderXmlFactory. rebuild()XmlFactoryBuilderXmlFactoryBuilder. staxClassLoader(java.lang.ClassLoader cl)Method that can be used to specificClassLoaderfor creatingXMLInputFactoryandXMLOutputFactoryinstances if those are not explicitly defined by caller: passed to respectivenewFactory()methods.XmlFactoryBuilderXmlFactoryBuilder. xmlInputFactory(javax.xml.stream.XMLInputFactory xmlIn)XmlFactoryBuilderXmlFactoryBuilder. xmlNameProcessor(XmlNameProcessor nameProcessor)XmlFactoryBuilderXmlFactoryBuilder. xmlOutputFactory(javax.xml.stream.XMLOutputFactory xmlOut)Constructors in com.fasterxml.jackson.dataformat.xml with parameters of type XmlFactoryBuilder Constructor Description XmlFactory(XmlFactoryBuilder b)Constructors used byJsonFactoryBuilderfor instantiation.
-