T - A typepublic interface TypedRequestArgumentBinder<T> extends RequestArgumentBinder<T>, io.micronaut.core.bind.TypeArgumentBinder<T,HttpRequest<?>>
TypeArgumentBinder that binds from an HttpRequest.| Modifier and Type | Method and Description |
|---|---|
default java.util.List<java.lang.Class<?>> |
superTypes()
Returns additional super types.
|