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