kodein-di
Toggle table of contents
7.28.0
common
Platform filter
common
Switch theme
Search in API
kodein-di
kodein-di
/
org.kodein.di.bindings
/
ContextTranslator
Context
Translator
interface
ContextTranslator
<
in
C
:
Any
,
S
:
Any
>
Inheritors
SimpleContextTranslator
SimpleAutoContextTranslator
Members
Members & Extensions
Properties
context
Type
Link copied to clipboard
abstract
val
contextType
:
TypeToken
<
in
C
>
scope
Type
Link copied to clipboard
abstract
val
scopeType
:
TypeToken
<
in
S
>
Functions
to
KContext
Link copied to clipboard
fun
<
C
:
Any
,
S
:
Any
>
ContextTranslator
<
C
,
S
>
.
toKContext
(
di
:
DirectDI
,
ctx
:
C
)
:
DIContext
<
S
>
?
translate
Link copied to clipboard
abstract
fun
translate
(
di
:
DirectDI
,
ctx
:
C
)
:
S
?