Service Provider Factory
class ServiceProviderFactory(val blueprint: KontainerBlueprint, val dynamics: DynamicOverrides, providerProviders: Map<KClass<*>, ServiceProvider.Provider>)
Constructors
Link copied to clipboard
constructor(blueprint: KontainerBlueprint, dynamics: DynamicOverrides, providerProviders: Map<KClass<*>, ServiceProvider.Provider>)
Functions
Link copied to clipboard
Link copied to clipboard
Get the ServiceProducer for the given cls.
Link copied to clipboard
Checks if the ServiceProvider for the given cls is created.
Link copied to clipboard