val allConstructors: ConcurrentHashMap<String, Constructor<*>> |
fun <T : Any> create(context: Scope): T
Create instance for type T and inject dependencies into 1st constructor |
|
fun getArguments(ctor: Constructor<*>, context: Scope): Array<Any>
Retrieve arguments for given constructor |