Interface MethodBasedRouteInfo<T,R>

Type Parameters:
T - The target
R - The result
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, RouteInfo<R>
All Known Subinterfaces:
ErrorRouteInfo<T,R>, StatusRouteInfo<T,R>, UriRouteInfo<T,R>
All Known Implementing Classes:
DefaultErrorRouteInfo, DefaultRequestMatcher, DefaultStatusRouteInfo, DefaultUrlRouteInfo

public interface MethodBasedRouteInfo<T,R> extends RouteInfo<R>
Represents a route that is backed by a method.
Since:
1.0
Author:
James Kleeh