Java com.fasterxml.jackson.dataformat.xml XmlFactory fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.dataformat.xml XmlFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.dataformat.xml XmlFactory.

The text is from its open source code.

Constructor

Method

XmlFactoryconfigure(FromXmlParser.Feature f, boolean state)
Method for enabling or disabling specified XML parser feature.
XmlFactoryconfigure(ToXmlGenerator.Feature f, boolean state)
Method for enabling or disabling specified XML generator feature.
JsonFactorysetCodec(ObjectCodec oc)
Method for associating a ObjectCodec (typically a com.fasterxml.jackson.databind.ObjectMapper) with this factory (and more importantly, parsers and generators it constructs).