public class DelegatingMethodInvocation<T> extends Object implements Delegating<T>, Runnable, Callable<Object>
Constructor and Description |
---|
DelegatingMethodInvocation(T target,
Object proxy,
Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Object |
call() |
Object[] |
getArgs() |
T |
getDelegate()
Get wrapped object.
|
Method |
getMethod() |
Object |
getProxy() |
Method |
getTargetMethod() |
Object |
proceed() |
void |
run() |
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.