类 DynamicStandardMethodInvocation
java.lang.Object
cn.taketoday.core.AttributeAccessorSupport
cn.taketoday.aop.framework.AbstractMethodInvocation
cn.taketoday.aop.framework.StandardMethodInvocation
cn.taketoday.aop.framework.DynamicStandardMethodInvocation
- 所有已实现的接口:
ProxyMethodInvocation,TargetClassAware,AttributeAccessor,Serializable,Cloneable,Invocation,Joinpoint,MethodInvocation
@Experimental
public final class DynamicStandardMethodInvocation
extends StandardMethodInvocation
implements MethodInvocation
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/3/8 13:03
- 另请参阅:
-
字段概要
从类继承的字段 cn.taketoday.aop.framework.StandardMethodInvocation
args, bean, currentAdviceIndex, target从类继承的字段 cn.taketoday.core.AttributeAccessorSupport
attributes -
构造器概要
构造器构造器说明DynamicStandardMethodInvocation(Object proxy, Object bean, TargetInvocation target, Object[] arguments, MethodInterceptor[] advices) -
方法概要
修饰符和类型方法说明protected ObjectInvoke currentMethodInterceptorprotected booleanDetermine whether there is an interceptor从类继承的方法 cn.taketoday.aop.framework.StandardMethodInvocation
equals, getArguments, getMethod, getProxy, getStaticPart, getTargetClass, getThis, hashCode, invokeJoinPoint, setArguments, toString从类继承的方法 cn.taketoday.aop.framework.AbstractMethodInvocation
invocableClone, invocableClone, proceed从类继承的方法 cn.taketoday.core.AttributeAccessorSupport
attributeNames, clearAttributes, computeAttribute, copyAttributesFrom, createAttributes, getAttribute, getAttributeNames, getAttributes, hasAttribute, hasAttributes, removeAttribute, setAttribute从接口继承的方法 org.aopalliance.intercept.Invocation
getArguments从接口继承的方法 org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed从接口继承的方法 org.aopalliance.intercept.MethodInvocation
getMethod从接口继承的方法 cn.taketoday.aop.ProxyMethodInvocation
getAttribute, setAttribute
-
构造器详细资料
-
DynamicStandardMethodInvocation
public DynamicStandardMethodInvocation(Object proxy, Object bean, TargetInvocation target, Object[] arguments, MethodInterceptor[] advices)
-
-
方法详细资料
-
hasInterceptor
protected boolean hasInterceptor()从类复制的说明:AbstractMethodInvocationDetermine whether there is an interceptor -
executeInterceptor
从类复制的说明:AbstractMethodInvocationInvoke currentMethodInterceptorAbstractMethodInvocation.hasInterceptor()must returnstrue- 覆盖:
executeInterceptor在类中StandardMethodInvocation- 抛出:
Throwable- if the interceptors or the target-object throws an exception.- 另请参阅:
-