| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | 
| Modifier and Type | Method and Description | 
|---|---|
| static AvroParser.Feature | AvroParser.Feature. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AvroParser.Feature[] | AvroParser.Feature. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| com.fasterxml.jackson.core.JsonParser | AvroParser. configure(AvroParser.Feature f,
         boolean state)Method for enabling or disabling specified Avro feature
 (check  AvroParser.Featurefor list of features) | 
| AvroMapper.Builder | AvroMapper.Builder. configure(AvroParser.Feature f,
         boolean state) | 
| AvroFactoryBuilder | AvroFactoryBuilder. configure(AvroParser.Feature f,
         boolean state) | 
| AvroFactory | AvroFactory. configure(AvroParser.Feature f,
         boolean state)Method for enabling or disabling specified parser feature
 (check  AvroParser.Featurefor list of features) | 
| AvroMapper.Builder | AvroMapper.Builder. disable(AvroParser.Feature... features) | 
| com.fasterxml.jackson.core.JsonParser | AvroParser. disable(AvroParser.Feature f)Method for disabling specified Avro feature
 (check  AvroParser.Featurefor list of features) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroParser.Feature f) | 
| AvroFactory | AvroFactory. disable(AvroParser.Feature f)Method for disabling specified parser features
 (check  AvroParser.Featurefor list of features) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroParser.Feature first,
       AvroParser.Feature... other) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroParser.Feature first,
       AvroParser.Feature... other) | 
| AvroMapper.Builder | AvroMapper.Builder. enable(AvroParser.Feature... features) | 
| com.fasterxml.jackson.core.JsonParser | AvroParser. enable(AvroParser.Feature f)Method for enabling specified Avro feature
 (check  AvroParser.Featurefor list of features) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroParser.Feature f) | 
| AvroFactory | AvroFactory. enable(AvroParser.Feature f)Method for enabling specified parser feature
 (check  AvroParser.Featurefor list of features) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroParser.Feature first,
      AvroParser.Feature... other) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroParser.Feature first,
      AvroParser.Feature... other) | 
| boolean | AvroParser. isEnabled(AvroParser.Feature f)Method for checking whether specified Avro  AvroParser.Featureis enabled. | 
| boolean | AvroFactory. isEnabled(AvroParser.Feature f)Checked whether specified parser feature is enabled. | 
Copyright © 2019 FasterXML. All rights reserved.