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