Uses of Enum Class
com.fasterxml.jackson.core.json.JsonReadFeature
Packages that use JsonReadFeature
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.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonReadFeature in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core with parameters of type JsonReadFeatureModifier and TypeMethodDescriptionJsonFactoryBuilder.configure(JsonReadFeature f, boolean state) TSFBuilder.configure(JsonReadFeature f, boolean state) JsonFactoryBuilder.disable(JsonReadFeature f) JsonFactoryBuilder.disable(JsonReadFeature first, JsonReadFeature... other) TSFBuilder.disable(JsonReadFeature f) TSFBuilder.disable(JsonReadFeature first, JsonReadFeature... other) JsonFactoryBuilder.enable(JsonReadFeature f) JsonFactoryBuilder.enable(JsonReadFeature first, JsonReadFeature... other) TSFBuilder.enable(JsonReadFeature f) TSFBuilder.enable(JsonReadFeature first, JsonReadFeature... other) -
Uses of JsonReadFeature in com.fasterxml.jackson.core.json
Methods in com.fasterxml.jackson.core.json that return JsonReadFeatureModifier and TypeMethodDescriptionstatic JsonReadFeatureReturns the enum constant of this class with the specified name.static JsonReadFeature[]JsonReadFeature.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonReadFeature in com.fasterxml.jackson.databind.json
Methods in com.fasterxml.jackson.databind.json with parameters of type JsonReadFeatureModifier and TypeMethodDescriptionJsonMapper.Builder.configure(JsonReadFeature f, boolean state) JsonMapper.Builder.disable(JsonReadFeature... features) JsonMapper.Builder.enable(JsonReadFeature... features) booleanJsonMapper.isEnabled(JsonReadFeature f)