Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Packages that use CBORGenerator.Feature Package Description com.fasterxml.jackson.dataformat.cbor com.fasterxml.jackson.dataformat.cbor.databind -
-
Uses of CBORGenerator.Feature in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORGenerator.Feature Modifier and Type Method Description static CBORGenerator.FeatureCBORGenerator.Feature. valueOf(java.lang.String name)Returns 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.Feature Modifier and Type Method Description java.lang.Class<CBORGenerator.Feature>CBORFactory. getFormatWriteFeatureType()Methods in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORGenerator.Feature Modifier and Type Method Description CBORFactoryCBORFactory. configure(CBORGenerator.Feature f, boolean state)Method for enabling or disabling specified generator feature (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilderCBORFactoryBuilder. configure(CBORGenerator.Feature f, boolean state)CBORGeneratorCBORGenerator. configure(CBORGenerator.Feature f, boolean state)CBORFactoryCBORFactory. disable(CBORGenerator.Feature f)Method for disabling specified generator feature (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilderCBORFactoryBuilder. disable(CBORGenerator.Feature f)CBORFactoryBuilderCBORFactoryBuilder. disable(CBORGenerator.Feature first, CBORGenerator.Feature... other)CBORGeneratorCBORGenerator. disable(CBORGenerator.Feature f)CBORFactoryCBORFactory. enable(CBORGenerator.Feature f)Method for enabling specified generator features (checkCBORGenerator.Featurefor list of features)CBORFactoryBuilderCBORFactoryBuilder. enable(CBORGenerator.Feature f)CBORFactoryBuilderCBORFactoryBuilder. enable(CBORGenerator.Feature first, CBORGenerator.Feature... other)CBORGeneratorCBORGenerator. enable(CBORGenerator.Feature f)booleanCBORFactory. isEnabled(CBORGenerator.Feature f)Check whether specified generator feature is enabled.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.Feature Modifier and Type Method Description CBORMapper.BuilderCBORMapper.Builder. configure(CBORGenerator.Feature f, boolean state)CBORMapper.BuilderCBORMapper.Builder. disable(CBORGenerator.Feature... features)CBORMapper.BuilderCBORMapper.Builder. enable(CBORGenerator.Feature... features)
-