Uses of Enum Class
tools.jackson.core.StreamReadFeature
Packages that use StreamReadFeature
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).
Utility classes used by Jackson Core functionality.
-
Uses of StreamReadFeature in tools.jackson.core
Methods in tools.jackson.core that return StreamReadFeatureModifier and TypeMethodDescriptionstatic StreamReadFeatureReturns the enum constant of this class with the specified name.static StreamReadFeature[]StreamReadFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.core with parameters of type StreamReadFeatureModifier and TypeMethodDescriptionTSFBuilder.configure(StreamReadFeature f, boolean state) TSFBuilder.disable(StreamReadFeature f) TSFBuilder.disable(StreamReadFeature first, StreamReadFeature... other) TSFBuilder.enable(StreamReadFeature f) TSFBuilder.enable(StreamReadFeature first, StreamReadFeature... other) abstract booleanJsonParser.isEnabled(StreamReadFeature f) Method for checking whether specifiedStreamReadFeatureis enabled.final booleanTokenStreamFactory.isEnabled(StreamReadFeature f) Checked whether specified parser feature is enabled. -
Uses of StreamReadFeature in tools.jackson.core.base
Methods in tools.jackson.core.base with parameters of type StreamReadFeature -
Uses of StreamReadFeature in tools.jackson.core.util
Methods in tools.jackson.core.util with parameters of type StreamReadFeature