| Package | Description | 
|---|---|
| org.apache.avro.ipc.reflect | |
| org.apache.avro.reflect | 
 Use Java reflection to generate schemas and protocols for existing
classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> T | 
ReflectRequestor.getClient(Class<T> iface,
         Transceiver transciever,
         ReflectData reflectData)
Create a proxy instance whose methods invoke RPCs. 
 | 
| 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(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-2012 The Apache Software Foundation. All Rights Reserved.