Uses of Class
io.github.grumpystuff.grumpyrest.request.querystring.QuerystringParsingException
Packages that use QuerystringParsingException
Package
Description
-
Uses of QuerystringParsingException in io.github.grumpystuff.grumpyrest.request
Methods in io.github.grumpystuff.grumpyrest.request that throw QuerystringParsingExceptionModifier and TypeMethodDescriptiondefault <T> TRequest.parseQuerystring(TypeToken<T> typeToken) Parses the whole querystring into an object.default <T> TRequest.parseQuerystring(Class<T> clazz) Parses the whole querystring into an object.Request.parseQuerystring(Type type) Parses the whole querystring into an object. -
Uses of QuerystringParsingException in io.github.grumpystuff.grumpyrest.request.mock
Methods in io.github.grumpystuff.grumpyrest.request.mock that throw QuerystringParsingException -
Uses of QuerystringParsingException in io.github.grumpystuff.grumpyrest.request.querystring
Methods in io.github.grumpystuff.grumpyrest.request.querystring that throw QuerystringParsingException -
Uses of QuerystringParsingException in io.github.grumpystuff.grumpyrest.util
Methods in io.github.grumpystuff.grumpyrest.util that throw QuerystringParsingException