Class DefaultUrlRouteInfo<T,R>

Type Parameters:
T - The target
R - The result
All Implemented Interfaces:
AnnotationMetadataProvider, AnnotationSource, UriMatcher, MethodBasedRouteInfo<T,R>, RequestMatcher, RouteInfo<R>, UriRouteInfo<T,R>, Comparable<UriRouteInfo<T,R>>

@Internal public final class DefaultUrlRouteInfo<T,R> extends DefaultRequestMatcher<T,R> implements UriRouteInfo<T,R>
The default UriRouteInfo implementation.
Since:
4.0.0
Author:
Denis Stepanov