Uses of Class
com.fasterxml.jackson.core.io.OutputDecorator
Packages that use OutputDecorator
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 OutputDecorator in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as OutputDecoratorModifier and TypeFieldDescriptionprotected OutputDecorator
JsonFactory._outputDecorator
Optional helper object that may decorate output object, to do additional processing on output during content generation.protected OutputDecorator
TSFBuilder._outputDecorator
Optional helper object that may decorate output object, to do additional processing on output during content generation.Methods in com.fasterxml.jackson.core that return OutputDecoratorModifier and TypeMethodDescriptionJsonFactory.getOutputDecorator()
Method for getting currently configured output decorator (if any; there is no default decorator).TSFBuilder.outputDecorator()
Methods in com.fasterxml.jackson.core with parameters of type OutputDecoratorModifier and TypeMethodDescriptionTSFBuilder.outputDecorator
(OutputDecorator dec) JsonFactory.setOutputDecorator
(OutputDecorator d) Deprecated.
TSFBuilder.outputDecorator(OutputDecorator)
instead