public class ObjectJsonParser<T extends AliyunResponse> extends Object implements AliyunParser<T>
| 构造器和说明 |
|---|
ObjectJsonParser(Class<T> clazz) |
ObjectJsonParser(Class<T> clazz,
boolean simplify) |
public T parse(String rsp) throws ApiException
AliyunParserparse 在接口中 AliyunParser<T extends AliyunResponse>rsp - 响应字符串ApiExceptionpublic Class<T> getResponseClass()
AliyunParsergetResponseClass 在接口中 AliyunParser<T extends AliyunResponse>Copyright © 2020. All rights reserved.