Uses of Class
tools.jackson.core.TSFBuilder
Packages that use TSFBuilder
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.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 TSFBuilder in tools.jackson.core
Classes in tools.jackson.core with type parameters of type TSFBuilderModifier and TypeClassDescriptionclassTSFBuilder<F extends TokenStreamFactory,B extends TSFBuilder<F, B>> Since factory instances are immutable, a Builder class is needed for creating configurations for differently configured factory instances.Methods in tools.jackson.core that return TSFBuilderModifier and TypeMethodDescriptionabstract TSFBuilder<?,?> TokenStreamFactory.rebuild()Method that can be used to create differently configured stream factories: it will create and return a Builder instance with exact settings of this stream factory.Constructors in tools.jackson.core with parameters of type TSFBuilderModifierConstructorDescriptionprotectedTokenStreamFactory(TSFBuilder<?, ?> baseBuilder) Constructors used byTSFBuilderfor instantiation. -
Uses of TSFBuilder in tools.jackson.core.base
Classes in tools.jackson.core.base with type parameters of type TSFBuilderModifier and TypeClassDescriptionstatic classDecorableTSFactory.DecorableTSFBuilder<F extends TokenStreamFactory,T extends TSFBuilder<F, T>> Since factory instances are immutable, a Builder class is needed for creating configurations for differently configured factory instances.Subclasses of TSFBuilder in tools.jackson.core.baseModifier and TypeClassDescriptionstatic classDecorableTSFactory.DecorableTSFBuilder<F extends TokenStreamFactory,T extends TSFBuilder<F, T>> Since factory instances are immutable, a Builder class is needed for creating configurations for differently configured factory instances. -
Uses of TSFBuilder in tools.jackson.core.json
Subclasses of TSFBuilder in tools.jackson.core.jsonModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingJsonFactoryinstances for reading/writing JSON encoded content.