public class ParseObjectInfoListFromJsonResponse extends ParseJson<PageSet<ObjectInfo>> implements InvocationContext<ParseObjectInfoListFromJsonResponse>
ObjectInfo
from a gson string.Constructor and Description |
---|
ParseObjectInfoListFromJsonResponse(Json json,
Provider<UriBuilder> uriBuilders) |
Modifier and Type | Method and Description |
---|---|
PageSet<ObjectInfo> |
apply(InputStream stream) |
ParseObjectInfoListFromJsonResponse |
setContext(HttpRequest request) |
@Inject public ParseObjectInfoListFromJsonResponse(Json json, Provider<UriBuilder> uriBuilders)
public PageSet<ObjectInfo> apply(InputStream stream)
apply
in class ParseJson<PageSet<ObjectInfo>>
public ParseObjectInfoListFromJsonResponse setContext(HttpRequest request)
setContext
in interface InvocationContext<ParseObjectInfoListFromJsonResponse>
Copyright © 2009-2012 jclouds. All Rights Reserved.