Uses of Enum Class
com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
Packages that use CBORGenerator.Feature
-
Uses of CBORGenerator.Feature in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORGenerator.FeatureModifier and TypeMethodDescriptionstatic CBORGenerator.Feature
Returns the enum constant of this class with the specified name.static CBORGenerator.Feature[]
CBORGenerator.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.cbor that return types with arguments of type CBORGenerator.FeatureMethods in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORGenerator.FeatureModifier and TypeMethodDescriptionfinal CBORFactory
CBORFactory.configure
(CBORGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkCBORGenerator.Feature
for list of features)CBORGenerator.configure
(CBORGenerator.Feature f, boolean state) CBORFactory.disable
(CBORGenerator.Feature f) Method for disabling specified generator feature (checkCBORGenerator.Feature
for list of features)CBORGenerator.disable
(CBORGenerator.Feature f) CBORFactory.enable
(CBORGenerator.Feature f) Method for enabling specified generator features (checkCBORGenerator.Feature
for list of features)CBORGenerator.enable
(CBORGenerator.Feature f) final boolean
CBORFactory.isEnabled
(CBORGenerator.Feature f) Check whether specified generator feature is enabled.final boolean
CBORGenerator.isEnabled
(CBORGenerator.Feature f)