D  G  R 

D

de.topobyte.melon.reflection - package de.topobyte.melon.reflection
 

G

getBoolean(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a boolean field of an instance.
getByte(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a byte field of an instance.
getDouble(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a double field of an instance.
getFloat(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a float field of an instance.
getInt(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a int field of an instance.
getLong(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a long field of an instance.
getObject(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a Object field of an instance.
getShort(Object, int, String) - Static method in class de .topobyte .melon .reflection . Reflection
Get a short field of an instance.

R

Reflection - Class in de.topobyte.melon.reflection
Some convenience methods for retrieving non-public fields
Reflection() - Constructor for class de .topobyte .melon .reflection . Reflection
 
D  G  R