public class KodeinJITKt
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
jitInstance(org.kodein.di.DKodein $receiver,
java.lang.Class<T> cls)
Creates a new just-in-time instance of the given class.
|
static <T> T |
jitInstance(org.kodein.di.Kodein $receiver,
java.lang.Class<T> cls)
Creates a new just-in-time instance of the given class.
|
public static <T> T jitInstance(org.kodein.di.DKodein $receiver,
java.lang.Class<T> cls)
Creates a new just-in-time instance of the given class.
cls - The type of object to create.public static <T> T jitInstance(org.kodein.di.Kodein $receiver,
java.lang.Class<T> cls)
Creates a new just-in-time instance of the given class.
cls - The type of object to create.