Lazy Service Lookup Blueprint
class LazyServiceLookupBlueprint<T : Any>(map: Map<KClass<out T>, (Kontainer, InjectionContext) -> T>)
The blueprint is a pre-stage of the LazyServiceLookup and can be re-used with a InjectionContext
Functions
Link copied to clipboard
Get the keys
Link copied to clipboard
Creates a LazyServiceLookup for the given context