Uses of Class
com.fasterxml.jackson.core.json.JsonReadFeature
-
Packages that use JsonReadFeature Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances.com.fasterxml.jackson.core.json 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 JsonReadFeature Modifier and Type Method Description JsonFactoryBuilderJsonFactoryBuilder. configure(JsonReadFeature f, boolean state)BTSFBuilder. configure(JsonReadFeature f, boolean state)JsonFactoryBuilderJsonFactoryBuilder. disable(JsonReadFeature f)JsonFactoryBuilderJsonFactoryBuilder. disable(JsonReadFeature first, JsonReadFeature... other)BTSFBuilder. disable(JsonReadFeature f)BTSFBuilder. disable(JsonReadFeature first, JsonReadFeature... other)JsonFactoryBuilderJsonFactoryBuilder. enable(JsonReadFeature f)JsonFactoryBuilderJsonFactoryBuilder. enable(JsonReadFeature first, JsonReadFeature... other)BTSFBuilder. enable(JsonReadFeature f)BTSFBuilder. enable(JsonReadFeature first, JsonReadFeature... other) -
Uses of JsonReadFeature in com.fasterxml.jackson.core.json
Methods in com.fasterxml.jackson.core.json that return JsonReadFeature Modifier and Type Method Description static JsonReadFeatureJsonReadFeature. valueOf(java.lang.String name)Returns 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.
-