Package org.jclouds.gogrid.functions
Class ParseImageListFromJsonResponse
- java.lang.Object
-
- org.jclouds.gogrid.functions.ParseImageListFromJsonResponse
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,SortedSet<ServerImage>>
,Function<HttpResponse,SortedSet<ServerImage>>
public class ParseImageListFromJsonResponse extends Object implements com.google.common.base.Function<HttpResponse,SortedSet<ServerImage>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<ServerImage>
apply(HttpResponse arg0)
-
-
-
Method Detail
-
apply
public SortedSet<ServerImage> apply(HttpResponse arg0)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,SortedSet<ServerImage>>
- Specified by:
apply
in interfaceFunction<HttpResponse,SortedSet<ServerImage>>
-
-