T - The argument typepublic interface TypedClientArgumentRequestBinder<T> extends ClientArgumentRequestBinder<T>
ClientArgumentRequestBinder that is resolved based on the argument type.| Modifier and Type | Method and Description |
|---|---|
Argument<T> |
argumentType() |
default List<Class<?>> |
superTypes()
Returns additional super types.
|
bind