Class MethodInvocation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.utils.aspect.MethodInvocation
-
- Direct Known Subclasses:
AzureOperationRef
public class MethodInvocation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectinstanceprotected Methodmethodprotected String[]paramNamesprotected Object[]paramValues
-
Constructor Summary
Constructors Constructor Description MethodInvocation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static MethodInvocationfrom(org.aspectj.lang.JoinPoint point)<T extends Annotation>
TgetAnnotation(Class<T> annotation)
-
-
-
Method Detail
-
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotation)
-
from
public static MethodInvocation from(@Nonnull org.aspectj.lang.JoinPoint point)
-
-