接口的使用
infra.aop.framework.AopProxyFactory
使用AopProxyFactory的程序包
程序包
说明
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
infra.aop.framework中AopProxyFactory的使用
修饰符和类型类说明classDefaultAopProxyFactoryimplementation, creating either a CGLIB proxy or a JDK dynamic proxy.修饰符和类型方法说明ProxyCreatorSupport.getAopProxyFactory()Return the AopProxyFactory that this ProxyConfig uses.参数类型为AopProxyFactory的infra.aop.framework中的方法修饰符和类型方法说明voidProxyCreatorSupport.setAopProxyFactory(AopProxyFactory aopProxyFactory) Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.参数类型为AopProxyFactory的infra.aop.framework中的构造器限定符构造器说明ProxyCreatorSupport(AopProxyFactory aopProxyFactory) Create a new ProxyCreatorSupport instance.