类 ErrorResponseParser
java.lang.Object
com.digiwin.dap.middleware.dwpay.common.parser.ErrorResponseParser
- 所有已实现的接口:
ResponseParser<StdError>
Used to convert an result stream to a java object.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ErrorResponseParser
public ErrorResponseParser()
-
-
方法详细资料
-
parse
从接口复制的说明:ResponseParserConverts the result from stream to a java object.- 指定者:
parse在接口中ResponseParser<StdError>- 参数:
response- The http response message.- 返回:
- The java Type T object that the result stands for.
- 抛出:
ResponseParseException- Failed to parse the result.
-