Uses of Class
io.github.grumpystuff.grumpyrest.request.PathArgument
Packages that use PathArgument
Package
Description
-
Uses of PathArgument in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.grumpyrest that return types with arguments of type PathArgumentModifier and TypeMethodDescriptionRequestCycle.getPathArguments()Getter method for the path arguments that are bound to variables in the path of the matched route.RouteMatchResult.pathArguments()Returns the value of thepathArgumentsrecord component.Constructor parameters in io.github.grumpystuff.grumpyrest with type arguments of type PathArgumentModifierConstructorDescriptionRouteMatchResult(Route route, List<PathArgument> pathArguments) Compact constructor. -
Uses of PathArgument in io.github.grumpystuff.grumpyrest.request
Methods in io.github.grumpystuff.grumpyrest.request that return types with arguments of type PathArgumentModifier and TypeMethodDescriptionRequest.getPathArguments()Getter method for the path arguments bound to path parameters in the matched route. -
Uses of PathArgument in io.github.grumpystuff.grumpyrest.request.path
Methods in io.github.grumpystuff.grumpyrest.request.path that return types with arguments of type PathArgumentModifier and TypeMethodDescriptionPath.match(List<String> requestSegments, ParseFromStringService parseFromStringService) Matches a request path (i.e. a list of strings) against this path.