| Class | Description |
|---|---|
| EmptyInvocationHandler |
An empty implementation of
InvocationHandler. |
| ProxyUtils |
Helper class containing static utility methods.
|
| ReflectionInvoker<T,V> |
Simplifies method invocation via reflection.
|
| ReflectionUtils |
Helper class containing static utility methods for simplifying reflection API.
|
| ToStringHelper |
Helper method for pretty printing reflection data (method signature, field declaration, etc.)
|
| Types |
Collection of utilities for java types.
|
| Exception | Description |
|---|---|
| ReflectionException |
Exception is used to wrap reflection API exceptions.
|