public class LocalDateParam extends AbstractParam<LocalDate>
400 Bad
Request response.LocalDate| Constructor and Description |
|---|
LocalDateParam(String input) |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDate |
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 LocalDate parse(@Nullable String input) throws Exception
AbstractParamparse in class AbstractParam<LocalDate>input - the raw inputinput, parsed as an instance of TException - if there is an error parsing the inputCopyright © 2021. All rights reserved.