Class UriInfoBinder

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

@Singleton @Internal public final class UriInfoBinder extends Object implements TypedRequestArgumentBinder<UriInfo>
Binds the UriInfo of the Context.
Since:
3.3.0
Author:
Dan Hollingsworth