Annotation Interface DynamicParameters


@Deprecated @Target(METHOD) @Retention(RUNTIME) @Documented public @interface DynamicParameters
已过时。
Note: 自Knife4j 4.0版本起,放弃维护此属性值,建议开发者建实体类
  • 元素详细资料

    • name

      String name
      已过时。
      dynamic Model name
      返回:
      类名
      默认值:
      ""
    • properties

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