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
Subclasses with type arguments of type StreamReadFeature in com.fasterxml.jackson.coreModifier and TypeClassDescriptionenumToken reader (parser) features not-specific to any particular format backend.Methods in com.fasterxml.jackson.core that return StreamReadFeatureModifier and TypeMethodDescriptionstatic StreamReadFeatureReturns 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 booleanJsonFactory.isEnabled(StreamReadFeature f) Method for checking if the specified stream read feature is enabled.booleanJsonParser.isEnabled(StreamReadFeature f) Method for checking whether specifiedJsonParser.Featureis enabled.abstract booleanTokenStreamFactory.isEnabled(StreamReadFeature f)