Uses of Class
name.martingeisse.grumpyrest.request.PathArgument
Packages that use PathArgument
Package
Description
-
Uses of PathArgument in name.martingeisse.grumpyrest
Methods in name.martingeisse.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 name.martingeisse.grumpyrest with type arguments of type PathArgumentModifierConstructorDescriptionRouteMatchResult(Route route, List<PathArgument> pathArguments) Compact constructor. -
Uses of PathArgument in name.martingeisse.grumpyrest.request
Methods in name.martingeisse.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 name.martingeisse.grumpyrest.request.path
Methods in name.martingeisse.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.