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<Long,String>>
@Singleton
public class ParseIdToNameEntryFromHttpResponse
- extends Object
- implements com.google.common.base.Function<HttpResponse,Map.Entry<Long,String>>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
ParseIdToNameEntryFromHttpResponse
@Inject
public ParseIdToNameEntryFromHttpResponse(ParseIdToNameFromHttpResponse parser)
apply
public Map.Entry<Long,String> apply(HttpResponse response)
- Specified by:
apply
in interface com.google.common.base.Function<HttpResponse,Map.Entry<Long,String>>
Copyright © 2009-2012 jclouds. All Rights Reserved.