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 JsonReadContextJsonReadContext._childprotected final JsonReadContextJsonReadContext._parentprotected JsonReadContextJsonParserBase._parsingContextInformation 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 JsonReadContextJsonReadContext.createChildArrayContext(int lineNr, int colNr) final JsonReadContextJsonReadContext.createChildObjectContext(int lineNr, int colNr) static JsonReadContextJsonReadContext.createRootContext()static JsonReadContextJsonReadContext.createRootContext(int lineNr, int colNr) final JsonReadContextJsonReadContext.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 JsonReadContextTokenBuffer.Parser._parsingContextInformation about parser context, context in which the next token is to be parsed (root, array, object).