Uses of Enum
com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
Packages that use CBORGenerator.Feature
Package
Description
-
Uses of CBORGenerator.Feature in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORGenerator.FeatureModifier and TypeMethodDescriptionstatic CBORGenerator.FeatureReturns the enum constant of this type with the specified name.static CBORGenerator.Feature[]CBORGenerator.Feature.values()Returns an array containing the constants of this enum type, 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 CBORFactoryCBORFactory.configure(CBORGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilder.configure(CBORGenerator.Feature f, boolean state) CBORGenerator.configure(CBORGenerator.Feature f, boolean state) CBORFactory.disable(CBORGenerator.Feature f) Method for disabling specified generator feature (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilder.disable(CBORGenerator.Feature f) CBORFactoryBuilder.disable(CBORGenerator.Feature first, CBORGenerator.Feature... other) CBORGenerator.disable(CBORGenerator.Feature f) CBORFactory.enable(CBORGenerator.Feature f) Method for enabling specified generator features (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilder.enable(CBORGenerator.Feature f) CBORFactoryBuilder.enable(CBORGenerator.Feature first, CBORGenerator.Feature... other) CBORGenerator.enable(CBORGenerator.Feature f) final booleanCBORFactory.isEnabled(CBORGenerator.Feature f) Check whether specified generator feature is enabled.final booleanCBORGenerator.isEnabled(CBORGenerator.Feature f) -
Uses of CBORGenerator.Feature in com.fasterxml.jackson.dataformat.cbor.databind
Methods in com.fasterxml.jackson.dataformat.cbor.databind with parameters of type CBORGenerator.FeatureModifier and TypeMethodDescriptionCBORMapper.Builder.configure(CBORGenerator.Feature f, boolean state) CBORMapper.Builder.disable(CBORGenerator.Feature... features) CBORMapper.Builder.enable(CBORGenerator.Feature... features)