| java.lang.Object | |
| ↳ | org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder |
Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
| |||||||||||
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Look for AspectJ-annotated aspect beans in the current bean factory,
and return to a list of Spring AOP Advisors representing them.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return whether the aspect bean with the given name is eligible.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
| beanFactory | the ListableBeanFactory to scan |
|---|
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
| beanFactory | the ListableBeanFactory to scan |
|---|---|
| advisorFactory | the AspectJAdvisorFactory to build each Advisor with |
Look for AspectJ-annotated aspect beans in the current bean factory, and return to a list of Spring AOP Advisors representing them.
Creates a Spring Advisor for each AspectJ advice method.
Advisor beansReturn whether the aspect bean with the given name is eligible.
| beanName | the name of the aspect bean |
|---|