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