This commit is contained in:
felord.cn
2020-12-13 11:06:53 +08:00
parent eab68846af
commit 721c895716
241 changed files with 2067 additions and 666 deletions

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 00:16:35 CST 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sun Dec 13 11:04:45 CST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractApi (payment-spring-boot 1.0.0.RELEASE API)</title>
<meta name="date" content="2020-12-13">
@@ -119,9 +119,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<div class="block">The type Abstract api.</div>
<dl>
<dt><span class="simpleTagLabel">从以下版本开始:</span></dt>
<dd>18 :23</dd>
<dd>1.0.0.RELEASE</dd>
<dt><span class="simpleTagLabel">作者:</span></dt>
<dd>Dax</dd>
<dd>felord.cn</dd>
</dl>
</li>
</ul>
@@ -143,15 +143,21 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
</tr>
<tr class="altColor">
<td class="colFirst"><code>private com.fasterxml.jackson.databind.ObjectMapper</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#mapper">mapper</a></span></code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#mapper">mapper</a></span></code>
<div class="block">The Mapper.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#tenantId">tenantId</a></span></code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#tenantId">tenantId</a></span></code>
<div class="block">The Tenant id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#wechatPayClient">wechatPayClient</a></span></code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#wechatPayClient">wechatPayClient</a></span></code>
<div class="block">The Wechat pay client.</div>
</td>
</tr>
</table>
</li>
@@ -190,7 +196,9 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#applyObjectMapper-com.fasterxml.jackson.databind.ObjectMapper-">applyObjectMapper</a></span>(com.fasterxml.jackson.databind.ObjectMapper&nbsp;mapper)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../cn/felord/payment/wechat/v3/AbstractApi.html#applyObjectMapper-com.fasterxml.jackson.databind.ObjectMapper-">applyObjectMapper</a></span>(com.fasterxml.jackson.databind.ObjectMapper&nbsp;mapper)</code>
<div class="block">Apply object mapper.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient</a></code></td>
@@ -264,6 +272,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<li class="blockList">
<h4>mapper</h4>
<pre>private final&nbsp;com.fasterxml.jackson.databind.ObjectMapper mapper</pre>
<div class="block">The Mapper.</div>
</li>
</ul>
<a name="wechatPayClient">
@@ -273,6 +282,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<li class="blockList">
<h4>wechatPayClient</h4>
<pre>private final&nbsp;<a href="../../../../../cn/felord/payment/wechat/v3/WechatPayClient.html" title="cn.felord.payment.wechat.v3中的类">WechatPayClient</a> wechatPayClient</pre>
<div class="block">The Wechat pay client.</div>
</li>
</ul>
<a name="tenantId">
@@ -282,6 +292,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<li class="blockList">
<h4>tenantId</h4>
<pre>private final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a> tenantId</pre>
<div class="block">The Tenant id.</div>
</li>
</ul>
</li>
@@ -323,6 +334,11 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<li class="blockList">
<h4>applyObjectMapper</h4>
<pre>private&nbsp;void&nbsp;applyObjectMapper(com.fasterxml.jackson.databind.ObjectMapper&nbsp;mapper)</pre>
<div class="block">Apply object mapper.</div>
<dl>
<dt><span class="paramLabel">参数:</span></dt>
<dd><code>mapper</code> - the mapper</dd>
</dl>
</li>
</ul>
<a name="getMapper--">