Uses of Class
name.martingeisse.grumpyrest.request.stringparser.FromStringParserRegistry
Packages that use FromStringParserRegistry
Package
Description
-
Uses of FromStringParserRegistry in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest that return FromStringParserRegistryModifier and TypeMethodDescriptionRestApi.getFromStringParserRegistry()Getter method for the registry for from-string parsers. -
Uses of FromStringParserRegistry in name.martingeisse.grumpyrest.request.querystring
Constructors in name.martingeisse.grumpyrest.request.querystring with parameters of type FromStringParserRegistryModifierConstructorDescriptionQuerystringParserRegistry(FromStringParserRegistry fromStringParserRegistry) Constructor. -
Uses of FromStringParserRegistry in name.martingeisse.grumpyrest.request.stringparser.standard
Constructors in name.martingeisse.grumpyrest.request.stringparser.standard with parameters of type FromStringParserRegistryModifierConstructorDescriptionOptionalFieldParser(FromStringParserRegistry registry) Constructor.