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

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

    Constructors
    Constructor
    Description
    ParseKeyPairs(org.jclouds.json.internal.GsonWrapper gsonView)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.FluentIterable<? extends KeyPair>
    apply(org.jclouds.http.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.common.base.Function

    equals

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • ParseKeyPairs

      @Inject public ParseKeyPairs(org.jclouds.json.internal.GsonWrapper gsonView)
  • Method Details

    • apply

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