Class ParseKeyPairs
- 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 Summary
Constructors Constructor Description ParseKeyPairs(GsonWrapper gsonView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.FluentIterable<? extends KeyPair>
apply(HttpResponse response)
-
-
-
Constructor Detail
-
ParseKeyPairs
@Inject public ParseKeyPairs(GsonWrapper gsonView)
-
-
Method Detail
-
apply
public com.google.common.collect.FluentIterable<? extends KeyPair> apply(HttpResponse response)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>
- Specified by:
apply
in interfaceFunction<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>>
-
-