Class ServletContextAnnotationBinder<T>

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

@Singleton @Replaces(ContextAnnotationBinder.class) public class ServletContextAnnotationBinder<T> extends ContextAnnotationBinder<T>
Extends and replaces the context annotation binder to support servlet types.
Since:
4.6.0
Author:
graemerocher