类 AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter

java.lang.Object
infra.aop.framework.autoproxy.BeanFactoryAdvisorRetriever
infra.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter
封闭类:
AbstractAdvisorAutoProxyCreator

private class AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrieverAdapter extends BeanFactoryAdvisorRetriever
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
  • 构造器详细资料

    • BeanFactoryAdvisorRetrieverAdapter

      public BeanFactoryAdvisorRetrieverAdapter(infra.beans.factory.config.ConfigurableBeanFactory beanFactory)
  • 方法详细资料

    • isEligibleBean

      protected boolean isEligibleBean(String beanName)
      从类复制的说明: BeanFactoryAdvisorRetriever
      Determine 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