public class HeaderClientRequestBinder extends java.lang.Object implements AnnotatedClientRequestBinder<Header>
| Constructor and Description |
|---|
HeaderClientRequestBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(MethodInvocationContext<java.lang.Object,java.lang.Object> context,
ClientRequestUriContext uriContext,
MutableHttpRequest<?> request)
Modify the request with the annotation that this binder is applied to.
|
java.lang.Class<Header> |
getAnnotationType() |
public void bind(@NonNull MethodInvocationContext<java.lang.Object,java.lang.Object> context, @NonNull ClientRequestUriContext uriContext, @NonNull MutableHttpRequest<?> request)
AnnotatedClientRequestBinderbind in interface AnnotatedClientRequestBinder<Header>context - The context of method invocationuriContext - The URI contextrequest - The request@NonNull public java.lang.Class<Header> getAnnotationType()
getAnnotationType in interface AnnotatedClientRequestBinder<Header>