| java.lang.Object | ||
| ↳ | com.fasterxml.jackson.core.JsonStreamContext | |
| ↳ | com.fasterxml.jackson.core.json.JsonWriteContext | |
Extension of JsonStreamContext, which implements
core methods needed, and also exposes
more complete API to generator implementation classes.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | STATUS_EXPECT_NAME | ||||||||||
| int | STATUS_EXPECT_VALUE | ||||||||||
| int | STATUS_OK_AFTER_COLON | ||||||||||
| int | STATUS_OK_AFTER_COMMA | ||||||||||
| int | STATUS_OK_AFTER_SPACE | ||||||||||
| int | STATUS_OK_AS_IS | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _child | |||||||||||
| _currentName | Name of the field of which value is to be parsed; only used for OBJECT contexts | ||||||||||
| _parent | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
| Protected 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 writeable "JsonPath" representation
of the context.
| |||||||||||
Method that writer is to call before it writes a field name.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.fasterxml.jackson.core.JsonStreamContext
| |||||||||||
From class
java.lang.Object
| |||||||||||
Name of the field of which value is to be parsed; only used for OBJECT contexts
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 writeable "JsonPath" representation of the context.
Method that writer is to call before it writes a field name.