public abstract class QueryParameter extends Object
| Constructor and Description |
|---|
QueryParameter(String value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkRangeInclusive(double x,
double min,
double max) |
protected abstract void |
parse(String param) |
public QueryParameter(String value) throws javax.ws.rs.WebApplicationException
javax.ws.rs.WebApplicationExceptionCopyright © 2019. All rights reserved.