kodein-di
/
org.kodein.di.bindings
/
SimpleAutoContextTranslator
common
Simple
Auto
Context
Translator
class
SimpleAutoContextTranslator
<
S
:
Any
>(scopeType:
TypeToken
<in
S
>, t:
DirectDI
.() ->
S
) :
ContextTranslator
<
Any
,
S
>
Content copied to clipboard
Functions
Properties
Functions
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
translate
Link copied to clipboard
common
open override fun
translate
(di:
DirectDI
, ctx:
Any
):
S
Content copied to clipboard
Properties
contextType
Link copied to clipboard
common
open override val
contextType
:
TypeToken
<
Any
>
Content copied to clipboard
scopeType
Link copied to clipboard
common
open override val
scopeType
:
TypeToken
<in
S
>
Content copied to clipboard