| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | 
| Modifier and Type | Method and Description | 
|---|---|
| static AvroFactoryBuilder | AvroFactory. builder()Main factory method to use for constructing a builder for creating
  AvroFactoryinstances with different configuration. | 
| static AvroFactoryBuilder | AvroFactory. builderWithApacheDecoder()Main factory method to use for constructing a builder for creating
  AvroFactoryinstances with different configuration,
 initialized to use Apache Avro library codec for decoding content
 (instead of Jackson native decoder). | 
| static AvroFactoryBuilder | AvroFactory. builderWithNativeDecoder()Main factory method to use for constructing a builder for creating
  AvroFactoryinstances with different configuration,
 initialized to use Jackson antive codec for decoding content
 (instead of Apache Avro library decoder). | 
| AvroFactoryBuilder | AvroFactoryBuilder. configure(AvroGenerator.Feature f,
         boolean state) | 
| AvroFactoryBuilder | AvroFactoryBuilder. configure(AvroParser.Feature f,
         boolean state) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroGenerator.Feature f) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroGenerator.Feature first,
       AvroGenerator.Feature... other) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroParser.Feature f) | 
| AvroFactoryBuilder | AvroFactoryBuilder. disable(AvroParser.Feature first,
       AvroParser.Feature... other) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroGenerator.Feature f) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroGenerator.Feature first,
      AvroGenerator.Feature... other) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroParser.Feature f) | 
| AvroFactoryBuilder | AvroFactoryBuilder. enable(AvroParser.Feature first,
      AvroParser.Feature... other) | 
| AvroFactoryBuilder | AvroFactory. rebuild() | 
| Constructor and Description | 
|---|
| AvroFactory(AvroFactoryBuilder b)Constructors used by  YAMLFactoryBuilderfor instantiation. | 
Copyright © 2019 FasterXML. All rights reserved.