Annotation Interface DynamicResponseParameters


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface DynamicResponseParameters
Note: 自Knife4j 4.0版本起,功能保留,但目前阶段放弃维护此属性值,建议开发者建实体类,后续有迭代在更新
从以下版本开始:
1.9.5
作者:
xiaoymin@foxmail.com 2019-7-31 12:54:24
  • 元素详细资料

    • name

      String name
      dynamic Model name
      返回:
      类名
      默认值:
      ""
    • properties

      DynamicParameter[] properties
      list of properties
      返回:
      类属性集合
      默认值:
      {@com.github.xiaoymin.knife4j.annotations.DynamicParameter}