Package com.palantir.common.proxy
Class AbstractDelegatingInvocationHandler
- java.lang.Object
-
- com.palantir.common.proxy.AbstractDelegatingInvocationHandler
-
- All Implemented Interfaces:
DelegatingInvocationHandler
,InvocationHandler
public abstract class AbstractDelegatingInvocationHandler extends Object implements DelegatingInvocationHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractDelegatingInvocationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.palantir.common.proxy.DelegatingInvocationHandler
getDelegate
-
-