Uses of Class
tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder
Packages that use DecorableTSFactory.DecorableTSFBuilder
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.DecorableTSFBuilder in tools.jackson.core.base
Constructors in tools.jackson.core.base with parameters of type DecorableTSFactory.DecorableTSFBuilderModifierConstructorDescriptionprotectedBinaryTSFactory(DecorableTSFactory.DecorableTSFBuilder<?, ?> baseBuilder) Constructor used by builders for instantiation.protectedDecorableTSFactory(DecorableTSFactory.DecorableTSFBuilder<?, ?> baseBuilder) Constructor used by builders for instantiation.protectedTextualTSFactory(DecorableTSFactory.DecorableTSFBuilder<?, ?> baseBuilder) Constructors used by builders for instantiation. -
Uses of DecorableTSFactory.DecorableTSFBuilder in tools.jackson.core.json
Subclasses of DecorableTSFactory.DecorableTSFBuilder in tools.jackson.core.jsonModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingJsonFactoryinstances for reading/writing JSON encoded content.