Uses of Interface
name.martingeisse.grumpyrest.request.stringparser.FromStringParser
Packages that use FromStringParser
Package
Description
-
Uses of FromStringParser in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest with parameters of type FromStringParserModifier and TypeMethodDescriptionvoidRestApi.registerFromStringParser(FromStringParser parser) Registers a from-string parser to support new types of path parameters and querystring parameters. -
Uses of FromStringParser in name.martingeisse.grumpyrest.request.stringparser
Methods in name.martingeisse.grumpyrest.request.stringparser that return FromStringParserModifier and TypeMethodDescriptionprotected FromStringParserFromStringParserRegistry.generateRegistrable(Type type) Methods in name.martingeisse.grumpyrest.request.stringparser with parameters of type FromStringParserModifier and TypeMethodDescriptionprotected booleanFromStringParserRegistry.registrableSupports(FromStringParser registrable, Type key) -
Uses of FromStringParser in name.martingeisse.grumpyrest.request.stringparser.standard
Classes in name.martingeisse.grumpyrest.request.stringparser.standard that implement FromStringParserModifier and TypeClassDescriptionfinal classEnumParser<T extends Enum<T>>A parser for enum types.final classParses integers from their usual decimal text representation.final classA parser forLocalDate.final classA parser forLocalDateTime.final classA parser forLocalTime.final classParses longs from their usual decimal text representation.final classParses an optional field, returning anOptionalFieldwhich wraps the parsed value (or nothing if the field to parse is absent).final classReturns the argument text as aStringwithout any actual parsing.