| 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 List<JsonGeneratorDecorator> |
TSFBuilder._generatorDecorators |
protected List<JsonGeneratorDecorator> |
JsonFactory._generatorDecorators
List of
JsonGeneratorDecorators to apply to JsonGenerators
after construction; applied in the order of addition. |
| Modifier and Type | Method and Description |
|---|---|
B |
TSFBuilder.addDecorator(JsonGeneratorDecorator decorator) |
Copyright © 2008–2025 FasterXML. All rights reserved.