Uses of Class
com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
Packages that use XmlReadContext
-
Uses of XmlReadContext in com.fasterxml.jackson.dataformat.xml.deser
Fields in com.fasterxml.jackson.dataformat.xml.deser declared as XmlReadContextModifier and TypeFieldDescriptionprotected XmlReadContext
XmlReadContext._child
protected final XmlReadContext
XmlReadContext._parent
protected XmlReadContext
FromXmlParser._parsingContext
Information about parser context, context in which the next token is to be parsed (root, array, object).Methods in com.fasterxml.jackson.dataformat.xml.deser that return XmlReadContextModifier and TypeMethodDescriptionfinal XmlReadContext
XmlReadContext.createChildArrayContext
(int lineNr, int colNr) final XmlReadContext
XmlReadContext.createChildObjectContext
(int lineNr, int colNr) static XmlReadContext
XmlReadContext.createRootContext()
static XmlReadContext
XmlReadContext.createRootContext
(int lineNr, int colNr) final XmlReadContext
XmlReadContext.getParent()
FromXmlParser.getParsingContext()
Constructors in com.fasterxml.jackson.dataformat.xml.deser with parameters of type XmlReadContextModifierConstructorDescriptionXmlReadContext
(XmlReadContext parent, int type, int lineNr, int colNr) Deprecated.Since 2.18XmlReadContext
(XmlReadContext parent, int nestingDepth, int type, int lineNr, int colNr)