Uses of Interface
com.fasterxml.jackson.core.util.JsonGeneratorDecorator
-
Packages that use JsonGeneratorDecorator Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused 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 JsonGeneratorDecorator Modifier and Type Field Description protected java.util.List<JsonGeneratorDecorator>JsonFactory. _generatorDecoratorsList ofJsonGeneratorDecorators to apply toJsonGenerators after construction; applied in the order of addition.protected java.util.List<JsonGeneratorDecorator>TSFBuilder. _generatorDecoratorsMethods in com.fasterxml.jackson.core with parameters of type JsonGeneratorDecorator Modifier and Type Method Description BTSFBuilder. addDecorator(JsonGeneratorDecorator decorator)
-