Package io.micronaut.http.bind.binders
Interface BodyArgumentBinder<T>
- Type Parameters:
T
- A type
- All Superinterfaces:
AnnotatedArgumentBinder<Body,
,T, HttpRequest<?>> AnnotatedRequestArgumentBinder<Body,
,T> ArgumentBinder<T,
,HttpRequest<?>> RequestArgumentBinder<T>
- All Known Subinterfaces:
NonBlockingBodyArgumentBinder<T>
- All Known Implementing Classes:
DefaultBodyAnnotationBinder
,MultipartBodyArgumentBinder
A binder that binds from a parsed request body.
- 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
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationType
in interfaceAnnotatedArgumentBinder<Body,
T, HttpRequest<?>> - Returns:
- The required annotation type
-