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 |
---|---|
static ReflectData |
ReflectData.get()
Return the singleton instance.
|
Constructor and Description |
---|
ReflectDatumReader(Schema writer,
Schema reader,
ReflectData data) |
ReflectDatumWriter(Class<T> c,
ReflectData data) |
ReflectDatumWriter(ReflectData reflectData) |
ReflectDatumWriter(Schema root,
ReflectData reflectData) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.