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()
Delegating
getDelegate
in interface Delegating<T>
public Method getTargetMethod() throws NoSuchMethodException
NoSuchMethodException
Copyright © 2019. All rights reserved.