| java.lang.Object | ||
| ↳ | com.fasterxml.jackson.core.JsonStreamContext | |
| ↳ | com.fasterxml.jackson.core.json.JsonReadContext | |
Extension of JsonStreamContext, which implements
core methods needed, and also exposes
more complete API to parser implementation classes.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _child | |||||||||||
| _columnNr | |||||||||||
| _currentName | |||||||||||
| _lineNr | |||||||||||
| _parent | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method for accessing name associated with the current location.
| |||||||||||
Accessor for finding parent context of this context; will
return null for root context.
| |||||||||||
Overridden to provide developer readable "JsonPath" representation
of the context.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
From class
java.lang.Object
| |||||||||||
Method for accessing name associated with the current location.
Non-null for FIELD_NAME and value events that directly
follow field names; null for root level and array values.
Accessor for finding parent context of this context; will return null for root context.
Overridden to provide developer readable "JsonPath" representation of the context.