Package io.github.grumpystuff.grumpyrest.request.stringparser.standard
package io.github.grumpystuff.grumpyrest.request.stringparser.standard
-
ClassesClassDescriptionEnumParser<T extends Enum<T>>A parser for enum types.Parses integers from their usual decimal text representation.A parser for
LocalDate.A parser forLocalDateTime.A parser forLocalTime.Parses longs from their usual decimal text representation.Parses an optional field, returning anOptionalFieldwhich wraps the parsed value (or nothing if the field to parse is absent).Returns the argument text as aStringwithout any actual parsing.