public class IOCsKt
| Modifier and Type | Method and Description |
|---|---|
static com.github.salomonbrys.kodein.KodeinInjector |
getInjector()
Main Tock injector.
|
static com.github.salomonbrys.kodein.Kodein.Module |
getSharedModule()
IOC of shared module.
|
static com.github.salomonbrys.kodein.KodeinInjector |
getTockInternalInjector()
Internal injector - reset only for tests.
|
static void |
setTockInternalInjector(com.github.salomonbrys.kodein.KodeinInjector p)
Internal injector - reset only for tests.
|
@NotNull public static com.github.salomonbrys.kodein.KodeinInjector getTockInternalInjector()
Internal injector - reset only for tests.
public static void setTockInternalInjector(@NotNull
com.github.salomonbrys.kodein.KodeinInjector p)
Internal injector - reset only for tests.
@NotNull public static com.github.salomonbrys.kodein.KodeinInjector getInjector()
Main Tock injector.
@NotNull public static com.github.salomonbrys.kodein.Kodein.Module getSharedModule()
IOC of shared module.