Uses of Enum Class
tools.jackson.dataformat.cbor.CBORReadFeature
Packages that use CBORReadFeature
-
Uses of CBORReadFeature in tools.jackson.dataformat.cbor
Methods in tools.jackson.dataformat.cbor that return CBORReadFeatureModifier and TypeMethodDescriptionstatic CBORReadFeatureReturns the enum constant of this class with the specified name.static CBORReadFeature[]CBORReadFeature.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 CBORReadFeatureMethods in tools.jackson.dataformat.cbor with parameters of type CBORReadFeatureModifier and TypeMethodDescriptionCBORFactoryBuilder.configure(CBORReadFeature f, boolean state) CBORMapper.Builder.configure(CBORReadFeature feature, boolean state) CBORFactoryBuilder.disable(CBORReadFeature f) CBORFactoryBuilder.disable(CBORReadFeature first, CBORReadFeature... other) CBORMapper.Builder.disable(CBORReadFeature... features) CBORFactoryBuilder.enable(CBORReadFeature f) CBORFactoryBuilder.enable(CBORReadFeature first, CBORReadFeature... other) CBORMapper.Builder.enable(CBORReadFeature... features) booleanCBORFactory.isEnabled(CBORReadFeature f) Check whether specified CBOR-specific stream read feature is enabled.booleanCBORMapper.isEnabled(CBORReadFeature f)