注释类型 DynamicParameter
-
@Deprecated @Target(METHOD) @Retention(RUNTIME) @Documented public @interface DynamicParameter已过时。Note: 自Knife4j 4.0版本起,放弃维护此属性值,建议开发者建实体类
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 java.lang.Class<?>dataTypeClass已过时。The class of the parameter.java.lang.Stringexample已过时。a single example for non-body type parametersjava.lang.Stringname已过时。Name of the parameter.booleanrequired已过时。Specifies if the parameter is required or not.java.lang.Stringvalue已过时。A brief description of the parameter.
-