class KodeinJIT
Injector that allows to build objects just-in-time.
fun <T : Any> newInstance(cls: Class<T>): T
Creates a new instance of the given class. fun <T : Any> newInstance(): T
Creates a new instance of the given type. |
fun of(kodein: Kodein): KodeinJITfun of(kodein: DKodein): KodeinJIT
Utility function that eases the retrieval of a KodeinJIT. |