Uses of Class
tools.jackson.core.base.DecorableTSFactory
Packages that use DecorableTSFactory
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).
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of DecorableTSFactory in tools.jackson.core.base
Subclasses of DecorableTSFactory in tools.jackson.core.baseModifier and TypeClassDescriptionclassIntermediateTokenStreamFactorysub-class used as the base for binary (non-textual) data formats.classIntermediateTokenStreamFactorysub-class used as the base for textual data formats.Constructors in tools.jackson.core.base with parameters of type DecorableTSFactoryModifierConstructorDescriptionprotectedprotected -
Uses of DecorableTSFactory in tools.jackson.core.json
Subclasses of DecorableTSFactory in tools.jackson.core.jsonModifier and TypeClassDescriptionclassJSON-backedTokenStreamFactoryimplementation that will create token readers ("parsers") and writers ("generators") for handling JSON-encoded content.