Uses of Class
tools.jackson.core.base.TextualTSFactory
Packages that use TextualTSFactory
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 TextualTSFactory in tools.jackson.core.base
Constructors in tools.jackson.core.base with parameters of type TextualTSFactory -
Uses of TextualTSFactory in tools.jackson.core.json
Subclasses of TextualTSFactory in tools.jackson.core.jsonModifier and TypeClassDescriptionclassJSON-backedTokenStreamFactoryimplementation that will create token readers ("parsers") and writers ("generators") for handling JSON-encoded content.