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 | |
com.fasterxml.jackson.dataformat.xml.ser |
Modifier and Type | Method and Description |
---|---|
void |
XmlNameProcessor.decodeName(XmlNameProcessor.XmlName name)
Used during XML deserialization.
|
void |
XmlNameProcessor.encodeName(XmlNameProcessor.XmlName name)
Used during XML serialization.
|
Modifier and Type | Field and Description |
---|---|
protected XmlNameProcessor.XmlName |
XmlTokenStream._nameToDecode
Reusable internal value object
|
Modifier and Type | Field and Description |
---|---|
protected XmlNameProcessor.XmlName |
ToXmlGenerator._nameToEncode
Reusable internal value object
|
Copyright © 2022 FasterXML. All rights reserved.