Interface | Description |
---|---|
AlipayClient |
The interface Alipay client.
|
AlipayParser<T extends AlipayResponse> |
响应解释器接口。响应格式可以是JSON, XML等等。
|
AlipayRequest<T extends AlipayResponse> |
请求接口。
|
AlipayUploadRequest<T extends AlipayResponse> |
上传请求接口,支持同时上传多个文件。
|
Decryptor |
解密器接口
|
Encryptor |
加密器接口
|
SignChecker |
验签器接口
|
Signer |
加签器接口
|
Class | Description |
---|---|
AbstractAlipayClient |
The type Abstract alipay client.
|
AlipayConstants |
The type Alipay constants.
|
AlipayMobilePublicMultiMediaClient |
多媒体文件客户端
|
AlipayMobilePublicMultiMediaDownloadRequest |
多媒体文件下载请求
|
AlipayMobilePublicMultiMediaDownloadResponse |
多媒体文件下载响应
|
AlipayObject |
Base Data Structure.
|
AlipayResponse |
API基础响应信息。
|
DefaultAlipayClient |
The type Default alipay client.
|
DefaultAlipayClient.Builder |
The type Builder.
|
DefaultDecryptor |
The type Default decryptor.
|
DefaultEncryptor |
The type Default encryptor.
|
DefaultSignChecker |
The type Default sign checker.
|
DefaultSigner |
默认加签器
|
FileItem |
文件元数据。
|
ResponseEncryptItem |
The type Response encrypt item.
|
ResponseParseItem |
The type Response parse item.
|
SignItem |
签名类型
|
Exception | Description |
---|---|
AlipayApiException |
The type Alipay api exception.
|
Copyright © 2018. All rights reserved.