Package io.micronaut.http.bind.binders
Interface RequestArgumentBinder<T>
-
- Type Parameters:
T- A type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
- All Known Subinterfaces:
AnnotatedRequestArgumentBinder<A,T>,BodyArgumentBinder<T>,NonBlockingBodyArgumentBinder<T>,TypedRequestArgumentBinder<T>
- All Known Implementing Classes:
CookieAnnotationBinder,DefaultBodyAnnotationBinder,HeaderAnnotationBinder,ParameterAnnotationBinder,PathVariableAnnotationBinder,QueryValueArgumentBinder,RequestAttributeAnnotationBinder,RequestBeanAnnotationBinder
@Indexed(RequestArgumentBinder.class) public interface RequestArgumentBinder<T> extends io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
A binder that binds from anHttpRequest.- Since:
- 1.0