Package org.jclouds.cloudstack.functions
Class ParseIdToNameFromHttpResponse
java.lang.Object
org.jclouds.cloudstack.functions.ParseIdToNameFromHttpResponse
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,,Map<String, String>> Function<org.jclouds.http.HttpResponse,Map<String, String>>
-
Constructor Summary
ConstructorsConstructorDescriptionParseIdToNameFromHttpResponse(org.jclouds.json.internal.GsonWrapper gsonView) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ParseIdToNameFromHttpResponse
@Inject public ParseIdToNameFromHttpResponse(org.jclouds.json.internal.GsonWrapper gsonView)
-
-
Method Details