T - A type@Indexed(value=ClientArgumentRequestBinder.class) public interface ClientArgumentRequestBinder<T> extends ClientRequestBinder
MutableHttpRequest. Argument binders
 are not able to modify the URI of the request.| Modifier and Type | Method and Description | 
|---|---|
| void | bind(ArgumentConversionContext<T> context,
    ClientRequestUriContext uriContext,
    T value,
    MutableHttpRequest<?> request)Bind the given argument to the request. | 
void bind(@NonNull ArgumentConversionContext<T> context, @NonNull ClientRequestUriContext uriContext, @NonNull T value, @NonNull MutableHttpRequest<?> request)
context - The argument contexturiContext - The URI contextvalue - The argument valuerequest - The request