@Override
public RestOptions readFrom(
Class<RestOptions> clazz, Type genericType, Annotation[] annotations,
MediaType mediaType, MultivaluedMap<String, String> httpHeaders,
InputStream entityStream) throws IOException, WebApplicationException {
return new RestOptions(uri.getQueryParameters());
}