public interface TaobaoParser<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getResponseClass()
获取响应类类型。
|
T |
parse(String rsp,
String responseType)
把响应字符串解释成相应的领域对象。
|
T parse(String rsp, String responseType) throws ApiException
rsp - 响应字符串responseType - 响应格式ApiExceptionClass<T> getResponseClass() throws ApiException
ApiExceptionCopyright © 2021. All rights reserved.