类 ProxyCreationContext

java.lang.Object
cn.taketoday.aop.framework.autoproxy.ProxyCreationContext

public class ProxyCreationContext extends Object
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

      @Nullable public static String getCurrentProxiedBeanName()
      Return the name of the currently proxied bean instance.
      返回:
      the name of the bean, or null if none available