Uses of Enum
com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
Packages that use CBORParser.Feature
-
Uses of CBORParser.Feature in com.fasterxml.jackson.dataformat.cbor
Subclasses with type arguments of type CBORParser.Feature in com.fasterxml.jackson.dataformat.cborModifier and TypeClassDescriptionstatic enumEnumeration that defines all togglable features for CBOR generators.Methods in com.fasterxml.jackson.dataformat.cbor that return CBORParser.FeatureModifier and TypeMethodDescriptionstatic CBORParser.FeatureReturns the enum constant of this type with the specified name.static CBORParser.Feature[]CBORParser.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 CBORParser.FeatureMethods in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORParser.FeatureModifier and TypeMethodDescriptionfinal CBORFactoryCBORFactory.configure(CBORParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkCBORParser.Featurefor list of features)CBORFactoryBuilder.configure(CBORParser.Feature f, boolean state) CBORFactory.disable(CBORParser.Feature f) Method for disabling specified parser features (checkCBORParser.Featurefor list of features)CBORFactoryBuilder.disable(CBORParser.Feature f) CBORFactoryBuilder.disable(CBORParser.Feature first, CBORParser.Feature... other) CBORFactory.enable(CBORParser.Feature f) Method for enabling specified parser feature (checkCBORParser.Featurefor list of features)CBORFactoryBuilder.enable(CBORParser.Feature f) CBORFactoryBuilder.enable(CBORParser.Feature first, CBORParser.Feature... other) final booleanCBORFactory.isEnabled(CBORParser.Feature f) Checked whether specified parser feature is enabled.