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
-
- 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中的注释类型
-
放在 @ApiParams中,用于描述 字段
- ApiParamCheck - com.github.ddm4j.api.document.check中的类
-
校验接口传递值
- ApiParamCheck() - 类 的构造器com.github.ddm4j.api.document.check.ApiParamCheck
-
- ApiParamIgnore - com.github.ddm4j.api.document.annotation中的注释类型
-
需要隐藏的字段,为空表示,只留下被 ApiParam 标识的字段
- ApiParams - com.github.ddm4j.api.document.annotation中的注释类型
-
描述接口请求参数,及校验,建议所有参数使用 bean 包装,建议使用 JSON 交互(请求参数前加 @RequestBody),不支持 Map
- ApiResponse - com.github.ddm4j.api.document.annotation中的注释类型
-
只能用在 @ApiResponses 注解中,用于描述 返回值 字段
- ApiResponseIgnore - com.github.ddm4j.api.document.annotation中的注释类型
-
需要隐藏的参数
- ApiResponses - com.github.ddm4j.api.document.annotation中的注释类型
-
返回值描述
C
- checkBaseClass(Class<?>) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
-
- CheckConfig - com.github.ddm4j.api.document.config中的类
-
参数校验配置
- CheckConfig() - 类 的构造器com.github.ddm4j.api.document.config.CheckConfig
-
- checkFieldType(Type) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
-
- checkParam(JoinPoint, ApiParams) - 类 中的方法com.github.ddm4j.api.document.check.ApiParamCheck
-
全局校验
- checkParam(Map<String, Object>, String[], 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.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
-
D
- 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
-
- extractClassByType(Type, Type, FieldType) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
-
- extractGenType(Type, Type, FieldType) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
-
F
- FieldType - com.github.ddm4j.api.document.common.model中的枚举
-
- FieldTypeInfo - com.github.ddm4j.api.document.common.model中的类
-
- FieldTypeInfo() - 类 的构造器com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- 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
-
- getAuthor() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
-
- getAuthor() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- getChildren() - 类 中的方法com.github.ddm4j.api.document.bean.ParamChildrenVo
-
- getClasses(String) - 类 中的静态方法com.github.ddm4j.api.document.utils.ClassUtil
-
从包package中获取所有的Class
- getClaType() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- getClazz() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- getCode() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
-
- 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.bean.ParamBaseVo
-
- getDescribe() - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
-
- 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
-
- getFieldType(int) - 枚举 中的静态方法com.github.ddm4j.api.document.common.model.FieldType
-
- getGenType() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- getHeader() - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
-
- getHeads() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- getI() - 枚举 中的方法com.github.ddm4j.api.document.common.model.FieldType
-
- getInsideClazz() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- getInsideType() - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- getInterfaces() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
-
- getJson() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
-
- getKey() - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
-
- 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
-
- 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.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
-
- getRequestFields(Class<?>, Type) - 类 中的方法com.github.ddm4j.api.document.utils.MethodRequestUtil
-
- 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) - 类 中的方法com.github.ddm4j.api.document.utils.MethodResponseUtil
-
- getType() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
-
- getType() - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
-
- getUri() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- getUris() - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
-
- getUris() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- getValue() - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
-
- 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
-
- isDuplicate(List<T>, ParamBaseVo) - 类 中的静态方法com.github.ddm4j.api.document.utils.FieldUtil
-
判断是否重复
- 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
-
- isJson() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- isParamArray() - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- isRequired() - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
-
- isUrl() - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
-
K
- KVEntity<K,V> - com.github.ddm4j.api.document.common.model中的类
-
- KVEntity() - 类 的构造器com.github.ddm4j.api.document.common.model.KVEntity
-
L
- 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() - 类 的构造器com.github.ddm4j.api.document.utils.MethodResponseUtil
-
P
- ParamBaseVo - com.github.ddm4j.api.document.bean中的类
-
- ParamBaseVo() - 类 的构造器com.github.ddm4j.api.document.bean.ParamBaseVo
-
- ParamChildrenVo<T extends ParamBaseVo> - 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
-
删除指定属性
- RequestHeaderBean - com.github.ddm4j.api.document.config.bean中的类
-
请求头配置
- RequestHeaderBean() - 类 的构造器com.github.ddm4j.api.document.config.bean.RequestHeaderBean
-
- 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) - 类 的构造器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
-
校验异常详情
- setAuthor(String) - 类 中的方法com.github.ddm4j.api.document.bean.ControllerVo
-
- setAuthor(String) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- setChildren(List<T>) - 类 中的方法com.github.ddm4j.api.document.bean.ParamChildrenVo
-
- setClaType(FieldType) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- setClazz(Class<?>) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- setCode(Integer) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceJsonDoc
-
- 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.bean.ParamBaseVo
-
- setDescribe(String) - 类 中的方法com.github.ddm4j.api.document.common.exception.bean.ApiCheckInfo
-
- 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
-
- setGenType(Type) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- setHeader(Map<String, RequestHeaderBean>) - 类 中的方法com.github.ddm4j.api.document.config.DocumentConfig
-
- setHeads(List<HeadVo>) - 类 中的方法com.github.ddm4j.api.document.bean.InterfaceVo
-
- setI(int) - 枚举 中的方法com.github.ddm4j.api.document.common.model.FieldType
-
- setInsideClazz(Class<?>) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- setInsideType(FieldType) - 类 中的方法com.github.ddm4j.api.document.common.model.FieldTypeInfo
-
- 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
-
- setKey(K) - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
-
- 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
-
- 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.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
-
- setType(String) - 类 中的方法com.github.ddm4j.api.document.bean.ParamBaseVo
-
- setType(String) - 类 中的方法com.github.ddm4j.api.document.config.bean.RequestHeaderBean
-
- setUri(String) - 类 中的方法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
-
- setUrl(boolean) - 类 中的方法com.github.ddm4j.api.document.bean.ParameterVo
-
- setValue(V) - 类 中的方法com.github.ddm4j.api.document.common.model.KVEntity
-
- 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
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.ddm4j.api.document.common.model.FieldType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.github.ddm4j.api.document.common.exception.ApiCheckError
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.ddm4j.api.document.common.model.FieldType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A C D E F G H I K L M P R S V
Copyright © 2020. All rights reserved.