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