Package io.github.grumpystuff.grumpyrest.request.stringparser
package io.github.grumpystuff.grumpyrest.request.stringparser
-
ClassDescriptionImplementations 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.This interface exposes only theFromStringParserRegistry.parseFromString(String, Type)method.