kodein-di
/
org.kodein.di
/
DIContext
/
Value
common
Value
data class
Value
<
C
:
Any
>(type:
TypeToken
<in
C
>, value:
C
) :
DIContext
<
C
>
Content copied to clipboard
Defines a context and its type to be used by DI
Constructors
Properties
Constructors
Value
Link copied to clipboard
common
fun <
C
:
Any
>
Value
(type:
TypeToken
<in
C
>, value:
C
)
Content copied to clipboard
Properties
type
Link copied to clipboard
common
open override val
type
:
TypeToken
<in
C
>
Content copied to clipboard
The type of the context, used to lookup corresponding bindings.
value
Link copied to clipboard
common
open override val
value
:
C
Content copied to clipboard
The context itself.