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 ArgumentBinder
ArgumentBinder.BindingResult<T> -
Method Summary
Methods inherited from interface ArgumentBinder
bindMethods inherited from interface RequestArgumentBinder
createSpecific
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceAnnotatedArgumentBinder<Body, T, HttpRequest<?>>- Returns:
- The required annotation type
-