public class JitInjectorModuleKt
| Modifier and Type | Method and Description |
|---|---|
static org.kodein.di.bindings.ExternalSource |
getJitIntegration()
Integration with Kodein to create dependencies at runtime.
|
static org.kodein.di.Kodein.Module |
getJitModule()
Module that must be imported in order to use
class KodeinJIT. |
static void |
installJit(org.kodein.di.Kodein.MainBuilder $receiver)
Install
class KodeinJIT module and integration. |
public static void installJit(org.kodein.di.Kodein.MainBuilder $receiver)
Install class KodeinJIT module and integration.
class KodeinJITpublic static org.kodein.di.Kodein.Module getJitModule()
Module that must be imported in order to use class KodeinJIT.
class KodeinJITpublic static org.kodein.di.bindings.ExternalSource getJitIntegration()
Integration with Kodein to create dependencies at runtime.