Uses of Record Class
io.github.grumpystuff.grumpyrest.RouteMatchResult
Packages that use RouteMatchResult
-
Uses of RouteMatchResult in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.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.