Uses of Class
tools.jackson.dataformat.xml.deser.XmlReadContext
Packages that use XmlReadContext
-
Uses of XmlReadContext in tools.jackson.dataformat.xml.deser
Fields in tools.jackson.dataformat.xml.deser declared as XmlReadContextModifier and TypeFieldDescriptionprotected XmlReadContextXmlReadContext._childprotected final XmlReadContextXmlReadContext._parentprotected XmlReadContextFromXmlParser._streamReadContextInformation about parser context, context in which the next token is to be parsed (root, array, object).Methods in tools.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(int lineNr, int colNr) final XmlReadContextXmlReadContext.getParent()Constructors in tools.jackson.dataformat.xml.deser with parameters of type XmlReadContextModifierConstructorDescriptionXmlReadContext(int type, XmlReadContext parent, int nestingDepth, int lineNr, int colNr)