A B C D E F G I J L M N O P R S T U V
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- after(MagicianRequest, Object) - 接口 中的方法com.magician.web.core.interceptor.MagicianInterceptor
-
接口执行之后
- after(List<InterceptorModel>, MagicianRequest, Object) - 类 中的静态方法com.magician.web.execute.InterceptorExecute
-
执行拦截器的after
- AFTER - 类 中的静态变量com.magician.web.core.constant.MagicianWebConstant
- ApiExecute - com.magician.web.execute中的类
-
接口执行
- ApiExecute() - 类 的构造器com.magician.web.execute.ApiExecute
- ApiLoad - com.magician.web.load中的类
-
加载接口
- ApiLoad() - 类 的构造器com.magician.web.load.ApiLoad
- apis() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
作用域
B
- before(MagicianRequest) - 接口 中的方法com.magician.web.core.interceptor.MagicianInterceptor
-
接口执行之前
- before(List<InterceptorModel>, MagicianRequest) - 类 中的静态方法com.magician.web.execute.InterceptorExecute
-
执行拦截器的before
- BEFORE - 类 中的静态变量com.magician.web.core.constant.MagicianWebConstant
- BOOLEAN - 类 中的静态变量com.magician.web.core.constant.DataType
- builder() - 类 中的静态方法com.magician.web.core.util.JwtManager
-
创建一个JWT管理类
- builder(Method, MagicianRequest) - 类 中的静态方法com.magician.web.execute.BuildParams
-
构建MarsApi的传参
- BuildParams - com.magician.web.execute中的类
-
构建参数
- BuildParams() - 类 的构造器com.magician.web.execute.BuildParams
- BYTE - 类 中的静态变量com.magician.web.core.constant.DataType
C
- CHAR - 类 中的静态变量com.magician.web.core.constant.DataType
- CHARACTER - 类 中的静态变量com.magician.web.core.constant.DataType
- checkParam(Object[], String) - 类 中的静态方法com.magician.web.core.util.ParamsCheckUtil
-
校验参数
- com.magician.web - 程序包 com.magician.web
- com.magician.web.core.annotation - 程序包 com.magician.web.core.annotation
- com.magician.web.core.cache - 程序包 com.magician.web.core.cache
- com.magician.web.core.constant - 程序包 com.magician.web.core.constant
- com.magician.web.core.interceptor - 程序包 com.magician.web.core.interceptor
- com.magician.web.core.model - 程序包 com.magician.web.core.model
- com.magician.web.core.util - 程序包 com.magician.web.core.util
- com.magician.web.execute - 程序包 com.magician.web.execute
- com.magician.web.execute.model - 程序包 com.magician.web.execute.model
- com.magician.web.load - 程序包 com.magician.web.load
- createToken(Object) - 类 中的方法com.magician.web.core.util.JwtManager
-
WT生成Token.
- createWeb() - 类 中的静态方法com.magician.web.MagicianWeb
-
创建一个web
D
- DataType - com.magician.web.core.constant中的类
-
基本数据类型与包装器类型
- DataType() - 类 的构造器com.magician.web.core.constant.DataType
- DATE - 类 中的静态变量com.magician.web.core.constant.DataType
- DOUBLE - 类 中的静态变量com.magician.web.core.constant.DataType
E
- ENCODING - 类 中的静态变量com.magician.web.core.constant.MagicianWebConstant
-
UTF-8编码
- execute(MagicianRequest) - 类 中的静态方法com.magician.web.execute.ApiExecute
-
执行接口
F
- findAndAddClassesInPackageByFile(String, String, boolean, Set<String>) - 类 中的静态方法com.magician.web.core.util.ReadClassUtil
-
以文件的形式来获取包下的所有Class
- FLOAT - 类 中的静态变量com.magician.web.core.constant.DataType
- FORM_DATA - 类 中的静态变量com.magician.web.core.util.ParamTypeUtil
-
formData提交
G
- getAfterMethod() - 类 中的方法com.magician.web.core.model.InterceptorModel
- getBeforeMethod() - 类 中的方法com.magician.web.core.model.InterceptorModel
- getCls() - 类 中的方法com.magician.web.core.model.InterceptorModel
- getCls() - 类 中的方法com.magician.web.core.model.RouteModel
- getFirstLowerCase(String) - 类 中的静态方法com.magician.web.core.util.StringUtil
-
将字符串首字母转成小写
- getInputStream() - 类 中的方法com.magician.web.execute.model.ResponseInputStream
- getInterceptorMap() - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- getInterceptorModelList(String) - 类 中的静态方法com.magician.web.execute.InterceptorExecute
-
获取这个路由对应的拦截器
- getMagicianInterceptor() - 类 中的方法com.magician.web.core.model.InterceptorModel
- getMes(Integer, String) - 类 中的静态方法com.magician.web.core.util.MesUtil
-
获取错误提示信息
- getMethod() - 类 中的方法com.magician.web.core.model.RouteModel
- getName() - 类 中的方法com.magician.web.execute.model.ResponseInputStream
- getObject() - 类 中的方法com.magician.web.core.model.RouteModel
- getObject(String, Class<T>) - 类 中的方法com.magician.web.core.util.JwtManager
-
根据Token获取存进去的对象
- getReqMethods() - 类 中的方法com.magician.web.core.model.RouteModel
- getRoute() - 类 中的方法com.magician.web.core.model.RouteModel
- getRouteMap() - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- getScanClassList() - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- getScanPath() - 类 中的静态方法com.magician.web.MagicianWebConfig
I
- INT - 类 中的静态变量com.magician.web.core.constant.DataType
- INTEGER - 类 中的静态变量com.magician.web.core.constant.DataType
- Interceptor - com.magician.web.core.annotation中的注释类型
- InterceptorExecute - com.magician.web.execute中的类
-
执行拦截器
- InterceptorExecute() - 类 的构造器com.magician.web.execute.InterceptorExecute
- InterceptorModel - com.magician.web.core.model中的类
-
拦截器实体类
- InterceptorModel() - 类 的构造器com.magician.web.core.model.InterceptorModel
- isFormData(String) - 类 中的静态方法com.magician.web.core.util.ParamTypeUtil
-
是否是formData格式
- isJSON(String) - 类 中的静态方法com.magician.web.core.util.ParamTypeUtil
-
是否是json格式
- isMatch(String, String) - 类 中的静态方法com.magician.web.core.util.MatchUtil
-
判断带通配符的字符串与另一个字符串是否匹配
- isNull(Object) - 类 中的静态方法com.magician.web.core.util.StringUtil
-
判断字符串是否为空
- isUrlEncoded(String) - 类 中的静态方法com.magician.web.core.util.ParamTypeUtil
-
是否是表单格式
J
- JSON - 类 中的静态变量com.magician.web.core.util.ParamTypeUtil
-
json提交
- JSONUtil - com.magician.web.core.util中的类
-
JSON工具类
- JSONUtil() - 类 的构造器com.magician.web.core.util.JSONUtil
- JwtManager - com.magician.web.core.util中的类
-
JWT管理类
- JwtManager() - 类 的构造器com.magician.web.core.util.JwtManager
L
- LIST - 类 中的静态变量com.magician.web.core.constant.DataType
- load() - 类 中的静态方法com.magician.web.load.ApiLoad
-
加载接口
- loadClassList(String) - 类 中的静态方法com.magician.web.core.util.ReadClassUtil
-
获取某包下(包括该包的所有子包)所有类
- LONG - 类 中的静态变量com.magician.web.core.constant.DataType
M
- MagicianCacheManager - com.magician.web.core.cache中的类
-
缓存管理
- MagicianCacheManager() - 类 的构造器com.magician.web.core.cache.MagicianCacheManager
- MagicianInterceptor - com.magician.web.core.interceptor中的接口
-
拦截器基类
- MagicianWeb - com.magician.web中的类
-
MagicianWeb
- MagicianWeb() - 类 的构造器com.magician.web.MagicianWeb
- MagicianWebConfig - com.magician.web中的类
-
Web配置
- MagicianWebConfig() - 类 的构造器com.magician.web.MagicianWebConfig
- MagicianWebConstant - com.magician.web.core.constant中的类
- MagicianWebConstant() - 类 的构造器com.magician.web.core.constant.MagicianWebConstant
- MatchUtil - com.magician.web.core.util中的类
-
判断字符串是否与规则匹配
- MatchUtil() - 类 的构造器com.magician.web.core.util.MatchUtil
- maxLength() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
最大长度
- MesUtil - com.magician.web.core.util中的类
-
错误提示信息 工具类
- MesUtil() - 类 的构造器com.magician.web.core.util.MesUtil
- minLength() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
最小长度
- msg() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
提示语
N
- notNull() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
是否可为空
O
- OPTIONS - 类 中的静态变量com.magician.web.core.constant.MagicianWebConstant
-
用来判断当前请求是否是一次预判
P
- ParamsCheckUtil - com.magician.web.core.util中的类
-
校验前端传参
- ParamsCheckUtil() - 类 的构造器com.magician.web.core.util.ParamsCheckUtil
- ParamTypeUtil - com.magician.web.core.util中的类
-
参数传递方式
- ParamTypeUtil() - 类 的构造器com.magician.web.core.util.ParamTypeUtil
- pattern() - 注释类型 中的方法com.magician.web.core.annotation.Interceptor
R
- ReadClassUtil - com.magician.web.core.util中的类
-
读取class文件
- ReadClassUtil() - 类 的构造器com.magician.web.core.util.ReadClassUtil
- reg() - 注释类型 中的方法com.magician.web.core.annotation.Verification
-
正则
- request(MagicianRequest) - 类 中的方法com.magician.web.MagicianWeb
-
执行请求
- requestMethod() - 注释类型 中的方法com.magician.web.core.annotation.Route
-
请求方式
- ResponseInputStream - com.magician.web.execute.model中的类
-
返回流
- ResponseInputStream() - 类 的构造器com.magician.web.execute.model.ResponseInputStream
- Route - com.magician.web.core.annotation中的注释类型
- RouteModel - com.magician.web.core.model中的类
- RouteModel() - 类 的构造器com.magician.web.core.model.RouteModel
S
- saveRouteMap(Map<String, RouteModel>) - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- saveScanClassList(Set<String>) - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- scan(String) - 类 中的方法com.magician.web.MagicianWeb
-
扫描本项目的web接口
- scanClassList(Set<String>) - 类 中的静态方法com.magician.web.core.util.ScanUtil
-
扫描框架的类
- ScanUtil - com.magician.web.core.util中的类
-
扫描工具类
- ScanUtil() - 类 的构造器com.magician.web.core.util.ScanUtil
- setAfterMethod(Method) - 类 中的方法com.magician.web.core.model.InterceptorModel
- setBeforeMethod(Method) - 类 中的方法com.magician.web.core.model.InterceptorModel
- setCalendarField(int) - 类 中的方法com.magician.web.core.util.JwtManager
- setCalendarInterval(int) - 类 中的方法com.magician.web.core.util.JwtManager
- setCls(Class) - 类 中的方法com.magician.web.core.model.InterceptorModel
- setCls(Class) - 类 中的方法com.magician.web.core.model.RouteModel
- setInputStream(InputStream) - 类 中的方法com.magician.web.execute.model.ResponseInputStream
- setInterceptorMap(String, InterceptorModel) - 类 中的静态方法com.magician.web.core.cache.MagicianCacheManager
- setMagicianInterceptor(Object) - 类 中的方法com.magician.web.core.model.InterceptorModel
- setMethod(Method) - 类 中的方法com.magician.web.core.model.RouteModel
- setName(String) - 类 中的方法com.magician.web.execute.model.ResponseInputStream
- setObject(Object) - 类 中的方法com.magician.web.core.model.RouteModel
- setReqMethods(ReqMethod[]) - 类 中的方法com.magician.web.core.model.RouteModel
- setRoute(String) - 类 中的方法com.magician.web.core.model.RouteModel
- setScanPath(String) - 类 中的静态方法com.magician.web.MagicianWebConfig
- setSecret(String) - 类 中的方法com.magician.web.core.util.JwtManager
- SHORT - 类 中的静态变量com.magician.web.core.constant.DataType
- STRING - 类 中的静态变量com.magician.web.core.constant.DataType
- StringUtil - com.magician.web.core.util中的类
-
字符串工具类
- StringUtil() - 类 的构造器com.magician.web.core.util.StringUtil
- SUCCESS - 接口 中的静态变量com.magician.web.core.interceptor.MagicianInterceptor
T
- toJavaObject(Object, Class<T>) - 类 中的静态方法com.magician.web.core.util.JSONUtil
-
将任意对象转成另一个java对象
- toJSONString(Object) - 类 中的静态方法com.magician.web.core.util.JSONUtil
-
将任意对象转成JSON字符串
- toMap(Object) - 类 中的静态方法com.magician.web.core.util.JSONUtil
-
将任意对象转成Map
U
- URL_ENCODED - 类 中的静态变量com.magician.web.core.util.ParamTypeUtil
-
常规表单提交
V
- value() - 注释类型 中的方法com.magician.web.core.annotation.Route
-
路径
- Verification - com.magician.web.core.annotation中的注释类型
- verifyToken(String) - 类 中的方法com.magician.web.core.util.JwtManager
-
校验Token
所有类 所有程序包