Class ProxyCreationContext
- java.lang.Object
- org.springframework.aop.framework.autoproxy.ProxyCreationContext
public final class ProxyCreationContext extends Object
Holder for the current proxy creation context, as exposed by auto-proxy creators such asAbstractAdvisorAutoProxyCreator.- Since:
- 2.5
- Author:
- Juergen Hoeller, Ramnivas Laddad
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCurrentProxiedBeanName()Return the name of the currently proxied bean instance.
Method Detail
getCurrentProxiedBeanName
@Nullable public static String getCurrentProxiedBeanName()
Return the name of the currently proxied bean instance.- Returns:
- the name of the bean, or
nullif none available