所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.magician.web.execute.ApiExecute
- com.magician.web.load.ApiLoad
- com.magician.web.execute.BuildParams
- com.magician.web.core.constant.DataType
- com.magician.web.execute.InterceptorExecute
- com.magician.web.core.model.InterceptorModel
- com.magician.web.core.util.JSONUtil
- com.magician.web.core.util.JwtManager
- com.magician.web.core.cache.MagicianCacheManager
- com.magician.web.MagicianWeb
- com.magician.web.MagicianWebConfig
- com.magician.web.core.constant.MagicianWebConstant
- com.magician.web.core.util.MatchUtil
- com.magician.web.core.util.MesUtil
- com.magician.web.core.util.ParamsCheckUtil
- com.magician.web.core.util.ParamTypeUtil
- com.magician.web.core.util.ReadClassUtil
- com.magician.web.execute.model.ResponseInputStream
- com.magician.web.core.model.RouteModel
- com.magician.web.core.util.ScanUtil
- com.magician.web.core.util.StringUtil
接口分层结构
- com.magician.web.core.interceptor.MagicianInterceptor
注释类型分层结构
- com.magician.web.core.annotation.Interceptor (implements java.lang.annotation.Annotation)
- com.magician.web.core.annotation.Route (implements java.lang.annotation.Annotation)
- com.magician.web.core.annotation.Verification (implements java.lang.annotation.Annotation)