Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro | |
com.fasterxml.jackson.dataformat.avro.ser |
Modifier and Type | Field and Description |
---|---|
protected AvroWriteContext |
AvroGenerator._avroContext
Current context
|
protected AvroWriteContext |
AvroGenerator._rootContext
Reference to the root context since that is needed for serialization
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayWriteContext |
class |
MapWriteContext
Alternative to
ObjectWriteContext that needs to be used with
Avro Map datatype. |
class |
NopWriteContext
Bogus
AvroWriteContext used 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.