| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | 
| Modifier and Type | Method and Description | 
|---|---|
| static AvroGenerator.Feature | AvroGenerator.Feature. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AvroGenerator.Feature[] | AvroGenerator.Feature. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| AvroGenerator | AvroGenerator. configure(AvroGenerator.Feature f,
         boolean state) | 
| AvroFactory | AvroFactory. configure(AvroGenerator.Feature f,
         boolean state)Method for enabling or disabling specified generator feature
 (check  AvroGenerator.Featurefor list of features) | 
| AvroGenerator | AvroGenerator. disable(AvroGenerator.Feature f) | 
| AvroFactory | AvroFactory. disable(AvroGenerator.Feature f)Method for disabling specified generator feature
 (check  AvroGenerator.Featurefor list of features) | 
| AvroGenerator | AvroGenerator. enable(AvroGenerator.Feature f) | 
| AvroFactory | AvroFactory. enable(AvroGenerator.Feature f)Method for enabling specified generator features
 (check  AvroGenerator.Featurefor list of features) | 
| boolean | AvroGenerator. isEnabled(AvroGenerator.Feature f) | 
| boolean | AvroFactory. isEnabled(AvroGenerator.Feature f)Check whether specified generator feature is enabled. | 
Copyright © 2017 FasterXML. All rights reserved.