Uses of Enum Class
tools.jackson.core.json.JsonReadFeature
Packages that use JsonReadFeature
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonReadFeature in tools.jackson.core.json
Subclasses with type arguments of type JsonReadFeature in tools.jackson.core.jsonModifier and TypeClassDescriptionenumToken reader (parser) features specific to JSON backend.Methods in tools.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.Methods in tools.jackson.core.json with parameters of type JsonReadFeatureModifier and TypeMethodDescriptionJsonFactoryBuilder.configure(JsonReadFeature f, boolean state) JsonFactoryBuilder.disable(JsonReadFeature f) JsonFactoryBuilder.disable(JsonReadFeature first, JsonReadFeature... other) JsonFactoryBuilder.enable(JsonReadFeature f) JsonFactoryBuilder.enable(JsonReadFeature first, JsonReadFeature... other) final booleanJsonFactory.isEnabled(JsonReadFeature f) Checked whether specified parser feature is enabled.booleanJsonParserBase.isEnabled(JsonReadFeature f)