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 |
Modifier and Type | Method and Description |
---|---|
protected AvroWriteContext |
AvroWriteContext._createObjectContext(org.apache.avro.Schema schema) |
protected AvroWriteContext |
AvroWriteContext._createObjectContext(org.apache.avro.Schema schema,
Object object) |
AvroWriteContext |
ObjectWriteContext.createChildArrayContext() |
AvroWriteContext |
NopWriteContext.createChildArrayContext() |
AvroWriteContext |
MapWriteContext.createChildArrayContext() |
abstract AvroWriteContext |
AvroWriteContext.createChildArrayContext() |
AvroWriteContext |
ArrayWriteContext.createChildArrayContext() |
AvroWriteContext |
ObjectWriteContext.createChildObjectContext() |
AvroWriteContext |
NopWriteContext.createChildObjectContext() |
AvroWriteContext |
MapWriteContext.createChildObjectContext() |
abstract AvroWriteContext |
AvroWriteContext.createChildObjectContext() |
AvroWriteContext |
ArrayWriteContext.createChildObjectContext() |
AvroWriteContext |
ObjectWriteContext.createChildObjectContext(Object object) |
AvroWriteContext |
AvroWriteContext.createChildObjectContext(Object object) |
AvroWriteContext |
ArrayWriteContext.createChildObjectContext(Object object) |
static AvroWriteContext |
AvroWriteContext.createRootContext(AvroGenerator generator,
org.apache.avro.Schema schema,
org.apache.avro.io.BinaryEncoder encoder) |
AvroWriteContext |
AvroWriteContext.getParent() |
static AvroWriteContext |
AvroWriteContext.nullContext()
Factory method called to get a placeholder context that is only
in place until actual schema is handed.
|
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 © 2017 FasterXML. All rights reserved.