Class HeaderAnnotationBinder<T>

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

public class HeaderAnnotationBinder<T> extends AbstractArgumentBinder<T> implements AnnotatedRequestArgumentBinder<Header,T>
An AnnotatedArgumentBinder implementation that uses the Header annotation to trigger binding from an HTTP header.
Since:
1.0
Author:
Graeme Rocher
See Also: