SimpleAutoContextTranslator

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String
translate
Link copied to clipboard
common
open override fun translate(di: DirectDI, ctx: Any): S

Properties

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