Interface UriRouteInfo<T,R>

Type Parameters:
T - The target
R - The result
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, Comparable<UriRouteInfo<T,R>>, MethodBasedRouteInfo<T,R>, RequestMatcher, RouteInfo<R>, UriMatcher
All Known Implementing Classes:
DefaultUrlRouteInfo

public interface UriRouteInfo<T,R> extends MethodBasedRouteInfo<T,R>, RequestMatcher, UriMatcher, Comparable<UriRouteInfo<T,R>>
Represents a Route that matches a URI.
Since:
4.0.0
Author:
Denis Stepanov