类 SerializationCglibAopProxy

java.lang.Object
infra.aop.framework.CglibAopProxy
infra.aop.framework.SerializationCglibAopProxy
所有已实现的接口:
AopProxy, Serializable

class SerializationCglibAopProxy extends CglibAopProxy
从以下版本开始:
4.0 2022/1/12 14:03
作者:
Harry Yang
另请参阅:
  • SunReflectionFactoryInstantiator
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • SerializationCglibAopProxy

      public SerializationCglibAopProxy(AdvisedSupport config)
      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.
  • 方法详细资料