Package io.micronaut.http.bind.binders
Interface RequestArgumentBinder<T>
- Type Parameters:
T
- A type
- All Superinterfaces:
ArgumentBinder<T,
HttpRequest<?>>
- All Known Subinterfaces:
AnnotatedRequestArgumentBinder<A,
,T> BodyArgumentBinder<T>
,NettyRequestArgumentBinder<T>
,NonBlockingBodyArgumentBinder<T>
,PostponedRequestArgumentBinder<T>
,StreamedNettyRequestArgumentBinder<T>
,TypedRequestArgumentBinder<T>
- All Known Implementing Classes:
BasicAuthArgumentBinder
,CookieAnnotationBinder
,DefaultBodyAnnotationBinder
,DefaultUnmatchedRequestArgumentBinder
,HeaderAnnotationBinder
,LocaleArgumentBinder
,MultipartBodyArgumentBinder
,PartAnnotationBinder
,PathVariableAnnotationBinder
,QueryValueArgumentBinder
,RequestAttributeAnnotationBinder
,RequestBeanAnnotationBinder
@Indexed(RequestArgumentBinder.class)
public interface RequestArgumentBinder<T>
extends ArgumentBinder<T,HttpRequest<?>>
A binder that binds from an
HttpRequest
.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T>
-
Method Summary
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind