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 ElementWrapperXmlTokenStream._currentWrapperWrapping state, if any active (null if none)protected final ElementWrapperElementWrapper._parentMethods 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 ElementWrapperElementWrapper.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 ElementWrapperElementWrapper.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 ElementWrapperModifierConstructorDescriptionprivateElementWrapper(ElementWrapper parent) privateElementWrapper(ElementWrapper parent, String wrapperLocalName, String wrapperNamespace)