Package org.jclouds.gogrid.functions
Class ParseJobListFromJsonResponse
java.lang.Object
org.jclouds.gogrid.functions.ParseJobListFromJsonResponse
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,SortedSet<Job>> Function<HttpResponse,
SortedSet<Job>>
public class ParseJobListFromJsonResponse
extends Object
implements com.google.common.base.Function<HttpResponse,SortedSet<Job>>
Parses
jobs
from a json string.-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
SortedSet<Job>> - Specified by:
apply
in interfaceFunction<HttpResponse,
SortedSet<Job>>
-