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 XmlReadContextXmlReadContext._childprotected final 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 XmlReadContextModifier and TypeMethodDescriptionfinal XmlReadContextXmlReadContext.createChildArrayContext(int lineNr, int colNr) final XmlReadContextXmlReadContext.createChildObjectContext(int lineNr, int colNr) static XmlReadContextXmlReadContext.createRootContext()static XmlReadContextXmlReadContext.createRootContext(int lineNr, int colNr) final XmlReadContextXmlReadContext.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)