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

public interface BodyArgumentBinder<T> extends AnnotatedRequestArgumentBinder<Body,T>
A binder that binds from a parsed request body.
Since:
1.0
Author:
Graeme Rocher