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