跳过导航链接
A C D E F G H I K L M P R S V 

A

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
 
ApiParamCheckFailHandler - com.github.ddm4j.api.document.common.check中的接口
校验失败处理类
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 注解。

C

checkApiParamFail(ProceedingJoinPoint, Object, List<ApiCheckInfo>) - 接口 中的方法com.github.ddm4j.api.document.common.check.ApiParamCheckFailHandler
校验异常处理方法
CheckConfig - com.github.ddm4j.api.document.config中的类
参数校验配置
CheckConfig() - 类 的构造器com.github.ddm4j.api.document.config.CheckConfig
 
checkParam(ProceedingJoinPoint, ApiParam) - 类 中的方法com.github.ddm4j.api.document.check.ApiParamCheck
全局校验
checkParam(ProceedingJoinPoint, ApiParams) - 类 中的方法com.github.ddm4j.api.document.check.ApiParamCheck
全局校验
checkParam(Map<String, Object>, ApiParam[]) - 类 中的方法com.github.ddm4j.api.document.check.ApiParamCheck
校验参数
ClassUtil - com.github.ddm4j.api.document.utils中的类
扫描包下面的类
ClassUtil() - 类 的构造器com.github.ddm4j.api.document.utils.ClassUtil
 
com.github.ddm4j.api.document.annotation - 程序包 com.github.ddm4j.api.document.annotation
 
com.github.ddm4j.api.document.bean - 程序包 com.github.ddm4j.api.document.bean
 
com.github.ddm4j.api.document.check - 程序包 com.github.ddm4j.api.document.check
 
com.github.ddm4j.api.document.common.check - 程序包 com.github.ddm4j.api.document.common.check
 
com.github.ddm4j.api.document.common.exception - 程序包 com.github.ddm4j.api.document.common.exception
 
com.github.ddm4j.api.document.common.exception.bean - 程序包 com.github.ddm4j.api.document.common.exception.bean
 
com.github.ddm4j.api.document.common.model - 程序包 com.github.ddm4j.api.document.common.model
 
com.github.ddm4j.api.document.config - 程序包 com.github.ddm4j.api.document.config
 
com.github.ddm4j.api.document.config.bean - 程序包 com.github.ddm4j.api.document.config.bean
 
com.github.ddm4j.api.document.controller - 程序包 com.github.ddm4j.api.document.controller
 
com.github.ddm4j.api.document.utils - 程序包 com.github.ddm4j.api.document.utils
 
ControllerVo - com.github.ddm4j.api.document.bean中的类
 
ControllerVo() - 类 的构造器com.github.ddm4j.api.document.bean.ControllerVo
 
CUSTOM - 类 中的静态变量com.github.ddm4j.api.document.config.bean.MessageBean
 

D

DEFAULT - 类 中的静态变量com.github.ddm4j.api.document.config.bean.MessageBean
 
document(String, String) - 类 中的方法com.github.ddm4j.api.document.controller.ApiDocumentController
获取数据
DocumentConfig - com.github.ddm4j.api.document.config中的类
文档配置
DocumentConfig() - 类 的构造器com.github.ddm4j.api.document.config.DocumentConfig
 

E

enable - 类 中的变量com.github.ddm4j.api.document.config.CheckConfig
 
extract(Type) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
提取具体Field
extractField(List<FieldInfo>) - 类 中的方法com.github.ddm4j.api.document.utils.MethodRequestUtil
 
extractField(List<FieldInfo>) - 类 中的方法com.github.ddm4j.api.document.utils.MethodResponseUtil
 
extractParam(JoinPoint) - 类 中的方法com.github.ddm4j.api.document.check.ApiParamCheck
提取参数

F

FieldInfo - com.github.ddm4j.api.document.common.model中的类
 
FieldInfo() - 类 的构造器com.github.ddm4j.api.document.common.model.FieldInfo
 
FieldUtil - com.github.ddm4j.api.document.utils中的类
 
FieldUtil() - 类 的构造器com.github.ddm4j.api.document.utils.FieldUtil
 
findAndAddClassesInPackageByFile(String, String, boolean, Set<Class<?>>) - 类 中的静态方法com.github.ddm4j.api.document.utils.ClassUtil
以文件的形式来获取包下的所有Class

G

getAccount() - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
getApiCheckInfos() - 异常错误 中的方法com.github.ddm4j.api.document.common.exception.ApiCheckException
 
getApiParam() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
getAuthor() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getAuthor() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getChildren() - 类 中的方法com.github.ddm4j.api.document.bean.ParamChildrenVo
 
getChildren() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
getClasses(String) - 类 中的静态方法com.github.ddm4j.api.document.utils.ClassUtil
从包package中获取所有的Class
getCode() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
getCodes() - 类 中的方法com.github.ddm4j.api.document.config.ResponseCodeConfig
 
getContextPath() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getController() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getControllers() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
getDateFormat() - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getDescribe() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getError() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
getField() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
getField(Class<?>, String) - 类 中的静态方法com.github.ddm4j.api.document.check.ApiParamCheck
获取属性
getField() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
getField() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
getField() - 类 中的方法com.github.ddm4j.api.document.config.ResponseCodeConfig
 
getFieldName() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
getHeader() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getHeads() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getInterfaces() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getJson() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getJsonMethod() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getLeft() - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
 
getLeft() - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
getLogin() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getMax() - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
getMax() - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
getMax() - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
getMax() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getMessage() - 异常错误 中的方法com.github.ddm4j.api.document.common.exception.ApiCheckException
 
getMessage() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
getMessages() - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
getMethod() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getMethod() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getMiddle() - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
getMin() - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
getMin() - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
getMin() - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
getMin() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getName() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getName() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
getName() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getName() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
getName() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
getName() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
getName() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getParameters() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getPassword() - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
getPath() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
getRegexp() - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
getRegexp() - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
getRegexp() - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
getRegexp() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getRegexps() - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
getRequestVo(Method, String) - 类 中的方法com.github.ddm4j.api.document.utils.MethodRequestUtil
 
getRequired() - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
getRequired() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getResponseMethod() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getResponses() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getResponseVo(Method, ApiResponseCode) - 类 中的方法com.github.ddm4j.api.document.utils.MethodResponseUtil
 
getRight() - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
 
getRight() - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
getType() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
getType() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
getType() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
getUri() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getUriParams() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getUris() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getUris() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getVersion() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
getVersion() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
getVersion() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
getVersion() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 

H

HeadVo - com.github.ddm4j.api.document.bean中的类
 
HeadVo() - 类 的构造器com.github.ddm4j.api.document.bean.HeadVo
 

I

InterfaceJsonDoc - com.github.ddm4j.api.document.bean中的类
 
InterfaceJsonDoc() - 类 的构造器com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
InterfaceVo - com.github.ddm4j.api.document.bean中的类
 
InterfaceVo() - 类 的构造器com.github.ddm4j.api.document.bean.InterfaceVo
 
isAll() - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
isEmpty(String) - 类 中的静态方法com.github.ddm4j.api.document.check.ApiParamCheck
判断字符串是否为空
isEmpty(String) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
是否为空
isEnable() - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
isEnable() - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
isEnable() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
isGet() - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
isJson() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
isParamArray() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
isRequired() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 

K

KVEntity<K,V> - com.github.ddm4j.api.document.common.model中的类
 
KVEntity() - 类 的构造器com.github.ddm4j.api.document.common.model.KVEntity
 

L

LMREntity<L,M,R> - com.github.ddm4j.api.document.common.model中的类
 
LMREntity() - 类 的构造器com.github.ddm4j.api.document.common.model.LMREntity
 
LoginBean - com.github.ddm4j.api.document.config.bean中的类
登录配置
LoginBean() - 类 的构造器com.github.ddm4j.api.document.config.bean.LoginBean
 

M

MessageBean - com.github.ddm4j.api.document.config.bean中的类
错误消息体
MessageBean() - 类 的构造器com.github.ddm4j.api.document.config.bean.MessageBean
 
MethodRequestUtil - com.github.ddm4j.api.document.utils中的类
 
MethodRequestUtil(CheckConfig) - 类 的构造器com.github.ddm4j.api.document.utils.MethodRequestUtil
 
MethodResponseUtil - com.github.ddm4j.api.document.utils中的类
 
MethodResponseUtil(ResponseCodeConfig) - 类 的构造器com.github.ddm4j.api.document.utils.MethodResponseUtil
 

P

ParamBaseVo - com.github.ddm4j.api.document.bean中的类
 
ParamBaseVo() - 类 的构造器com.github.ddm4j.api.document.bean.ParamBaseVo
 
ParamChildrenVo - com.github.ddm4j.api.document.bean中的类
 
ParamChildrenVo() - 类 的构造器com.github.ddm4j.api.document.bean.ParamChildrenVo
 
ParameterVo - com.github.ddm4j.api.document.bean中的类
 
ParameterVo() - 类 的构造器com.github.ddm4j.api.document.bean.ParameterVo
 

R

removeField(List<T>, String) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
删除指定属性
removeField(List<T>, String[], int) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
 
RequestHeaderBean - com.github.ddm4j.api.document.config.bean中的类
请求头配置
RequestHeaderBean() - 类 的构造器com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
ResponseCodeConfig - com.github.ddm4j.api.document.config中的类
 
ResponseCodeConfig() - 类 的构造器com.github.ddm4j.api.document.config.ResponseCodeConfig
 
ResponseVo - com.github.ddm4j.api.document.bean中的类
 
ResponseVo() - 类 的构造器com.github.ddm4j.api.document.bean.ResponseVo
 

S

scan(String, String) - 类 中的方法com.github.ddm4j.api.document.utils.ScanControllerUtil
 
ScanControllerUtil - com.github.ddm4j.api.document.utils中的类
 
ScanControllerUtil(CheckConfig, DocumentConfig, ResponseCodeConfig) - 类 的构造器com.github.ddm4j.api.document.utils.ScanControllerUtil
 
setAccount(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
setAll(boolean) - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
setApiCheckInfos(List<ApiCheckInfo>) - 异常错误 中的方法com.github.ddm4j.api.document.common.exception.ApiCheckException
校验异常详情
setApiParam(ApiParam) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
setAuthor(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setAuthor(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setChildren(List<? extends ParamChildrenVo>) - 类 中的方法com.github.ddm4j.api.document.bean.ParamChildrenVo
 
setChildren(List<FieldInfo>) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
setCode(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
setCodes(String[]) - 类 中的方法com.github.ddm4j.api.document.config.ResponseCodeConfig
 
setContextPath(String) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setController(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setControllers(List<ControllerVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
setDateFormat(String) - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setEnable(boolean) - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
setEnable(boolean) - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
setEnable(boolean) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setError(ApiCheckError) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
setField(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
setField(String) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
setField(String) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
setField(String) - 类 中的方法com.github.ddm4j.api.document.config.ResponseCodeConfig
 
setFieldName(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
setGet(boolean) - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
setHeader(Map<String, RequestHeaderBean>) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setHeads(List<HeadVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setInterfaces(List<InterfaceVo>) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setJson(Boolean) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setJson(boolean) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setJsonMethod(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setLeft(K) - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
 
setLeft(L) - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
setLogin(LoginBean) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setMax(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
setMax(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
setMax(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
setMax(Integer) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setMessage(String) - 异常错误 中的方法com.github.ddm4j.api.document.common.exception.ApiCheckException
 
setMessage(String) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
setMessages(Map<String, MessageBean>) - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
setMethod(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setMethod(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setMiddle(M) - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
setMin(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
setMin(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
setMin(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
setMin(Integer) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
setName(String) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setParamArray(boolean) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setParameters(List<ParameterVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setPassword(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.LoginBean
 
setPath(String) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 
setRegexp(String) - 类 中的方法com.github.ddm4j.api.document.bean.HeadVo
 
setRegexp(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
 
setRegexp(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
setRegexp(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setRegexps(Map<String, String>) - 类 中的方法com.github.ddm4j.api.document.config.CheckConfig
 
setRequired(boolean) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
setRequired(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.MessageBean
 
setRequired(Boolean) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setResponseMethod(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setResponses(List<ResponseVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setRight(V) - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
 
setRight(R) - 类 中的方法com.github.ddm4j.api.document.common.model.LMREntity
 
setType(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
 
setType(String) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldInfo
 
setType(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
 
setUri(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setUriParams(List<HeadVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setUris(List<String>) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setUris(List<String>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setVersion(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
 
setVersion(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
 
setVersion(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
 
setVersion(String) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
 

V

valueOf(String) - 枚举 中的静态方法com.github.ddm4j.api.document.common.exception.ApiCheckError
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.ddm4j.api.document.common.exception.ApiCheckError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G H I K L M P R S V 
跳过导航链接

Copyright © 2024. All rights reserved.