Service Provider Factory
class ServiceProviderFactory( val blueprint: KontainerBlueprint, val dynamics: DynamicOverrides, providerProviders: Map<KClass<*>, ServiceProvider.Provider>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ServiceProviderFactory( blueprint: KontainerBlueprint, dynamics: DynamicOverrides, providerProviders: Map<KClass<*>, ServiceProvider.Provider>)
Content copied to clipboard
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