Class AbstractArgumentBinder<T>

java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<T>
Type Parameters:
T - The argument type
Direct Known Subclasses:
AbstractAnnotatedArgumentBinder, CookieAnnotationBinder, DefaultBodyAnnotationBinder, HeaderAnnotationBinder, PathVariableAnnotationBinder, QueryValueArgumentBinder, RequestAttributeAnnotationBinder

public abstract class AbstractArgumentBinder<T> extends Object
An abstract AnnotatedArgumentBinder implementation.
Since:
1.0
Author:
Graeme Rocher