> @@ -271,6 +271,13 @@ public FluentIterableTypeAdapterFactory() {
> }
> }
>
> + public static class ImmutableMapTypeAdapterFactory extends
> MapTypeAdapterFactory {
> +
> + public ImmutableMapTypeAdapterFactory() {
> + super(ImmutableMap.class);
> + }
> + }
> +Look at that....very nice!! ;-) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/455/files#r15531172
