java.lang.Object
org.jclouds.openstack.nova.v2_0.functions.internal.ParseKeyPairs
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>, Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>

@Singleton public class ParseKeyPairs extends Object implements com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>
  • Constructor Details

    • ParseKeyPairs

      @Inject public ParseKeyPairs(GsonWrapper gsonView)
  • Method Details

    • apply

      public com.google.common.collect.FluentIterable<? extends KeyPair> apply(HttpResponse response)
      Specified by:
      apply in interface com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>
      Specified by:
      apply in interface Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>