public interface DynamicJoinPoint extends JoinPoint
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments() |
JoinPoint |
getDelegate()
Return underlying static JoinPoint
|
GatheredArgument[] |
getGatheredArguments() |
java.lang.Object |
getReturnValue() |
boolean |
isReturnGathered() |
getCallerClassName, getCallerMethodDescriptor, getCallerMethodName, getClassName, getGatheredArguments, getLineNumber, getMethodDescriptor, getMethodName, getModuleName, getPointcutHandlingInfoMap, getSourceFile, isReturnGathered, isStatic
java.lang.Object[] getArguments()
java.lang.Object getReturnValue()
boolean isReturnGathered()
GatheredArgument[] getGatheredArguments()
JoinPoint getDelegate()