bind
public void bind(@NonNull
                 MethodInvocationContext<Object,Object> context,
                 @NonNull
                 ClientRequestUriContext uriContext,
                 @NonNull
                 MutableHttpRequest<?> request)
Modify the request with the annotation that this binder is applied to.
 The URI cannot be changed. The query parameters from the uriContext remain in the resulting request.
- Specified by:
 
bind in interface AnnotatedClientRequestBinder<Header> 
- Parameters:
 
context - The context of method invocation 
uriContext - The URI context 
request - The request