索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
B
- BizException - red.mulan.boot.common.exception中的异常错误
-
自定义业务异常
- BizException(String) - 异常错误的构造器 red.mulan.boot.common.exception.BizException
-
这个构造不推荐使用,如果对国际化没有要求的话可以使用,如果项目中涉及到国际化的话 推荐 BizException(Result result) 这种构造方式
- BizException(Result) - 异常错误的构造器 red.mulan.boot.common.exception.BizException
-
Constructs a new runtime exception with
nullas its detail message.
C
- code() - enum class中的方法 red.mulan.boot.common.code.CommonCode
-
返回自定义请求状态码
- code() - 类中的方法 red.mulan.boot.common.result.ResponseResult
-
返回自定义请求状态码
- code() - 接口中的方法 red.mulan.boot.common.result.Result
-
返回自定义状态码
- CommonCode - red.mulan.boot.common.code中的Enum Class
-
公共状态码
- CreateGroup - red.mulan.boot.common.validated中的接口
-
新增校验组
E
- ERROR - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
系统错误
F
- fail() - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回默认操作失败响应信息
- fail(Result) - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回自定义操作失败响应信息
- fail(Result, R) - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回自定义操作失败响应信息 带数据返回
- FAIL - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
操作失败
- forbidden() - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回权限不足
- FORBIDDEN - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
权限不足
G
- generate() - 类中的静态方法 red.mulan.boot.common.utils.TraceIdUtils
-
生成一个TRACE_ID
- get() - 类中的静态方法 red.mulan.boot.common.utils.TraceIdUtils
-
返回当前线程的TRACE_ID
M
- message() - enum class中的方法 red.mulan.boot.common.code.CommonCode
-
返回提示信息
- message() - 类中的方法 red.mulan.boot.common.result.ResponseResult
-
返回提示信息
- message() - 接口中的方法 red.mulan.boot.common.result.Result
-
返回提示信息
O
- ok() - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回操作成功响应信息
- ok(R) - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
返回操作成功响应信息 并带有返回数据
R
- red.mulan.boot.common.code - 程序包 red.mulan.boot.common.code
- red.mulan.boot.common.exception - 程序包 red.mulan.boot.common.exception
- red.mulan.boot.common.handler - 程序包 red.mulan.boot.common.handler
- red.mulan.boot.common.result - 程序包 red.mulan.boot.common.result
- red.mulan.boot.common.utils - 程序包 red.mulan.boot.common.utils
- red.mulan.boot.common.validated - 程序包 red.mulan.boot.common.validated
- remove() - 类中的静态方法 red.mulan.boot.common.utils.TraceIdUtils
-
删除当前线程TRACE_ID
- REQUEST_METHOD_NOT_SUPPORTED - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
请求方式错误
- REQUIRED_REQUEST_BODY_IS_MISSING - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
没有请求正文
- ResponseHandler - red.mulan.boot.common.handler中的类
-
响应处理
- ResponseHandler() - 类的构造器 red.mulan.boot.common.handler.ResponseHandler
- responseJson(int, HttpServletResponse, Result) - 类中的方法 red.mulan.boot.common.handler.ResponseHandler
-
响应JSON数据
- responseJson(HttpServletResponse, Result) - 类中的方法 red.mulan.boot.common.handler.ResponseHandler
-
响应JSON数据
- ResponseResult<T> - red.mulan.boot.common.result中的类
-
响应结果类
- ResponseResult(Result) - 类的构造器 red.mulan.boot.common.result.ResponseResult
- ResponseResult(Result, T) - 类的构造器 red.mulan.boot.common.result.ResponseResult
- Result - red.mulan.boot.common.result中的接口
-
相应结果顶级接口
S
- set() - 类中的静态方法 red.mulan.boot.common.utils.TraceIdUtils
-
为当前线程设置一个TRACE_ID
- success() - enum class中的方法 red.mulan.boot.common.code.CommonCode
-
返回是否成功
- success() - 类中的方法 red.mulan.boot.common.result.ResponseResult
-
返回是否成功
- success() - 接口中的方法 red.mulan.boot.common.result.Result
-
返回是否成功
- SUCCESS - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
操作成功
T
- TRACE_ID - 类中的静态变量 red.mulan.boot.common.utils.TraceIdUtils
-
TraceId 常量
- TraceIdUtils - red.mulan.boot.common.utils中的类
-
TraceId工具类
- TraceIdUtils() - 类的构造器 red.mulan.boot.common.utils.TraceIdUtils
U
- unauthorized() - 类中的静态方法 red.mulan.boot.common.result.ResponseResult
-
未授权
- UNAUTHORIZED - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
未授权
- UpdateGroup - red.mulan.boot.common.validated中的接口
-
修改校验组
- USERNAME_OR_PASSWORD_ERROR - enum class 中的枚举常量 red.mulan.boot.common.code.CommonCode
-
用户名或者密码错误
V
- valueOf(String) - enum class中的静态方法 red.mulan.boot.common.code.CommonCode
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 red.mulan.boot.common.code.CommonCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|常量字段值|所有程序包|序列化表格