类 CglibAopProxy

所有已实现的接口:
AopProxy, Serializable
直接已知子类:
SerializationCglibAopProxy

public class CglibAopProxy extends AbstractSubclassesAopProxy implements AopProxy, Serializable
CGLIB-based AopProxy implementation for the AOP framework.

Objects of this type should be obtained through proxy factories, configured by an AdvisedSupport object. This class is internal to AOP framework and need not be used directly by client code.

DefaultAopProxyFactory will automatically create CGLIB-based proxies if necessary, for example in case of proxying a target class (see the attendant javadoc for details).

Proxies created using this class are thread-safe if the underlying (target) class is thread-safe.

从以下版本开始:
3.0 2021/2/1 21:47
作者:
Rod Johnson, Rob Harrop, Juergen Hoeller, Ramnivas Laddad, Chris Beams, Dave Syer, TODAY
另请参阅:
  • 字段详细资料

    • log

      protected static final Logger log
  • 构造器详细资料

    • CglibAopProxy

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