See: Description
| Class | Description |
|---|---|
| FieldAccessPoint |
An AccessPoint for an attribute (field) of a class.
|
| MutableFieldAccessPoint |
A mutable access point using reflection to get and set a field's value.
|
| ReflectionManager |
A utility class for using the Java Reflection API.
|
| Exception | Description |
|---|---|
| ReflectException |
A runtime exception indicating an that occured because of using reflection.
|