Uses of Enum
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
Subclasses with type arguments of type JsonReadFeature in com.fasterxml.jackson.core.jsonModifier and TypeClassDescriptionenumToken reader (parser) features specific to JSON backend.Methods in com.fasterxml.jackson.core.json that return JsonReadFeatureModifier and TypeMethodDescriptionstatic JsonReadFeatureReturns the enum constant of this type with the specified name.static JsonReadFeature[]JsonReadFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.