android-beans / rocks.frieler.android.beans / BeanRegistry / lookUpLocalBeans

lookUpLocalBeans

fun <T : Any> lookUpLocalBeans(type: KClass<T>): List<T>

Overrides HierarchicalBeansProvider.lookUpLocalBeans

Looks up all beans of the given type solely locally, i.e. not in the parent.

Parameters

type - the type of the desired beans

Parameters

Return
the beans of the given type or an empty list