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