ForListOfServices

data class ForListOfServices : ParameterProvider

Provider for list of services

Functions

Link copied to clipboard
open override fun getInjectedServiceTypes(blueprint: KontainerBlueprint): Set<KClass<*>>

Get the injected services types

Link copied to clipboard
open override fun getProvisionType(): ParameterProvider.ProvisionType

Gets the provision type of the parameter.

Link copied to clipboard
open override fun provide(context: InjectionContext): List<Any>

Provides a list with all super types

Link copied to clipboard
open override fun validate(kontainer: Kontainer): List<String>

Always valid.

Properties

Link copied to clipboard
open override val parameter: KParameter

The name of the parameter