Uses of Class
org.codehaus.jackson.impl.JsonReadContext
Packages that use JsonReadContext
Package
Description
Parser and generator implementation classes that Jackson
defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of JsonReadContext in org.codehaus.jackson.impl
Fields in org.codehaus.jackson.impl declared as JsonReadContextModifier and TypeFieldDescriptionprotected JsonReadContext
JsonReadContext._child
protected final JsonReadContext
JsonReadContext._parent
protected JsonReadContext
JsonParserBase._parsingContext
Information about parser context, context in which the next token is to be parsed (root, array, object).Methods in org.codehaus.jackson.impl that return JsonReadContextModifier and TypeMethodDescriptionfinal JsonReadContext
JsonReadContext.createChildArrayContext
(int lineNr, int colNr) final JsonReadContext
JsonReadContext.createChildObjectContext
(int lineNr, int colNr) static JsonReadContext
JsonReadContext.createRootContext()
static JsonReadContext
JsonReadContext.createRootContext
(int lineNr, int colNr) final JsonReadContext
JsonReadContext.getParent()
JsonParserBase.getParsingContext()
Constructors in org.codehaus.jackson.impl with parameters of type JsonReadContextModifierConstructorDescriptionJsonReadContext
(JsonReadContext parent, int type, int lineNr, int colNr) -
Uses of JsonReadContext in org.codehaus.jackson.util
Fields in org.codehaus.jackson.util declared as JsonReadContextModifier and TypeFieldDescriptionprotected JsonReadContext
TokenBuffer.Parser._parsingContext
Information about parser context, context in which the next token is to be parsed (root, array, object).