Uses of Interface
io.github.grumpystuff.grumpyrest.request.stringparser.ParseFromStringService
Packages that use ParseFromStringService
Package
Description
-
Uses of ParseFromStringService in io.github.grumpystuff.grumpyrest.request
Constructors in io.github.grumpystuff.grumpyrest.request with parameters of type ParseFromStringServiceModifierConstructorDescriptionPathArgument(String name, String text, ParseFromStringService parseFromStringService) NOT PUBLIC API -
Uses of ParseFromStringService in io.github.grumpystuff.grumpyrest.request.path
Methods in io.github.grumpystuff.grumpyrest.request.path with parameters of type ParseFromStringServiceModifier and TypeMethodDescriptionPath.match(List<String> requestSegments, ParseFromStringService parseFromStringService) Matches a request path (i.e. a list of strings) against this path. -
Uses of ParseFromStringService in io.github.grumpystuff.grumpyrest.request.stringparser
Classes in io.github.grumpystuff.grumpyrest.request.stringparser that implement ParseFromStringServiceModifier and TypeClassDescriptionfinal classThis registry keepsFromStringParsers used to parse path parameters and querystring parameters.