public interface HandlerMethodArgumentResolver
| Modifier and Type | Method and Description | 
|---|---|
reactor.core.publisher.Mono<Object> | 
resolveArgument(MethodParameter parameter,
               BindingContext bindingContext,
               ServerWebExchange exchange)
Resolve the value for the method parameter. 
 | 
boolean | 
supportsParameter(MethodParameter parameter)
Whether this resolver supports the given method parameter. 
 | 
boolean supportsParameter(MethodParameter parameter)
parameter - the method parameterreactor.core.publisher.Mono<Object> resolveArgument(MethodParameter parameter, BindingContext bindingContext, ServerWebExchange exchange)
parameter - the method parameterbindingContext - the binding context to useexchange - the current exchangeMono for the argument value, possibly empty