Package org.jclouds.cloudstack.functions
Class ParseAsyncJobsFromHttpResponse
java.lang.Object
org.jclouds.cloudstack.functions.ParseAsyncJobsFromHttpResponse
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,Set<AsyncJob<?>>> Function<HttpResponse,
Set<AsyncJob<?>>>
@Singleton
public class ParseAsyncJobsFromHttpResponse
extends Object
implements com.google.common.base.Function<HttpResponse,Set<AsyncJob<?>>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseAsyncJobsFromHttpResponse
(ParseTypedAsyncJob parseTyped, GsonWrapper gsonView) -
Method Summary
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
-
Constructor Details
-
ParseAsyncJobsFromHttpResponse
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
Set<AsyncJob<?>>> - Specified by:
apply
in interfaceFunction<HttpResponse,
Set<AsyncJob<?>>>
-