Uses of Class
name.martingeisse.grumpyrest.request.querystring.QuerystringParsingException
Packages that use QuerystringParsingException
Package
Description
-
Uses of QuerystringParsingException in name.martingeisse.grumpyrest.request
Methods in name.martingeisse.grumpyrest.request that throw QuerystringParsingExceptionModifier and TypeMethodDescription<T> TRequest.parseQuerystring(com.google.gson.reflect.TypeToken<T> typeToken) Parses the whole querystring into an object.<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 name.martingeisse.grumpyrest.request.querystring
Methods in name.martingeisse.grumpyrest.request.querystring that throw QuerystringParsingException