spring-framework / org.springframework.aop.scope / ScopedProxyUtils / getTargetBeanName

getTargetBeanName

open static fun getTargetBeanName(originalBeanName: String): String

Generate the bean name that is used within the scoped proxy to reference the target bean.

Parameters

originalBeanName - the original name of bean

Return
the generated bean to be used to reference the target bean