public class BooleanQueryParamValue extends QueryParamValue
QueryParamValue subclass that holds boolean value.| Constructor and Description |
|---|
BooleanQueryParamValue(String key,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parse(String value)
Parses query parameter as boolean
|
getKey, getValuepublic BooleanQueryParamValue(String key, boolean value)
public static boolean parse(String value)
value - query parameterBoolean.parseBoolean(String)Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.