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 | Description |
---|---|---|
protected JsonWriteContext |
JsonWriteContext._child |
|
protected JsonWriteContext |
JsonWriteContext._parent |
|
protected JsonWriteContext |
JsonGeneratorBase._writeContext |
Object that keeps track of the current contextual state
of the generator.
|
Modifier and Type | Method | Description |
---|---|---|
JsonWriteContext |
JsonWriteContext.createChildArrayContext() |
|
JsonWriteContext |
JsonWriteContext.createChildObjectContext() |
|
static JsonWriteContext |
JsonWriteContext.createRootContext() |
|
JsonWriteContext |
JsonGeneratorBase.getOutputContext() |
Note: co-variant return type.
|
JsonWriteContext |
JsonWriteContext.getParent() |
Constructor | Description |
---|---|
JsonWriteContext(int type,
JsonWriteContext parent) |
Modifier and Type | Field | Description |
---|---|---|
protected JsonWriteContext |
TokenBuffer._writeContext |
Modifier and Type | Method | Description |
---|---|---|
JsonWriteContext |
TokenBuffer.getOutputContext() |