Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
Modifier and Type | Field and Description |
---|---|
protected OutputDecorator |
JsonFactory._outputDecorator
Optional helper object that may decorate output object, to do
additional processing on output during content generation.
|
protected OutputDecorator |
TSFBuilder._outputDecorator
Optional helper object that may decorate output object, to do
additional processing on output during content generation.
|
Modifier and Type | Method and Description |
---|---|
OutputDecorator |
JsonFactory.getOutputDecorator()
Method for getting currently configured output decorator (if any;
there is no default decorator).
|
OutputDecorator |
TSFBuilder.outputDecorator() |
Modifier and Type | Method and Description |
---|---|
B |
TSFBuilder.outputDecorator(OutputDecorator dec) |
JsonFactory |
JsonFactory.setOutputDecorator(OutputDecorator d)
Deprecated.
Since 2.10 use
TSFBuilder.outputDecorator(OutputDecorator) instead |
Copyright © 2021 JBoss by Red Hat. All rights reserved.