Uses of Enum
com.fasterxml.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.-
Uses of StreamReadFeature in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return StreamReadFeatureModifier and TypeMethodDescriptionstatic StreamReadFeature
Returns the enum constant of this type with the specified name.static StreamReadFeature[]
StreamReadFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.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) final boolean
JsonFactory.isEnabled
(StreamReadFeature f) Method for checking if the specified stream read feature is enabled.boolean
JsonParser.isEnabled
(StreamReadFeature f) Method for checking whether specifiedJsonParser.Feature
is enabled.abstract boolean
TokenStreamFactory.isEnabled
(StreamReadFeature f)