Uses of Package
io.github.grumpystuff.grumpyrest.request.stringparser
Packages that use io.github.grumpystuff.grumpyrest.request.stringparser
Package
Description
-
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrestClassDescriptionImplementations of this interface are used to parse a higher-level type from a string.This registry keeps
FromStringParsers used to parse path parameters and querystring parameters. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.requestClassDescriptionThis exception gets thrown by a
FromStringParserif the string to parse does not conform to the parser's expectation.This interface exposes only theFromStringParserRegistry.parseFromString(String, Type)method. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.request.mockClassDescriptionThis registry keeps
FromStringParsers used to parse path parameters and querystring parameters. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.request.pathClassDescriptionThis interface exposes only the
FromStringParserRegistry.parseFromString(String, Type)method. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.request.querystringClassDescriptionThis registry keeps
FromStringParsers used to parse path parameters and querystring parameters. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.request.stringparserClassDescriptionImplementations of this interface are used to parse a higher-level type from a string.This exception gets thrown by a
FromStringParserif the string to parse does not conform to the parser's expectation.This interface exposes only theFromStringParserRegistry.parseFromString(String, Type)method. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.request.stringparser.standardClassDescriptionImplementations of this interface are used to parse a higher-level type from a string.This exception gets thrown by a
FromStringParserif the string to parse does not conform to the parser's expectation.This registry keepsFromStringParsers used to parse path parameters and querystring parameters. -
Classes in io.github.grumpystuff.grumpyrest.request.stringparser used by io.github.grumpystuff.grumpyrest.utilClassDescriptionImplementations of this interface are used to parse a higher-level type from a string.This exception gets thrown by a
FromStringParserif the string to parse does not conform to the parser's expectation.