spring-framework / org.springframework.beans.factory / BeanFactoryUtils / transformedBeanName

transformedBeanName

open static fun transformedBeanName(name: String): String

Return the actual bean name, stripping out the factory dereference prefix (if any, also stripping repeated factory prefixes if found).

Parameters

name - the name of the bean

Return
the transformed name

See Also
BeanFactory#FACTORY_BEAN_PREFIX