public class MethodInvocationBundle extends java.lang.Object
MethodInvocationBundle.| Modifier and Type | Field and Description |
|---|---|
MethodAdvice[] |
advice |
java.lang.String |
className |
MethodDescription |
methodDescription |
| Constructor and Description |
|---|
MethodInvocationBundle(java.lang.String className,
MethodDescription methodDescription,
MethodAdvice[] advice) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod(java.lang.Object instance) |
public final java.lang.String className
public final MethodDescription methodDescription
public final MethodAdvice[] advice
public MethodInvocationBundle(java.lang.String className, MethodDescription methodDescription, MethodAdvice[] advice)
public java.lang.reflect.Method getMethod(java.lang.Object instance)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.