Uses of Package
tools.jackson.dataformat.xml.deser
Packages that use tools.jackson.dataformat.xml.deser
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.
-
Classes in tools.jackson.dataformat.xml.deser used by tools.jackson.dataformat.xmlClassDescription
JsonParserimplementation that exposes XML structure as set of JSON events that can be used for data binding. -
Classes in tools.jackson.dataformat.xml.deser used by tools.jackson.dataformat.xml.deserClassDescriptionMinimal API to be implemented by XML-backed parsers for which "virtual" wrapping may be imposed.Extension of
TokenStreamContext, which implements core methods needed, and adds small amount of additional state data we need.Simple helper class used on top of STAXXMLStreamReaderto 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.