Optional instead.@Deprecated public class BooleanParam extends AbstractParam<Boolean>
"true",
regardless of case, the returned value is Boolean.TRUE. If the query parameter value is
"false", regardless of case, the returned value is Boolean.FALSE. All other
values will return a 400 Bad Request response.| Constructor and Description |
|---|
BooleanParam(String input)
Deprecated.
|
BooleanParam(String input,
String parameterName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
errorMessage(Exception e)
Deprecated.
Given a string representation which was unable to be parsed and the exception thrown, produce
an entity to be sent to the client.
|
protected Boolean |
parse(String input)
Deprecated.
Given a string representation, parse it and return an instance of the parameter type.
|
equals, error, get, getErrorStatus, hashCode, mediaType, toStringprotected String errorMessage(Exception e)
AbstractParamerrorMessage in class AbstractParam<Boolean>e - the exception thrown while parsing inputprotected Boolean parse(@Nullable String input) throws Exception
AbstractParamparse in class AbstractParam<Boolean>input - the raw inputinput, parsed as an instance of TException - if there is an error parsing the inputCopyright © 2019. All rights reserved.