Interface | Description |
---|---|
IMethodResolver |
A resolver of
Method s. |
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
Method s. |
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.