接口的使用
infra.aop.framework.autoproxy.TargetSourceCreator
使用TargetSourceCreator的程序包
程序包
说明
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
-
infra.aop.framework.autoproxy中TargetSourceCreator的使用
修饰符和类型方法说明voidAbstractAutoProxyCreator.setCustomTargetSourceCreators(TargetSourceCreator... customTargetSourceCreators) Set customTargetSourceCreatorsto be applied in this order. -
infra.aop.framework.autoproxy.target中TargetSourceCreator的使用
修饰符和类型类说明classConvenient superclass forTargetSourceCreatorimplementations that require creating multiple instances of a prototype bean.classTargetSourceCreatorthat enforces aLazyInitTargetSourcefor each bean that is defined as "lazy-init".classConvenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPool2TargetSource % ThreadLocalTargetSource !