| Interface | Description |
|---|---|
| IMethodResolver |
A resolver of
Methods. |
| IProxyFactory |
A factory of proxies.
|
| IProxyFactory.Callback |
Callback to a method invocation on a proxy.
|
| Class | Description |
|---|---|
| CachingMethodResolver |
A cache of a wrapped
IMethodResolver. |
| CachingProxyFactory | |
| DefaultMethodResolver |
The default resolver of
Methods. |
| DefaultProxyFactory |
Default factory of proxies, utilizing
cglib for dynamic class
creation and objenesis for constructor-less instance creation. |
| Evaluation<R> |
An evaluation of method invocations.
|
| Reflection |
Reflection utilities.
|
Copyright © 2015. All rights reserved.