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.
|
com.fasterxml.jackson.dataformat.xml.deser |
Modifier and Type | Method | Description |
---|---|---|
Class<FromXmlParser.Feature> |
XmlFactory.getFormatReadFeatureType() |
Modifier and Type | Method | Description |
---|---|---|
XmlFactory |
XmlFactory.configure(FromXmlParser.Feature f,
boolean state) |
Method for enabling or disabling specified XML parser feature.
|
com.fasterxml.jackson.databind.ObjectMapper |
XmlMapper.configure(FromXmlParser.Feature f,
boolean state) |
|
XmlFactory |
XmlFactory.disable(FromXmlParser.Feature f) |
Method for disabling specified XML parser feature.
|
com.fasterxml.jackson.databind.ObjectMapper |
XmlMapper.disable(FromXmlParser.Feature f) |
|
XmlFactory |
XmlFactory.enable(FromXmlParser.Feature f) |
Method for enabling specified XML parser feature.
|
com.fasterxml.jackson.databind.ObjectMapper |
XmlMapper.enable(FromXmlParser.Feature f) |
|
boolean |
XmlFactory.isEnabled(FromXmlParser.Feature f) |
Checked whether specified XML parser feature is enabled.
|
Modifier and Type | Method | Description |
---|---|---|
static FromXmlParser.Feature |
FromXmlParser.Feature.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FromXmlParser.Feature[] |
FromXmlParser.Feature.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
FromXmlParser |
FromXmlParser.configure(FromXmlParser.Feature f,
boolean state) |
|
FromXmlParser |
FromXmlParser.disable(FromXmlParser.Feature f) |
|
FromXmlParser |
FromXmlParser.enable(FromXmlParser.Feature f) |
|
boolean |
FromXmlParser.isEnabled(FromXmlParser.Feature f) |
Copyright © 2018. All rights reserved.