Class RequestBeanAnnotationBinder<T>

java.lang.Object
io.micronaut.http.bind.binders.RequestBeanAnnotationBinder<T>
Type Parameters:
T -
All Implemented Interfaces:
AnnotatedArgumentBinder<RequestBean,T,HttpRequest<?>>, ArgumentBinder<T,HttpRequest<?>>, AnnotatedRequestArgumentBinder<RequestBean,T>, PostponedRequestArgumentBinder<T>, RequestArgumentBinder<T>

public class RequestBeanAnnotationBinder<T> extends Object implements AnnotatedRequestArgumentBinder<RequestBean,T>, PostponedRequestArgumentBinder<T>
Used to bind Bindable parameters to a Bean object. NOTE: The binder is annotating as postponed to allow injecting values added by filters.
Since:
2.0
Author:
Anze Sodja, graemerocher
See Also: