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.
|
Modifier and Type | Field and Description |
---|---|
protected JsonReadContext |
JsonReadContext._child |
protected JsonReadContext |
JsonReadContext._parent |
protected JsonReadContext |
JsonParserBase._parsingContext
Information about parser context, context in which
the next token is to be parsed (root, array, object).
|
Modifier and Type | Method and Description |
---|---|
JsonReadContext |
JsonReadContext.createChildArrayContext(int lineNr,
int colNr) |
JsonReadContext |
JsonReadContext.createChildObjectContext(int lineNr,
int colNr) |
static JsonReadContext |
JsonReadContext.createRootContext() |
static JsonReadContext |
JsonReadContext.createRootContext(int lineNr,
int colNr) |
JsonReadContext |
JsonReadContext.getParent() |
JsonReadContext |
JsonParserBase.getParsingContext() |
Constructor and Description |
---|
JsonReadContext(JsonReadContext parent,
int type,
int lineNr,
int colNr) |
Modifier and Type | Field and Description |
---|---|
protected JsonReadContext |
TokenBuffer.Parser._parsingContext
Information about parser context, context in which
the next token is to be parsed (root, array, object).
|