Class ContextAnnotationBinder<T>

java.lang.Object
io.micronaut.jaxrs.runtime.ext.bind.ContextAnnotationBinder<T>
Type Parameters:
T - The type to bind
All Implemented Interfaces:
AnnotatedArgumentBinder<Context,T,HttpRequest<?>>, ArgumentBinder<T,HttpRequest<?>>, AnnotatedRequestArgumentBinder<Context,T>, RequestArgumentBinder<T>

@Singleton public class ContextAnnotationBinder<T> extends Object implements AnnotatedRequestArgumentBinder<Context,T>
Handles the JAX-RS Context annotation binding.
Since:
1.0
Author:
graemerocher