SimpleContextTranslator

class SimpleContextTranslator<in C : Any, S : Any>(contextType: TypeToken<in C>, scopeType: TypeToken<in S>, t: DirectDI.(C) -> S?) : ContextTranslator<C, S>

Functions

toString
Link copied to clipboard
common
open override fun toString(): String
translate
Link copied to clipboard
common
open override fun translate(di: DirectDI, ctx: C): S?

Properties

contextType
Link copied to clipboard
common
open override val contextType: TypeToken<in C>
scopeType
Link copied to clipboard
common
open override val scopeType: TypeToken<in S>