|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (14.0.2) on Sun Nov 08 14:54:47 IST 2020 --> |
| 5 | +<!-- Generated by javadoc (14.0.2) on Sun Nov 08 15:01:51 IST 2020 --> |
6 | 6 | <title>SwaggerConfig</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
8 | 8 | <meta name="dc.created" content="2020-11-08"> |
|
20 | 20 | <script type="text/javascript" src="../../script-dir/jquery-ui.js"></script> |
21 | 21 | </head> |
22 | 22 | <body class="class-declaration"> |
23 | | -<script type="text/javascript">var data = {"i0":10,"i1":10}; |
| 23 | +<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10}; |
24 | 24 | var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; |
25 | 25 | var altColor = "altColor"; |
26 | 26 | var rowColor = "rowColor"; |
@@ -151,6 +151,11 @@ <h2>Method Summary</h2> |
151 | 151 | <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#swaggerConfig()">swaggerConfig</a></span>()</code></th> |
152 | 152 | <td class="colLast"> </td> |
153 | 153 | </tr> |
| 154 | +<tr class="altColor" id="i2"> |
| 155 | +<td class="colFirst"><code>(package private) springfox.documentation.swagger.web.UiConfiguration</code></td> |
| 156 | +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#uiConfig()">uiConfig</a></span>()</code></th> |
| 157 | +<td class="colLast"> </td> |
| 158 | +</tr> |
154 | 159 | </tbody> |
155 | 160 | </table> |
156 | 161 | </div> |
@@ -198,6 +203,13 @@ <h3><a id="swaggerConfig()">swaggerConfig</a></h3> |
198 | 203 | </li> |
199 | 204 | <li class="blockList"> |
200 | 205 | <section class="detail"> |
| 206 | +<h3><a id="uiConfig()">uiConfig</a></h3> |
| 207 | +<div class="memberSignature"><span class="annotations">@Bean |
| 208 | +</span><span class="returnType">springfox.documentation.swagger.web.UiConfiguration</span> <span class="memberName">uiConfig</span>()</div> |
| 209 | +</section> |
| 210 | +</li> |
| 211 | +<li class="blockList"> |
| 212 | +<section class="detail"> |
201 | 213 | <h3><a id="securityInfo()">securityInfo</a></h3> |
202 | 214 | <div class="memberSignature"><span class="annotations">@Bean |
203 | 215 | </span><span class="modifiers">public</span> <span class="returnType">springfox.documentation.swagger.web.SecurityConfiguration</span> <span class="memberName">securityInfo</span>()</div> |
|
0 commit comments