| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | |
| com.fasterxml.jackson.dataformat.avro.deser | |
| com.fasterxml.jackson.dataformat.avro.schema | Package that contains functionality for generating Avro Schemas
out of POJOs as seen by Jackson databind; similar to how Jackson's
JSON Schema generation works but producing different output. | 
| com.fasterxml.jackson.dataformat.avro.ser | 
| Class and Description | 
|---|
| AvroFactory | 
| AvroGenerator | 
| AvroGenerator.Feature Enumeration that defines all togglable features for Avro generators | 
| AvroMapper Convenience  AvroMapper, which is mostly similar to simply
 constructing a mapper withAvroFactory, but also adds little
 bit of convenience aroundAvroSchemageneration. | 
| AvroParser JsonParserimplementation for decoding Avro content and
 exposing at as a stream ofJsonTokens, to be used
 for data binding. | 
| AvroParser.Feature Enumeration that defines all togglable features for Avro parsers. | 
| AvroSchema Wrapper for Schema information needed to encode and decode Avro-format
 data. | 
| Class and Description | 
|---|
| AvroParser JsonParserimplementation for decoding Avro content and
 exposing at as a stream ofJsonTokens, to be used
 for data binding. | 
| AvroSchema Wrapper for Schema information needed to encode and decode Avro-format
 data. | 
| Class and Description | 
|---|
| AvroSchema Wrapper for Schema information needed to encode and decode Avro-format
 data. | 
| Class and Description | 
|---|
| AvroGenerator | 
Copyright © 2016 FasterXML. All rights reserved.