> + }
> +
> + @Override
> + public String toString() {
> + return "prefix: " + ACCOUNT_METADATA_PREFIX;
> + }
> + };
> + }
> +
> + @SuppressWarnings("unchecked")
> + @Override
> + public <R extends HttpRequest> R bindToRequest(R request, Object input) {
> + checkArgument(checkNotNull(input, "input") instanceof Map<?,?>, "this
> binder is only valid for Maps!");
> + checkNotNull(request, "request");
> +
> + Map<String, String> userMetadata = Maps2.transformKeys((Map<String,
> String>) input, FN);
See comment above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r5397939