Class HttpHeadersBinder

java.lang.Object
io.micronaut.jaxrs.runtime.ext.bind.HttpHeadersBinder
All Implemented Interfaces:
ArgumentBinder<HttpHeaders,HttpRequest<?>>, TypeArgumentBinder<HttpHeaders,HttpRequest<?>>, RequestArgumentBinder<HttpHeaders>, TypedRequestArgumentBinder<HttpHeaders>

@Singleton public class HttpHeadersBinder extends Object implements TypedRequestArgumentBinder<HttpHeaders>
Handles binding of the JAX-RS HttpHeaders type.
Since:
1.0
Author:
graemerocher