Interface UriRouteMatch<T,R>

Type Parameters:
T - The target type
R - The return type
All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Callable<R>, ExecutionHandle<T,R>, MethodBasedRouteMatch<T,R>, MethodExecutionHandle<T,R>, MethodReference<T,R>, Named, RouteMatch<R>, UriMatchInfo

public interface UriRouteMatch<T,R> extends UriMatchInfo, MethodBasedRouteMatch<T,R>
A RouteMatch that matches a URI and HttpMethod.
Since:
1.0
Author:
Graeme Rocher