public abstract class JavassistMethodInvocation<T> extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
JavassistMethodInvocation(T target,
String methodName,
Object... args) |
public Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic T getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.JoinpointCopyright © 2014. All rights reserved.