Package org.jclouds.cloudstack.functions
Class ParseIdToNameFromHttpResponse
- java.lang.Object
 - 
- org.jclouds.cloudstack.functions.ParseIdToNameFromHttpResponse
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,Map<String,String>>,Function<HttpResponse,Map<String,String>>
@Singleton public class ParseIdToNameFromHttpResponse extends Object implements com.google.common.base.Function<HttpResponse,Map<String,String>>
 
- 
- 
Constructor Summary
Constructors Constructor Description ParseIdToNameFromHttpResponse(GsonWrapper gsonView) 
 - 
 
- 
- 
Constructor Detail
- 
ParseIdToNameFromHttpResponse
@Inject public ParseIdToNameFromHttpResponse(GsonWrapper gsonView)
 
 - 
 
- 
Method Detail
- 
apply
public Map<String,String> apply(HttpResponse response)
- Specified by:
 applyin interfacecom.google.common.base.Function<HttpResponse,Map<String,String>>- Specified by:
 applyin interfaceFunction<HttpResponse,Map<String,String>>
 
 - 
 
 -