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.
|
default boolean |
supportsSuperTypes()
Determines whether arguments that are an interface that
T
implements are candidates for binding. |
argumentTypebinddefault boolean supportsSuperTypes()
T
implements are candidates for binding.@NonNull default java.util.List<java.lang.Class<?>> superTypes()