Uses of Class
tools.jackson.core.io.InputDecorator
Packages that use InputDecorator
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 InputDecorator in tools.jackson.core.base
Fields in tools.jackson.core.base declared as InputDecoratorModifier and TypeFieldDescriptionprotected final InputDecoratorDecorableTSFactory._inputDecoratorOptional helper object that may decorate input sources, to do additional processing on input during parsing.protected InputDecoratorDecorableTSFactory.DecorableTSFBuilder._inputDecoratorOptional helper object that may decorate input sources, to do additional processing on input during parsing.Methods in tools.jackson.core.base that return InputDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.getInputDecorator()DecorableTSFactory.DecorableTSFBuilder.inputDecorator()Methods in tools.jackson.core.base with parameters of type InputDecoratorModifier and TypeMethodDescriptionDecorableTSFactory.DecorableTSFBuilder.inputDecorator(InputDecorator dec)