abstract class AbstractBeanFactoryAwareAdvisingPostProcessor : AbstractAdvisingBeanPostProcessor, BeanFactoryAware
Extension of AbstractAutoProxyCreator which implements BeanFactoryAware, adds exposure of the original target class for each proxied bean ( |
|
open class BeanNameAutoProxyCreator : AbstractAutoProxyCreator
Auto proxy creator that identifies beans to proxy via a list of names. Checks for direct, "xxx*", and "*xxx" matches. For configuration details, see the javadoc of the parent class AbstractAutoProxyCreator. Typically, you will specify a list of interceptor names to apply to all identified beans, via the "interceptorNames" property. |
|
open class DefaultAdvisorAutoProxyCreator : AbstractAdvisorAutoProxyCreator, BeanNameAware
It's possible to filter out advisors - for example, to use multiple post processors of this type in the same factory - by setting the |
|
open class InfrastructureAdvisorAutoProxyCreator : AbstractAdvisorAutoProxyCreator
Auto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. |
|
open class ProxyCreationContext
Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator. |