Uses of Enum Class
tools.jackson.dataformat.cbor.CBORWriteFeature
Packages that use CBORWriteFeature
-
Uses of CBORWriteFeature in tools.jackson.dataformat.cbor
Methods in tools.jackson.dataformat.cbor that return CBORWriteFeatureModifier and TypeMethodDescriptionstatic CBORWriteFeatureReturns the enum constant of this class with the specified name.static CBORWriteFeature[]CBORWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.cbor that return types with arguments of type CBORWriteFeatureMethods in tools.jackson.dataformat.cbor with parameters of type CBORWriteFeatureModifier and TypeMethodDescriptionCBORFactoryBuilder.configure(CBORWriteFeature f, boolean state) CBORMapper.Builder.configure(CBORWriteFeature feature, boolean state) CBORFactoryBuilder.disable(CBORWriteFeature f) CBORFactoryBuilder.disable(CBORWriteFeature first, CBORWriteFeature... other) CBORMapper.Builder.disable(CBORWriteFeature... features) CBORFactoryBuilder.enable(CBORWriteFeature f) CBORFactoryBuilder.enable(CBORWriteFeature first, CBORWriteFeature... other) CBORMapper.Builder.enable(CBORWriteFeature... features) booleanCBORFactory.isEnabled(CBORWriteFeature f) Check whether specified CBOR-specific stream write feature is enabled.final booleanCBORGenerator.isEnabled(CBORWriteFeature f) booleanCBORMapper.isEnabled(CBORWriteFeature f)