| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.avro | |
| com.fasterxml.jackson.dataformat.avro.ser | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AvroWriteContext | AvroGenerator. _avroContextCurrent context | 
| protected AvroWriteContext | AvroGenerator. _rootContextReference to the root context since that is needed for serialization | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArrayWriteContext | 
| class  | MapWriteContextAlternative to  ObjectWriteContextthat needs to be used with
 Avro Map datatype. | 
| class  | NopWriteContextBogus  AvroWriteContextused when ignoring structured output. | 
| class  | ObjectWriteContext | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AvroWriteContext | AvroWriteContext. _parent | 
| Constructor and Description | 
|---|
| ArrayWriteContext(AvroWriteContext parent,
                 AvroGenerator generator,
                 org.apache.avro.generic.GenericArray<Object> array) | 
| AvroWriteContext(int type,
                AvroWriteContext parent,
                AvroGenerator generator,
                org.apache.avro.Schema schema) | 
| MapWriteContext(AvroWriteContext parent,
               AvroGenerator generator,
               org.apache.avro.Schema schema) | 
| NopWriteContext(int type,
               AvroWriteContext parent,
               AvroGenerator generator) | 
| ObjectWriteContext(AvroWriteContext parent,
                  AvroGenerator generator,
                  org.apache.avro.generic.GenericRecord record) | 
Copyright © 2016 FasterXML. All rights reserved.