Uses of Class
tools.jackson.core.io.OutputDecorator
Packages that use OutputDecorator
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 OutputDecorator in tools.jackson.core.base
Fields in tools.jackson.core.base declared as OutputDecoratorModifier and TypeFieldDescriptionprotected final OutputDecoratorDecorableTSFactory._outputDecoratorOptional helper object that may decorate output object, to do additional processing on output during content generation.protected OutputDecoratorDecorableTSFactory.DecorableTSFBuilder._outputDecoratorOptional helper object that may decorate output object, to do additional processing on output during content generation.Methods in tools.jackson.core.base that return OutputDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.getOutputDecorator()DecorableTSFactory.DecorableTSFBuilder.outputDecorator()Methods in tools.jackson.core.base with parameters of type OutputDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.DecorableTSFBuilder.outputDecorator(OutputDecorator dec)