Uses of Enum Class
tools.jackson.core.json.JsonWriteFeature
Packages that use JsonWriteFeature
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonWriteFeature in tools.jackson.core.json
Methods in tools.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.Methods in tools.jackson.core.json with parameters of type JsonWriteFeatureModifier and TypeMethodDescriptionJsonFactoryBuilder.configure(JsonWriteFeature f, boolean state) JsonFactoryBuilder.disable(JsonWriteFeature f) JsonFactoryBuilder.disable(JsonWriteFeature first, JsonWriteFeature... other) JsonFactoryBuilder.enable(JsonWriteFeature f) JsonFactoryBuilder.enable(JsonWriteFeature first, JsonWriteFeature... other) final booleanJsonFactory.isEnabled(JsonWriteFeature f) Check whether specified generator feature is enabled.booleanJsonGeneratorBase.isEnabled(JsonWriteFeature f)