public class MethodInvocation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
instance |
protected Method |
method |
protected String[] |
paramNames |
protected Object[] |
paramValues |
| Constructor and Description |
|---|
MethodInvocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MethodInvocation |
from(org.aspectj.lang.JoinPoint point) |
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
protected final Method method
protected final String[] paramNames
protected final Object[] paramValues
protected final Object instance
public <T extends Annotation> T getAnnotation(Class<T> annotation)
public static MethodInvocation from(@Nonnull org.aspectj.lang.JoinPoint point)
Copyright © 2021. All rights reserved.