public class ZonedDateTimeParam extends AbstractParam<ZonedDateTime>
400 Bad Request
response.ZonedDateTime
Constructor and Description |
---|
ZonedDateTimeParam(String input) |
Modifier and Type | Method and Description |
---|---|
protected ZonedDateTime |
parse(String input)
Given a string representation, parse it and return an instance of the parameter type.
|
equals, error, errorMessage, generateErrorMessage, get, getErrorStatus, hashCode, mediaType, toString
protected ZonedDateTime parse(@Nullable String input) throws Exception
AbstractParam
parse
in class AbstractParam<ZonedDateTime>
input
- the raw inputinput
, parsed as an instance of T
Exception
- if there is an error parsing the inputCopyright © 2023. All rights reserved.