Uses of Interface
name.martingeisse.grumpyrest.request.stringparser.ParseFromStringService
Packages that use ParseFromStringService
Package
Description
-
Uses of ParseFromStringService in name.martingeisse.grumpyrest.request
Constructors in name.martingeisse.grumpyrest.request with parameters of type ParseFromStringServiceModifierConstructorDescriptionPathArgument(String name, String text, ParseFromStringService parseFromStringService) NOT PUBLIC API -
Uses of ParseFromStringService in name.martingeisse.grumpyrest.request.path
Methods in name.martingeisse.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 name.martingeisse.grumpyrest.request.stringparser
Classes in name.martingeisse.grumpyrest.request.stringparser that implement ParseFromStringServiceModifier and TypeClassDescriptionfinal classThis registry keepsFromStringParsers used to parse path parameters and querystring parameters.