abstract fun resolveArgument(parameter: MethodParameter, bindingContext: BindingContext, exchange: ServerWebExchange): Mono<Any>
Resolve the value for the method parameter.
parameter - the method parameter
bindingContext - the binding context to use
exchange - the current exchange
Return
Mono for the argument value, possibly empty