Uses of Interface
com.fasterxml.jackson.core.util.JsonGeneratorDecorator
Packages that use JsonGeneratorDecorator
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser
)
and generator
(JsonGenerator
)
instances.-
Uses of JsonGeneratorDecorator in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core with type parameters of type JsonGeneratorDecoratorModifier and TypeFieldDescriptionprotected final List
<JsonGeneratorDecorator> JsonFactory._generatorDecorators
List ofJsonGeneratorDecorator
s to apply toJsonGenerator
s after construction; applied in the order of addition.protected List
<JsonGeneratorDecorator> TSFBuilder._generatorDecorators
Methods in com.fasterxml.jackson.core with parameters of type JsonGeneratorDecorator