getBeanName

open fun getBeanName(beanClass: Class<out Any>): String

Return the bean name that should be used for the given configuration class or null to use the default name.

Return

the bean name

Since

3.4.0

Parameters

beanClass

the bean class