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

isFactoryDereference

open static fun isFactoryDereference(@Nullable name: String): Boolean

Return whether the given name is a factory dereference (beginning with the factory dereference prefix).

Parameters

name - the name of the bean

Return
whether the given name is a factory dereference

See Also
BeanFactory#FACTORY_BEAN_PREFIX