Uses of Class
tools.jackson.dataformat.xml.XmlFactory
Packages that use XmlFactory
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 XmlFactory in tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml that return XmlFactoryModifier and TypeMethodDescriptionXmlFactoryBuilder.build()XmlFactory.copy()Note: compared to base implementation byTokenStreamFactory, here the copy will actually share underlying XML input and output factories, as there is no way to make copies of those.XmlMapper.tokenStreamFactory()XmlFactory.withNameForTextElement(String name) "Mutant factory" method used to allowXmlMapper.Builderto configure name used for text elements, instead of requiring defining it viaXmlFactoryBuilder.Methods in tools.jackson.dataformat.xml with parameters of type XmlFactoryModifier and TypeMethodDescriptionstatic XmlMapper.BuilderXmlMapper.builder(XmlFactory streamFactory) Constructors in tools.jackson.dataformat.xml with parameters of type XmlFactoryModifierConstructorDescriptionprotectedXmlFactory(XmlFactory src) Constructor used bycopy()protectedXmlFactory(XmlFactory src, String nameForTextElement) XmlFactoryBuilder(XmlFactory base) XmlMapper(XmlFactory xmlFactory)