Uses of Class
com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
Packages that use XmlReadContext Package Description com.fasterxml.jackson.dataformat.xml.deser -
-
Uses of XmlReadContext in com.fasterxml.jackson.dataformat.xml.deser
Fields in com.fasterxml.jackson.dataformat.xml.deser declared as XmlReadContext Modifier and Type Field Description protected XmlReadContext
XmlReadContext. _child
protected 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 XmlReadContext Modifier and Type Method Description XmlReadContext
XmlReadContext. createChildArrayContext(int lineNr, int colNr)
XmlReadContext
XmlReadContext. createChildObjectContext(int lineNr, int colNr)
static XmlReadContext
XmlReadContext. createRootContext()
static XmlReadContext
XmlReadContext. createRootContext(int lineNr, int colNr)
XmlReadContext
XmlReadContext. getParent()
XmlReadContext
FromXmlParser. getParsingContext()
Constructors in com.fasterxml.jackson.dataformat.xml.deser with parameters of type XmlReadContext Constructor Description XmlReadContext(XmlReadContext parent, int type, int lineNr, int colNr)
-