public static class AvroDatumFactory.GenericDatumFactory extends AvroDatumFactory<org.apache.avro.generic.GenericRecord>
AvroDatumFactory for GenericRecord.AvroDatumFactory.GenericDatumFactory, AvroDatumFactory.ReflectDatumFactory<T>, AvroDatumFactory.SpecificDatumFactory<T>| Modifier and Type | Field and Description |
|---|---|
static AvroDatumFactory.GenericDatumFactory |
INSTANCE |
type| Constructor and Description |
|---|
GenericDatumFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.io.DatumWriter<org.apache.avro.generic.GenericRecord> |
apply(org.apache.avro.Schema writer) |
org.apache.avro.io.DatumReader<org.apache.avro.generic.GenericRecord> |
apply(org.apache.avro.Schema writer,
org.apache.avro.Schema reader) |
public static final AvroDatumFactory.GenericDatumFactory INSTANCE