Interface AnnotatedClientArgumentRequestBinder<A extends Annotation>

Type Parameters:
A - An annotation
All Superinterfaces:
ClientArgumentRequestBinder<Object>, ClientRequestBinder
All Known Implementing Classes:
QueryValueClientArgumentRequestBinder

public interface AnnotatedClientArgumentRequestBinder<A extends Annotation> extends ClientArgumentRequestBinder<Object>
An interface for classes that bind an Argument to an MutableHttpRequest driven by an annotation.
Since:
2.1.0
Author:
James Kleeh
  • Method Details