Package | Description |
---|---|
org.apache.avro.reflect |
Use Java reflection to generate schemas and protocols for existing
classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReflectData.AllowNull
ReflectData implementation that permits null field values. |
Modifier and Type | Method and Description |
---|---|
ReflectData |
ReflectData.addStringable(Class c)
Cause a class to be treated as though it had an
Stringable
annotation. |
static ReflectData |
ReflectData.get()
Return the singleton instance.
|
Constructor and Description |
---|
ReflectDatumReader(ReflectData data)
Construct given a
ReflectData . |
ReflectDatumReader(Schema writer,
Schema reader,
ReflectData data)
Construct given writer's and reader's schema and the data model.
|
ReflectDatumWriter(Class<T> c,
ReflectData data) |
ReflectDatumWriter(ReflectData reflectData) |
ReflectDatumWriter(Schema root,
ReflectData reflectData) |
Copyright © 2009–2021 Cloudera. All rights reserved.