get

inline fun <T : Any> get(): T
fun <T : Any> get(clazz: KClass<T>, ctx: Injector.RequestContext = RequestContext(clazz)): T