DIGlobalAware

interface DIGlobalAware : DIAware

A DIAware class that needs no implementation because the DI container used will be the global One True DI.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

di
Link copied to clipboard
open override val di: DI
The global One True DI.
diContext
Link copied to clipboard
open val diContext: DIContext<*>
diTrigger
Link copied to clipboard
open val diTrigger: DITrigger?