Uses of Record Class
name.martingeisse.grumpyrest.RouteMatchResult
Packages that use RouteMatchResult
-
Uses of RouteMatchResult in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest that return RouteMatchResultModifier and TypeMethodDescriptionRestApi.match(RequestCycle requestCycle) Matches the specified request cycle against all routes.Route.match(RequestCycle requestCycle) Tries to match the specified request cycle against this route.