Interface HandlerMethodArgumentResolver

    • Method Detail

      • supportsParameter

        boolean supportsParameter​(MethodParameter parameter)
        Whether this resolver supports the given method parameter.
        Parameters:
        parameter - the method parameter
      • resolveArgument

        reactor.core.publisher.Mono<ObjectresolveArgument​(MethodParameter parameter,
                                                            BindingContext bindingContext,
                                                            ServerWebExchange exchange)
        Resolve the value for the method parameter.
        Parameters:
        parameter - the method parameter
        bindingContext - the binding context to use
        exchange - the current exchange
        Returns:
        Mono for the argument value, possibly empty