public interface Converter
| 限定符和类型 | 方法和说明 |
|---|---|
String |
encryptSourceData(AlipayRequest<?> request,
String body,
String format,
String encryptType,
String encryptKey,
String charset) |
SignItem |
getSignItem(AlipayRequest<?> request,
String responseBody) |
<T extends AlipayResponse> |
toResponse(String rsp,
Class<T> clazz) |
<T extends AlipayResponse> T toResponse(String rsp, Class<T> clazz) throws AlipayApiException
SignItem getSignItem(AlipayRequest<?> request, String responseBody) throws AlipayApiException
String encryptSourceData(AlipayRequest<?> request, String body, String format, String encryptType, String encryptKey, String charset) throws AlipayApiException
Copyright © 2018 guerlab. All rights reserved.