Class CookieAnnotationBinder<T>

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

public class CookieAnnotationBinder<T> extends AbstractArgumentBinder<T> implements AnnotatedRequestArgumentBinder<CookieValue,T>
An AnnotatedArgumentBinder implementation that uses the CookieValue annotation to trigger binding from an HTTP Cookie.
Since:
1.0
Author:
Graeme Rocher