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._generatorDecoratorsList ofJsonGeneratorDecorators to apply toJsonGenerators after construction; applied in the order of addition.protected List<JsonGeneratorDecorator> TSFBuilder._generatorDecoratorsMethods in com.fasterxml.jackson.core with parameters of type JsonGeneratorDecorator