getCandidates

fun <T : Any> getCandidates(cls: KClass<T>): Set<KClass<*>>

Get all service classes that would satisfy the given cls