> + * @see {@link Binder}
> + * @see {@link Account}
> + */
> +@Singleton
> +public class BindAccountMetadataToHeaders implements Binder {
> +     
> +   private final Function<String, String> transformMetadataKeysFN;
> +
> +   public BindAccountMetadataToHeaders() {
> +        
> +        transformMetadataKeysFN = new Function<String, String>() {
> +
> +         @Override
> +         public String apply(String element) {
> +            String inLowercase = element.toLowerCase();
> +            String prefixLowercase = ACCOUNT_METADATA_PREFIX.toLowerCase();

Eagerly calling this?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6380582

Reply via email to