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 |
Class and Description |
---|
FromXmlParser
JsonParser implementation that exposes XML structure as
set of JSON events that can be used for data binding. |
FromXmlParser.Feature
Enumeration that defines all togglable features for XML parsers.
|
Class and Description |
---|
FromXmlParser
JsonParser implementation that exposes XML structure as
set of JSON events that can be used for data binding. |
FromXmlParser.Feature
Enumeration that defines all togglable features for XML parsers.
|
XmlReadContext
Extension of
JsonStreamContext , which implements
core methods needed, and adds small amount of additional
state data we need. |
XmlTokenStream
Simple helper class used on top of STAX
XMLStreamReader to further
abstract out all irrelevant details, and to expose equivalent of flat token
stream with no "fluff" tokens (comments, processing instructions, mixed
content) all of which is just to simplify
actual higher-level conversion to JSON tokens |
Copyright © 2017 FasterXML. All rights reserved.