koin-test
Toggle table of contents
4.2.0-alpha3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
koin-test
koin-test
/
org.koin.test.verify
/
ParameterTypeInjection
Parameter
Type
Injection
jvm
data
class
ParameterTypeInjection
(
val
targetType
:
KClass
<
*
>
,
val
injectedTypes
:
List
<
KClass
<
*
>
>
)
Define Parameter Injection Types in order to help verify definition
Members
Constructors
Parameter
Type
Injection
Link copied to clipboard
jvm
constructor
(
targetType
:
KClass
<
*
>
,
injectedTypes
:
List
<
KClass
<
*
>
>
)
Properties
injected
Types
Link copied to clipboard
jvm
val
injectedTypes
:
List
<
KClass
<
*
>
>
target
Type
Link copied to clipboard
jvm
val
targetType
:
KClass
<
*
>