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 java.util.List<java.lang.Class<?>> |
superTypes()
Returns additional super types.
|
argumentType
bind
@NonNull default java.util.List<java.lang.Class<?>> superTypes()