Class DefaultUriRouteMatch<T,R>

java.lang.Object
io.micronaut.web.router.DefaultUriRouteMatch<T,R>
Type Parameters:
T - The target type
R - The return type
All Implemented Interfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Named, UriMatchInfo, ExecutionHandle<T,R>, MethodExecutionHandle<T,R>, MethodReference<T,R>, MethodBasedRouteMatch<T,R>, RouteMatch<R>, UriRouteMatch<T,R>, Callable<R>

@Internal public final class DefaultUriRouteMatch<T,R> extends Object implements UriRouteMatch<T,R>
Default implementation of the RouteMatch interface for matches to URIs.
Since:
1.0
Author:
Graeme Rocher