Class QueryValueArgumentBinder<T>

java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<T>
io.micronaut.http.bind.binders.QueryValueArgumentBinder<T>
Type Parameters:
T - The argument type
All Implemented Interfaces:
AnnotatedArgumentBinder<QueryValue,T,HttpRequest<?>>, ArgumentBinder<T,HttpRequest<?>>, AnnotatedRequestArgumentBinder<QueryValue,T>, RequestArgumentBinder<T>

public class QueryValueArgumentBinder<T> extends AbstractArgumentBinder<T> implements AnnotatedRequestArgumentBinder<QueryValue,T>
A binder for binding arguments annotated with @QueryValue.
Since:
2.0.2
Author:
James Kleeh, Andriy Dmytruk