- ApiCheckError - com.github.ddm4j.api.document.common.exception中的枚举
-
参数校验失败枚举类
- ApiCheckException - com.github.ddm4j.api.document.common.exception中的异常错误
-
字段校验异常对象
- ApiCheckException() - 异常错误 的构造器com.github.ddm4j.api.document.common.exception.ApiCheckException
-
- ApiCheckException(List<ApiCheckInfo>) - 异常错误 的构造器com.github.ddm4j.api.document.common.exception.ApiCheckException
-
- ApiCheckInfo - com.github.ddm4j.api.document.common.exception.bean中的类
-
- ApiCheckInfo() - 类 的构造器com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
-
- ApiController - com.github.ddm4j.api.document.annotation中的注释类型
-
Controller 说明
- ApiDocumentConfig - com.github.ddm4j.api.document.config中的类
-
- ApiDocumentConfig() - 类 的构造器com.github.ddm4j.api.document.config.ApiDocumentConfig
-
- ApiDocumentController - com.github.ddm4j.api.document.controller中的类
-
- ApiDocumentController() - 类 的构造器com.github.ddm4j.api.document.controller.ApiDocumentController
-
- ApiEnum - com.github.ddm4j.api.document.annotation中的注释类型
-
Enum 类型字段描述,不可用于泛型,集合中
- ApiField - com.github.ddm4j.api.document.annotation中的注释类型
-
字段说明
- ApiHeaderCancel - com.github.ddm4j.api.document.annotation中的注释类型
-
用来表示该方法请求不需要请求头
- ApiIgnore - com.github.ddm4j.api.document.annotation中的注释类型
-
扫描忽略,不会被显示到文档上,但校验还是存在。
- ApiMethod - com.github.ddm4j.api.document.annotation中的注释类型
-
限制只能用于方法上,接口说明
- ApiParam - com.github.ddm4j.api.document.annotation中的注释类型
-
用于描述 字段,配置校验等信息
- ApiParamCheck - com.github.ddm4j.api.document.check中的类
-
校验接口传递值
- ApiParamCheck() - 类 的构造器com.github.ddm4j.api.document.check.ApiParamCheck
-
- ApiParamIgnore - com.github.ddm4j.api.document.annotation中的注释类型
-
需要隐藏的字段,为空表示,只留下被 ApiParam 标识的字段,
支持 * 号匹配,只能用于前面或后面如: a_*.
- ApiParams - com.github.ddm4j.api.document.annotation中的注释类型
-
ApiParam 的注解组,不推荐使用,
请直接使用 ApiParam 多重注解方式。
- ApiResponse - com.github.ddm4j.api.document.annotation中的注释类型
-
用于描述 返回值 字段
- ApiResponseCode - com.github.ddm4j.api.document.annotation中的注释类型
-
用户于配置Api返回code信息,只显示会返回的code信息
- ApiResponseIgnore - com.github.ddm4j.api.document.annotation中的注释类型
-
需要隐藏的参数,为空表示,只留下被 ApiResponse 标识的字段
支持 * 号匹配,只能用于前面或后面如: a_*.
- ApiResponses - com.github.ddm4j.api.document.annotation中的注释类型
-
ApiResponse 注解组,不推荐使用,
请直接使用 ApiResponse 多重注解方式,
即直接在在方法写多个 ApiResponse 注解。