SimpleAutoContextTranslator

class SimpleAutoContextTranslator<S : Any>(scopeType: TypeToken<in S>, t: DirectDI.() -> S) : ContextTranslator<Any, S>

Functions

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

Properties

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