Package | Description |
---|---|
org.wicketstuff.lazymodel.reflect |
Modifier and Type | Class and Description |
---|---|
class |
Evaluation<R>
An evaluation of method invocations.
|
Modifier and Type | Method and Description |
---|---|
IProxyFactory.Callback |
DefaultProxyFactory.getCallback(Object proxy) |
IProxyFactory.Callback |
IProxyFactory.getCallback(Object proxy)
Get the callback for the given proxy.
|
IProxyFactory.Callback |
CachingProxyFactory.getCallback(Object proxy) |
Modifier and Type | Method and Description |
---|---|
Object |
DefaultProxyFactory.createInstance(Class<?> proxyClass,
IProxyFactory.Callback callback) |
Object |
IProxyFactory.createInstance(Class<?> proxyClass,
IProxyFactory.Callback callback)
Create a proxy instance.
|
Object |
CachingProxyFactory.createInstance(Class<?> proxyClass,
IProxyFactory.Callback callback) |
Copyright © 2015. All rights reserved.