@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ApiOperationSupport
Help Java development engineers build powerful Swagger documents
This annotation belongs to the enhanced annotation of @ApiOperation, which is unique to swagger-bootstrap-ui and provides Swagger's extended attributes.
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
author
author
|
String[] |
ignoreParameters
请求忽略参数数组
|
String[] |
includeParameters
请求接口包含的参数数组,和ignoreParameters属性对立
|
int |
order
Sort Fields
|
DynamicParameters |
params
A list of
DynamicParameters available to the API operation. |
DynamicResponseParameters |
responses
动态构建response响应参数说明
|
public abstract String author
public abstract DynamicParameters params
DynamicParameters available to the API operation.public abstract DynamicResponseParameters responses
public abstract String[] ignoreParameters
public abstract String[] includeParameters
Copyright © 2020. All rights reserved.