So basically I want to inject a `Map<Class<T...
# kodein
a
So basically I want to inject a
Map<Class<T>, Provider<T>>
into another class so that I can receive the instance via the
Provider
based on the classname.