kodein-di
/
org.kodein.di.bindings
/
SimpleContextTranslator
common
Simple
Context
Translator
class
SimpleContextTranslator
<in
C
:
Any
,
S
:
Any
>(contextType:
TypeToken
<in
C
>, scopeType:
TypeToken
<in
S
>, t:
DirectDI
.(
C
) ->
S
?) :
ContextTranslator
<
C
,
S
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
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:
C
):
S
?
Content copied to clipboard
Properties
contextType
Link copied to clipboard
common
open override val
contextType
:
TypeToken
<in
C
>
Content copied to clipboard
scopeType
Link copied to clipboard
common
open override val
scopeType
:
TypeToken
<in
S
>
Content copied to clipboard