类 ProxyCreationContext
java.lang.Object
cn.taketoday.aop.framework.autoproxy.ProxyCreationContext
Holder for the current proxy creation context, as exposed by auto-proxy creators
such as
AbstractAdvisorAutoProxyCreator.- 从以下版本开始:
- 4.0 2022/3/9 11:44
- 作者:
- Juergen Hoeller, Ramnivas Laddad, Harry Yang
-
方法概要
-
方法详细资料
-
getCurrentProxiedBeanName
Return the name of the currently proxied bean instance.- 返回:
- the name of the bean, or
nullif none available
-