Uses of Interface
tools.jackson.dataformat.xml.deser.ElementWrappable
Packages that use ElementWrappable
-
Uses of ElementWrappable in tools.jackson.dataformat.xml.deser
Classes in tools.jackson.dataformat.xml.deser that implement ElementWrappableModifier and TypeClassDescriptionclassJsonParserimplementation that exposes XML structure as set of JSON events that can be used for data binding.Fields in tools.jackson.dataformat.xml.deser declared as ElementWrappableModifier and TypeFieldDescriptionprotected final ElementWrappableXmlTokenBuffer._wrappableParserReference to the original XML parser that implementsElementWrappable, if one was found when this buffer was created.