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 XmlReadContextXmlReadContext. _childprotected XmlReadContextXmlReadContext. _parentprotected XmlReadContextFromXmlParser. _parsingContextInformation 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 XmlReadContextXmlReadContext. createChildArrayContext(int lineNr, int colNr)XmlReadContextXmlReadContext. createChildObjectContext(int lineNr, int colNr)static XmlReadContextXmlReadContext. createRootContext()static XmlReadContextXmlReadContext. createRootContext(int lineNr, int colNr)XmlReadContextXmlReadContext. getParent()XmlReadContextFromXmlParser. 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)
-