Uses of Package
com.fasterxml.jackson.dataformat.xml.deser
-
Packages that use com.fasterxml.jackson.dataformat.xml.deser 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 -
Classes in com.fasterxml.jackson.dataformat.xml.deser used by com.fasterxml.jackson.dataformat.xml Class 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. -
Classes in com.fasterxml.jackson.dataformat.xml.deser used by com.fasterxml.jackson.dataformat.xml.deser Class 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 ofJsonStreamContext
, which implements core methods needed, and adds small amount of additional state data we need.XmlTokenStream Simple helper class used on top of STAXXMLStreamReader
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.