public static class ResponseParsers.PostLogResponseParser extends AbstractResponseParser<PostLogResult>
构造器和说明 |
---|
PostLogResponseParser() |
限定符和类型 | 方法和说明 |
---|---|
PostLogResult |
parseData(Response response,
PostLogResult result)
数据解析,子类需要复写自己的具体实现
|
needCloseResponse, parse, safeCloseResponse
public PostLogResult parseData(Response response, PostLogResult result) throws java.lang.Exception
AbstractResponseParser
parseData
在类中 AbstractResponseParser<PostLogResult>
response
- 服务器返回数据result
- 根据范型生成的业务对象java.lang.Exception