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 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 and Description |
---|---|
JsonWriteContext |
JsonWriteContext.createChildArrayContext() |
JsonWriteContext |
JsonWriteContext.createChildObjectContext() |
static JsonWriteContext |
JsonWriteContext.createRootContext() |
JsonWriteContext |
JsonGeneratorBase.getOutputContext()
Note: co-variant return type.
|
JsonWriteContext |
JsonWriteContext.getParent() |
Constructor and Description |
---|
JsonWriteContext(int type,
JsonWriteContext parent) |
Modifier and Type | Field and Description |
---|---|
protected JsonWriteContext |
TokenBuffer._writeContext |
Modifier and Type | Method and Description |
---|---|
JsonWriteContext |
TokenBuffer.getOutputContext() |