getBeanNamesForType

inline fun <T : Any> ListableBeanFactory.getBeanNamesForType(includeNonSingletons: Boolean = true, allowEagerInit: Boolean = true): Array<out String>

Extension for ListableBeanFactory.getBeanNamesForType providing a getBeanNamesForType<Foo>() variant.

Author

Sebastien Deleuze

Since

5.0