Uses of Record Class
io.github.grumpystuff.grumpyrest.Route
Packages that use Route
-
Uses of Route in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.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 io.github.grumpystuff.grumpyrest that return types with arguments of type RouteModifier and TypeMethodDescriptionRestApi.getRoutes()Returns a snapshot of the currently present routes.Methods in io.github.grumpystuff.grumpyrest with parameters of type RouteModifier and TypeMethodDescriptionvoidAdds a route to handle requests.Constructors in io.github.grumpystuff.grumpyrest with parameters of type RouteModifierConstructorDescriptionRouteMatchResult(Route route, List<PathArgument> pathArguments) Compact constructor.