spring-framework / org.springframework.aop.framework.autoproxy / ProxyCreationContext

ProxyCreationContext

open class ProxyCreationContext

Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator.

Author
Juergen Hoeller

Author
Ramnivas Laddad

Since
2.5

Constructors

<init>

ProxyCreationContext()

Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator.

Functions

getCurrentProxiedBeanName

open static fun getCurrentProxiedBeanName(): String

Return the name of the currently proxied bean instance.