resolveSuspend

open suspend fun resolveSuspend(arg: String): R?(source)

Returns a resolved object for this argument.

If this returns null, and the parameter is required, i.e., not nullable or optional, the handler is ignored.

Parameters

arg

The argument to be resolved