Uses of Record Class
io.github.grumpystuff.grumpyrest.request.path.Path
Packages that use Path
-
Uses of Path in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.grumpyrest that return PathMethods in io.github.grumpystuff.grumpyrest with parameters of type PathModifier and TypeMethodDescriptionvoidRestApi.addComplexRoute(HttpMethod method, Path path, ComplexHandler handler) Adds a route to handle requests.voidRestApi.addRoute(HttpMethod method, Path path, SimpleHandler handler) Adds a route to handle requests.Constructors in io.github.grumpystuff.grumpyrest with parameters of type PathModifierConstructorDescriptionRoute(HttpMethod method, Path path, ComplexHandler handler) Standard constructor.Route(HttpMethod method, Path path, SimpleHandler handler) Constructor for aSimpleHandler. -
Uses of Path in io.github.grumpystuff.grumpyrest.request.path
Methods in io.github.grumpystuff.grumpyrest.request.path that return Path