public class RoutingResultDefault<R extends RequestContext<?>> extends Object implements RoutingResult<R>
| Constructor and Description |
|---|
RoutingResultDefault(List<RouteHandlerMatch<R>> routeHandlerMatches) |
| Modifier and Type | Method and Description |
|---|---|
RouteHandlerMatch<R> |
getMainRouteHandlerMatch() |
List<RouteHandlerMatch<R>> |
getRouteHandlerMatches() |
String |
toString() |
public RoutingResultDefault(List<RouteHandlerMatch<R>> routeHandlerMatches)
public List<RouteHandlerMatch<R>> getRouteHandlerMatches()
getRouteHandlerMatches in interface RoutingResult<R extends RequestContext<?>>public RouteHandlerMatch<R> getMainRouteHandlerMatch()
getMainRouteHandlerMatch in interface RoutingResult<R extends RequestContext<?>>Copyright © 2019. All rights reserved.