所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- red.mulan.boot.common.handler.ResponseHandler
- red.mulan.boot.common.result.ResponseResult<T> (implements red.mulan.boot.common.result.Result)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- red.mulan.boot.common.exception.BizException
- java.lang.RuntimeException
- java.lang.Exception
- red.mulan.boot.common.utils.TraceIdUtils
接口分层结构
- red.mulan.boot.common.validated.CreateGroup
- red.mulan.boot.common.result.Result
- red.mulan.boot.common.validated.UpdateGroup
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- red.mulan.boot.common.code.CommonCode (implements red.mulan.boot.common.result.Result)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)