Uses of Record Class
name.martingeisse.grumpyrest.Route
Packages that use Route
-
Uses of Route in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest that return RouteModifier and TypeMethodDescriptionRequestCycle.getMatchedRoute()Getter method for the route that matched this request.RouteMatchResult.route()Returns the value of therouterecord component.Methods in name.martingeisse.grumpyrest that return types with arguments of type RouteModifier and TypeMethodDescriptionRestApi.getRoutes()Returns a snapshot of the currently present routes.Methods in name.martingeisse.grumpyrest with parameters of type RouteModifier and TypeMethodDescriptionvoidAdds a route to handle requests.Constructors in name.martingeisse.grumpyrest with parameters of type RouteModifierConstructorDescriptionRouteMatchResult(Route route, List<PathArgument> pathArguments) Compact constructor.