Package | Description |
---|---|
org.codehaus.jackson |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonParser )
instances. |
Modifier and Type | Field | Description |
---|---|---|
protected OutputDecorator |
JsonFactory._outputDecorator |
Optional helper object that may decorate output object, to do
additional processing on output during content generation.
|
Modifier and Type | Method | Description |
---|---|---|
OutputDecorator |
JsonFactory.getOutputDecorator() |
Method for getting currently configured output decorator (if any;
there is no default decorator).
|
Modifier and Type | Method | Description |
---|---|---|
JsonFactory |
JsonFactory.setOutputDecorator(OutputDecorator d) |
Method for overriding currently configured output decorator
|