Package org.jclouds.gogrid.functions
Class ParseOptionsFromJsonResponse
java.lang.Object
org.jclouds.gogrid.functions.ParseOptionsFromJsonResponse
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,
,SortedSet<Option>> Function<HttpResponse,
SortedSet<Option>>
public class ParseOptionsFromJsonResponse
extends Object
implements com.google.common.base.Function<HttpResponse,SortedSet<Option>>
Parses the list of generic options.
GoGrid uses options as containers for id/name/description objects.
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,
SortedSet<Option>> - Specified by:
apply
in interfaceFunction<HttpResponse,
SortedSet<Option>>
-