T
- A typepublic interface TypedRequestArgumentBinder<T> extends RequestArgumentBinder<T>, TypeArgumentBinder<T,HttpRequest<?>>
TypeArgumentBinder
that binds from an HttpRequest
.ArgumentBinder.BindingResult<T>
Modifier and Type | Method and Description |
---|---|
default boolean |
supportsSuperTypes()
Determines whether arguments that are an interface that
T
implements are candidates for binding. |
argumentType
bind