Uses of Class
org.codehaus.jackson.impl.JsonReadContext
-
Packages that use JsonReadContext Package Description org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses.org.codehaus.jackson.util Utility classes used by Jackson Core functionality. -
-
Uses of JsonReadContext in org.codehaus.jackson.impl
Fields in org.codehaus.jackson.impl declared as JsonReadContext Modifier and Type Field Description protected JsonReadContextJsonReadContext. _childprotected 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 JsonReadContext Modifier and Type Method Description JsonReadContextJsonReadContext. createChildArrayContext(int lineNr, int colNr)JsonReadContextJsonReadContext. createChildObjectContext(int lineNr, int colNr)static JsonReadContextJsonReadContext. createRootContext()static JsonReadContextJsonReadContext. createRootContext(int lineNr, int colNr)JsonReadContextJsonReadContext. getParent()JsonReadContextJsonParserBase. getParsingContext()Constructors in org.codehaus.jackson.impl with parameters of type JsonReadContext Constructor Description JsonReadContext(JsonReadContext parent, int type, int lineNr, int colNr) -
Uses of JsonReadContext in org.codehaus.jackson.util
Fields in org.codehaus.jackson.util declared as JsonReadContext Modifier and Type Field Description protected JsonReadContextTokenBuffer.Parser. _parsingContextInformation about parser context, context in which the next token is to be parsed (root, array, object).
-