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