类 CglibAopProxy.FixedChainStaticTargetInterceptor
java.lang.Object
infra.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
- 所有已实现的接口:
infra.bytecode.proxy.Callback,infra.bytecode.proxy.MethodInterceptor,Serializable
- 封闭类:
- CglibAopProxy
static class CglibAopProxy.FixedChainStaticTargetInterceptor
extends Object
implements infra.bytecode.proxy.MethodInterceptor, Serializable
Interceptor used specifically for advised methods on a frozen, static proxy.
-
字段概要
字段修饰符和类型字段说明(专用程序包) final MethodInterceptor[]private static final long(专用程序包) final Object(专用程序包) final Class<?> -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
target
-
targetClass
-
adviceChain
-
-
构造器详细资料
-
FixedChainStaticTargetInterceptor
public FixedChainStaticTargetInterceptor(MethodInterceptor[] adviceChain, AdvisedSupport config) throws Exception - 抛出:
Exception
-
-
方法详细资料