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