| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.cbor | 
| Modifier and Type | Method and Description | 
|---|---|
| static CBORParser.Feature | CBORParser.Feature. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<CBORParser.Feature> | CBORFactory. getFormatReadFeatureType() | 
| Modifier and Type | Method and Description | 
|---|---|
| CBORFactoryBuilder | CBORFactoryBuilder. configure(CBORParser.Feature f,
         boolean state) | 
| CBORFactory | CBORFactory. configure(CBORParser.Feature f,
         boolean state)Method for enabling or disabling specified parser feature
 (check  CBORParser.Featurefor list of features) | 
| CBORFactoryBuilder | CBORFactoryBuilder. disable(CBORParser.Feature f) | 
| CBORFactory | CBORFactory. disable(CBORParser.Feature f)Method for disabling specified parser features
 (check  CBORParser.Featurefor list of features) | 
| CBORFactoryBuilder | CBORFactoryBuilder. disable(CBORParser.Feature first,
       CBORParser.Feature... other) | 
| CBORFactoryBuilder | CBORFactoryBuilder. disable(CBORParser.Feature first,
       CBORParser.Feature... other) | 
| CBORFactoryBuilder | CBORFactoryBuilder. enable(CBORParser.Feature f) | 
| CBORFactory | CBORFactory. enable(CBORParser.Feature f)Method for enabling specified parser feature
 (check  CBORParser.Featurefor list of features) | 
| CBORFactoryBuilder | CBORFactoryBuilder. enable(CBORParser.Feature first,
      CBORParser.Feature... other) | 
| CBORFactoryBuilder | CBORFactoryBuilder. enable(CBORParser.Feature first,
      CBORParser.Feature... other) | 
| boolean | CBORFactory. isEnabled(CBORParser.Feature f)Checked whether specified parser feature is enabled. | 
Copyright © 2019 FasterXML. All rights reserved.