类 TargetInvocation
java.lang.Object
cn.taketoday.aop.framework.TargetInvocation
- 所有已实现的接口:
TargetClassAware
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/3/7 21:55
-
构造器概要
构造器构造器说明TargetInvocation(Method method, AdvisedSupport config) TargetInvocation(Method method, Class<?> targetClass, AdvisedSupport config) -
方法概要
修饰符和类型方法说明final MethodInterceptorcurrentAdvice(int index) booleanintgetDynamicInterceptors(AdvisedSupport config) static TargetInvocationClass<?>Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).inthashCode()final ObjectinvokeAdvice(MethodInvocation invocation, int index) final Objectstatic voidputTarget(String key, TargetInvocation target) toString()
-
构造器详细资料
-
TargetInvocation
- 从以下版本开始:
- 4.0
-
TargetInvocation
-
-
方法详细资料
-
getMethod
-
proceed
-
invokeAdvice
- 抛出:
Throwable
-
currentAdvice
-
getAdviceLength
public int getAdviceLength() -
getInvoker
-
getTargetClass
从接口复制的说明:TargetClassAwareReturn the target class behind the implementing object (typically a proxy configuration or an actual proxy).- 指定者:
getTargetClass在接口中TargetClassAware- 返回:
- the target Class, or
nullif not known
-
getDynamicInterceptors
-
getInterceptors
-
equals
-
hashCode
public int hashCode() -
toString
-
getTarget
-
putTarget
-