Class DefaultBodyAnnotationBinder<T>

java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<T>
io.micronaut.http.bind.binders.DefaultBodyAnnotationBinder<T>
Type Parameters:
T - A type
All Implemented Interfaces:
AnnotatedArgumentBinder<Body,T,HttpRequest<?>>, ArgumentBinder<T,HttpRequest<?>>, AnnotatedRequestArgumentBinder<Body,T>, BodyArgumentBinder<T>, RequestArgumentBinder<T>

@Singleton public class DefaultBodyAnnotationBinder<T> extends AbstractArgumentBinder<T> implements BodyArgumentBinder<T>
Binds a String body argument.
Since:
1.0
Author:
Graeme Rocher