类 AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter
java.lang.Object
infra.aop.framework.autoproxy.BeanFactoryAdvisorRetriever
infra.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter
private class AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter
extends BeanFactoryAdvisorRetriever
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to
surrounding AbstractAdvisorAutoProxyCreator facilities.
-
构造器概要
构造器构造器说明BeanFactoryAdvisorRetrieverAdapter(infra.beans.factory.config.ConfigurableBeanFactory beanFactory) -
方法概要
修饰符和类型方法说明protected booleanisEligibleBean(String beanName) Determine whether the aspect bean with the given name is eligible.从类继承的方法 infra.aop.framework.autoproxy.BeanFactoryAdvisorRetriever
retrieveAdvisorBeans
-
构造器详细资料
-
BeanFactoryAdvisorRetrieverAdapter
public BeanFactoryAdvisorRetrieverAdapter(infra.beans.factory.config.ConfigurableBeanFactory beanFactory)
-
-
方法详细资料
-
isEligibleBean
从类复制的说明:BeanFactoryAdvisorRetrieverDetermine whether the aspect bean with the given name is eligible.The default implementation always returns
true.- 覆盖:
isEligibleBean在类中BeanFactoryAdvisorRetriever- 参数:
beanName- the name of the aspect bean- 返回:
- whether the bean is eligible
-