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