Uses of Class
tools.jackson.dataformat.xml.XmlNameProcessor.XmlName
Packages that use XmlNameProcessor.XmlName
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 XmlNameProcessor.XmlName in tools.jackson.dataformat.xml
Methods in tools.jackson.dataformat.xml with parameters of type XmlNameProcessor.XmlNameModifier and TypeMethodDescriptionvoidXmlNameProcessor.decodeName(XmlNameProcessor.XmlName name) Used during XML deserialization.voidXmlNameProcessor.encodeName(XmlNameProcessor.XmlName name) Used during XML serialization. -
Uses of XmlNameProcessor.XmlName in tools.jackson.dataformat.xml.deser
Fields in tools.jackson.dataformat.xml.deser declared as XmlNameProcessor.XmlNameModifier and TypeFieldDescriptionprotected XmlNameProcessor.XmlNameXmlTokenStream._nameToDecodeReusable internal value object -
Uses of XmlNameProcessor.XmlName in tools.jackson.dataformat.xml.ser
Fields in tools.jackson.dataformat.xml.ser declared as XmlNameProcessor.XmlNameModifier and TypeFieldDescriptionprotected XmlNameProcessor.XmlNameToXmlGenerator._nameToEncodeReusable internal value object