类 AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
java.lang.Object
infra.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
infra.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
private class AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
extends BeanFactoryAspectJAdvisorsBuilder
Subclass of BeanFactoryAspectJAdvisorsBuilderAdapter that delegates to
surrounding AnnotationAwareAspectJAutoProxyCreator facilities.
-
构造器概要
构造器构造器说明BeanFactoryAspectJAdvisorsBuilderAdapter(infra.beans.factory.BeanFactory beanFactory, AspectJAdvisorFactory advisorFactory) -
方法概要
修饰符和类型方法说明protected booleanisEligibleBean(String beanName) Return whether the aspect bean with the given name is eligible.从类继承的方法 infra.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
buildAspectJAdvisors
-
构造器详细资料
-
BeanFactoryAspectJAdvisorsBuilderAdapter
public BeanFactoryAspectJAdvisorsBuilderAdapter(infra.beans.factory.BeanFactory beanFactory, AspectJAdvisorFactory advisorFactory)
-
-
方法详细资料
-
isEligibleBean
从类复制的说明:BeanFactoryAspectJAdvisorsBuilderReturn whether the aspect bean with the given name is eligible.- 覆盖:
isEligibleBean在类中BeanFactoryAspectJAdvisorsBuilder- 参数:
beanName- the name of the aspect bean- 返回:
- whether the bean is eligible
-