Class ProxyCreationContext
java.lang.Object
org.springframework.aop.framework.autoproxy.ProxyCreationContext
Holder for the current proxy creation context, as exposed by auto-proxy creators
 such as 
AbstractAdvisorAutoProxyCreator.- Since:
- 2.5
- Author:
- Juergen Hoeller, Ramnivas Laddad
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringReturn the name of the currently proxied bean instance.
- 
Method Details- 
getCurrentProxiedBeanNameReturn the name of the currently proxied bean instance.- Returns:
- the name of the bean, or nullif none available
 
 
-