注释类型 DynamicResponseParameters
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamicResponseParameters
- 从以下版本开始:
- 1.9.5
- 作者:
- xiaoymin@foxmail.com 2019-7-31 12:54:24
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Stringnamedynamic Model nameDynamicParameter[]propertieslist of properties
-
-
-
元素详细资料
-
name
String name
dynamic Model name- 返回:
- 类名
- 默认值:
- ""
-
-
-
properties
DynamicParameter[] properties
list of properties- 返回:
- 类属性集合
- 默认值:
- {@com.github.xiaoymin.knife4j.annotations.DynamicParameter}
-
-