Uses of Interface
tools.jackson.core.util.JsonGeneratorDecorator
Packages that use JsonGeneratorDecorator
Package
Description
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
-
Uses of JsonGeneratorDecorator in tools.jackson.core.base
Fields in tools.jackson.core.base with type parameters of type JsonGeneratorDecoratorModifier and TypeFieldDescriptionprotected List<JsonGeneratorDecorator>DecorableTSFactory._generatorDecoratorsprotected List<JsonGeneratorDecorator>DecorableTSFactory.DecorableTSFBuilder._generatorDecoratorsMethods in tools.jackson.core.base that return types with arguments of type JsonGeneratorDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.DecorableTSFBuilder.generatorDecorators()DecorableTSFactory.getGeneratorDecorators()Methods in tools.jackson.core.base with parameters of type JsonGeneratorDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.DecorableTSFBuilder.addDecorator(JsonGeneratorDecorator dec)