Uses of Class
com.fasterxml.jackson.dataformat.xml.deser.ElementWrapper
Packages that use ElementWrapper
-
Uses of ElementWrapper in com.fasterxml.jackson.dataformat.xml.deser
Fields in com.fasterxml.jackson.dataformat.xml.deser declared as ElementWrapperModifier and TypeFieldDescriptionprotected ElementWrapper
XmlTokenStream._currentWrapper
Wrapping state, if any active (null if none)protected final ElementWrapper
ElementWrapper._parent
Methods in com.fasterxml.jackson.dataformat.xml.deser that return ElementWrapperModifier and TypeMethodDescriptionElementWrapper.getParent()
ElementWrapper.intermediateWrapper()
Factory method used for creating intermediate wrapper level, which is only used for purpose of keeping track of physical element nesting.static ElementWrapper
ElementWrapper.matchingWrapper
(ElementWrapper parent, String wrapperLocalName, String wrapperNamespace) Factory method called to construct a new "matching" wrapper element, at level where virtual wrapping is needed.Methods in com.fasterxml.jackson.dataformat.xml.deser with parameters of type ElementWrapperModifier and TypeMethodDescriptionstatic ElementWrapper
ElementWrapper.matchingWrapper
(ElementWrapper parent, String wrapperLocalName, String wrapperNamespace) Factory method called to construct a new "matching" wrapper element, at level where virtual wrapping is needed.Constructors in com.fasterxml.jackson.dataformat.xml.deser with parameters of type ElementWrapperModifierConstructorDescriptionprivate
ElementWrapper
(ElementWrapper parent) private
ElementWrapper
(ElementWrapper parent, String wrapperLocalName, String wrapperNamespace)