类 SerializationCglibAopProxy
java.lang.Object
cn.taketoday.aop.framework.AbstractSubclassesAopProxy
cn.taketoday.aop.framework.CglibAopProxy
cn.taketoday.aop.framework.SerializationCglibAopProxy
- 所有已实现的接口:
AopProxy,Serializable
- 从以下版本开始:
- 4.0 2022/1/12 14:03
- 作者:
- Harry Yang
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.aop.framework.CglibAopProxy
CglibAopProxy.SerializableNoOp -
字段概要
从类继承的字段 cn.taketoday.aop.framework.CglibAopProxy
log从类继承的字段 cn.taketoday.aop.framework.AbstractSubclassesAopProxy
constructorArgs, constructorArgTypes -
构造器概要
构造器构造器说明Create a new SerializationCglibAopProxy for the given AOP configuration. -
方法概要
从类继承的方法 cn.taketoday.aop.framework.CglibAopProxy
createEnhancer, equals, getProxyInternal, hashCode从类继承的方法 cn.taketoday.aop.framework.AbstractSubclassesAopProxy
getProxy, getProxy, getProxySuperClass, setConstructorArguments
-
构造器详细资料
-
SerializationCglibAopProxy
Create a new SerializationCglibAopProxy for the given AOP configuration.- 参数:
config- the AOP configuration as AdvisedSupport object- 抛出:
AopConfigException- if the config is invalid. We try to throw an informative exception in this case, rather than let a mysterious failure happen later.
-
-
方法详细资料
-
createProxyClassAndInstance
protected Object createProxyClassAndInstance(Enhancer enhancer, Callback[] callbacks) throws Exception - 覆盖:
createProxyClassAndInstance在类中CglibAopProxy- 抛出:
Exception
-