Uses of Class
io.github.grumpystuff.grumpyrest.request.stringparser.FromStringParserException
Packages that use FromStringParserException
Package
Description
-
Uses of FromStringParserException in io.github.grumpystuff.grumpyrest.request
Methods in io.github.grumpystuff.grumpyrest.request that return FromStringParserExceptionModifier and TypeMethodDescriptionPathArgumentParseException.getCause()Returns the exception that caused the parsing to fail.Constructors in io.github.grumpystuff.grumpyrest.request with parameters of type FromStringParserExceptionModifierConstructorDescriptionPathArgumentParseException(String name, String value, FromStringParserException cause) Constructor -
Uses of FromStringParserException in io.github.grumpystuff.grumpyrest.request.stringparser
Methods in io.github.grumpystuff.grumpyrest.request.stringparser that throw FromStringParserExceptionModifier and TypeMethodDescriptiondefault ObjectFromStringParser.parseFromAbsentString(Type type) "Parses" a value from an absent string.FromStringParser.parseFromString(String s, Type type) Parses a value from a string.FromStringParserRegistry.parseFromString(String text, Type type) ParseFromStringService.parseFromString(String text, Type type) Parses a string to obtain a value of the specified type. -
Uses of FromStringParserException in io.github.grumpystuff.grumpyrest.request.stringparser.standard
Methods in io.github.grumpystuff.grumpyrest.request.stringparser.standard that throw FromStringParserExceptionModifier and TypeMethodDescriptionEnumParser.parseFromString(String s, Type type) IntegerFromStringParser.parseFromString(String s, Type type) LocalDateParser.parseFromString(String s, Type type) LocalDateTimeParser.parseFromString(String s, Type type) LocalTimeParser.parseFromString(String s, Type type) LongFromStringParser.parseFromString(String s, Type type) OptionalFieldParser.parseFromString(String s, Type type) -
Uses of FromStringParserException in io.github.grumpystuff.grumpyrest.util
Methods in io.github.grumpystuff.grumpyrest.util that throw FromStringParserExceptionModifier and TypeMethodDescriptionstatic ObjectNullReturnCheckingCalls.parseFromAbsentString(FromStringParser fromStringParser, Type type) NOT PUBLIC APIstatic ObjectNullReturnCheckingCalls.parseFromString(FromStringParser fromStringParser, String s, Type type) NOT PUBLIC API