public abstract class AbstractClosureInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
AbstractClosureInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doInvoke(Method method,
Object[] args) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected boolean |
isEquals(Method method) |
protected boolean |
isHashCode(Method method) |
protected boolean |
isToString(Method method) |
protected String |
proxyToString(Object proxy) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected String proxyToString(Object proxy)
proxy - the proxy instance. May be used by inheritors.protected abstract Object doInvoke(Method method, Object[] args) throws Throwable
Throwableprotected boolean isHashCode(Method method)
protected boolean isToString(Method method)
protected boolean isEquals(Method method)
Copyright © 2015. All Rights Reserved.