fun <T : Any> lookUpBeans(type: KClass<T>): List<T>
Overrides BeansProvider.lookUpBeans
Provides all beans of the given type from the underlying BeanRegistry. Additionally, to ensure that the result contains all such beans, processes the remaining BeanDefinitions that will produce a bean of that type.
See Also