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