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