public class DelegatingMethodInvocation<T> extends Object implements Delegating<T>, Runnable, Callable<Object>
| Constructor and Description |
|---|
DelegatingMethodInvocation(T target,
Object proxy,
Method method,
Object... args) |
public DelegatingMethodInvocation(T target, Object proxy, Method method, Object... args)
public T getDelegate()
DelegatinggetDelegate in interface Delegating<T>public Method getTargetMethod() throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2019. All rights reserved.