A B C D E F G I M N R S T V W X
A
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法xyz.leibrother.web.module.WebConfig
-
- after(AspectProcess, Object) - 接口 中的方法xyz.leibrother.web.module.aspect.handler.IControllerMethodHandler
-
- around(ProceedingJoinPoint) - 类 中的方法xyz.leibrother.web.module.aspect.ControllerMethodAspect
-
- AspectProcess - xyz.leibrother.web.module.aspect中的类
-
ProceedingJoinPoint 封装
B
- before(AspectProcess) - 接口 中的方法xyz.leibrother.web.module.aspect.handler.IControllerMethodHandler
-
- before(AspectProcess) - 类 中的方法xyz.leibrother.web.module.aspect.handler.NotNullValidationHandler
-
- builder(ProceedingJoinPoint) - 类 中的静态方法xyz.leibrother.web.module.aspect.AspectProcess
-
C
- configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法xyz.leibrother.web.module.WebConfig
-
- ControllerMethodAspect - xyz.leibrother.web.module.aspect中的类
-
- ControllerMethodAspect(List<IControllerMethodHandler>) - 类 的构造器xyz.leibrother.web.module.aspect.ControllerMethodAspect
-
- converter - 类 中的变量xyz.leibrother.web.module.WebConfig
-
- create(ResultData) - 类 中的静态方法xyz.leibrother.web.module.result.Result
-
D
- data(T) - 类 中的方法xyz.leibrother.web.module.result.Result
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法xyz.leibrother.web.core.ReplaceRequestFilter
-
E
- ElainaRequestBody - xyz.leibrother.web.module.body中的注释类型
-
F
- fail() - 类 中的静态方法xyz.leibrother.web.module.result.Result
-
- fail(T) - 类 中的静态方法xyz.leibrother.web.module.result.Result
-
G
- getArgs() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- getCode() - 接口 中的方法xyz.leibrother.web.module.result.ResultData
-
- getInputStream() - 类 中的方法xyz.leibrother.web.core.RequestWrapper
-
- getMessage() - 接口 中的方法xyz.leibrother.web.module.result.ResultData
-
- getMethodName(String) - 类 中的方法xyz.leibrother.web.module.aspect.handler.NotNullValidationHandler
-
获取Get方法名
- getReader() - 类 中的方法xyz.leibrother.web.core.RequestWrapper
-
- getRequestBody() - 类 中的方法xyz.leibrother.web.core.RequestWrapper
-
- getSignature() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- getSourceLocation() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- getTarget() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
I
- IControllerMethodHandler - xyz.leibrother.web.module.aspect.handler中的接口
-
ControllerMethod 处理程序接口
- illegalArgumentExceptionHandler() - 类 中的方法xyz.leibrother.web.module.result.ResultExceptionHandler
-
M
- methods() - 类 中的方法xyz.leibrother.web.module.aspect.ControllerMethodAspect
-
匹配所有Controller
N
- NotNull - xyz.leibrother.web.module.aspect.handler中的注释类型
-
- NotNullValidationHandler - xyz.leibrother.web.module.aspect.handler中的类
-
Controller参数非空验证处理程序
- NotNullValidationHandler() - 类 的构造器xyz.leibrother.web.module.aspect.handler.NotNullValidationHandler
-
R
- ReplaceRequestFilter - xyz.leibrother.web.core中的类
-
- ReplaceRequestFilter() - 类 的构造器xyz.leibrother.web.core.ReplaceRequestFilter
-
- request() - 类 中的静态方法xyz.leibrother.web.context.WebContext
-
获取HttpServletRequest
- requestBody() - 类 中的静态方法xyz.leibrother.web.context.WebContext
-
获取RequestBody
- requestBody(HttpServletRequest) - 类 中的静态方法xyz.leibrother.web.context.WebContext
-
获取RequestBody
- RequestBodyArgumentResolver - xyz.leibrother.web.module.body中的类
-
解析RequestBody
支持注解多个参数 解决@RequestBody只能注解一个参数的问题
- RequestBodyArgumentResolver() - 类 的构造器xyz.leibrother.web.module.body.RequestBodyArgumentResolver
-
- requestReplaceFilter() - 类 中的方法xyz.leibrother.web.WebAutoConfiguration
-
注入Request替换拦截器
- requestWrapper() - 类 中的静态方法xyz.leibrother.web.context.WebContext
-
获取RequestWrapper
- requestWrapper(NativeWebRequest) - 类 中的静态方法xyz.leibrother.web.context.WebContext
-
获取RequestWrapper
- RequestWrapper - xyz.leibrother.web.core中的类
-
- RequestWrapper(HttpServletRequest) - 类 的构造器xyz.leibrother.web.core.RequestWrapper
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法xyz.leibrother.web.module.body.RequestBodyArgumentResolver
-
- Result<T> - xyz.leibrother.web.module.result中的类
-
自定义返回数据格式
- Result() - 类 的构造器xyz.leibrother.web.module.result.Result
-
- Result(Integer, String) - 类 的构造器xyz.leibrother.web.module.result.Result
-
- ResultData - xyz.leibrother.web.module.result中的接口
-
- ResultDataDefault - xyz.leibrother.web.module.result中的枚举
-
- ResultException - xyz.leibrother.web.module.result中的异常错误
-
自定义异常
主要做Result类的传输器
- ResultException(Result<?>) - 异常错误 的构造器xyz.leibrother.web.module.result.ResultException
-
- ResultException(ResultData) - 异常错误 的构造器xyz.leibrother.web.module.result.ResultException
-
- ResultExceptionHandler - xyz.leibrother.web.module.result中的类
-
全局异常捕获
- ResultExceptionHandler() - 类 的构造器xyz.leibrother.web.module.result.ResultExceptionHandler
-
- resultExceptionHandler(Exception) - 类 中的方法xyz.leibrother.web.module.result.ResultExceptionHandler
-
- run() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
S
- success() - 类 中的静态方法xyz.leibrother.web.module.result.Result
-
- success(T) - 类 中的静态方法xyz.leibrother.web.module.result.Result
-
- supportsParameter(MethodParameter) - 类 中的方法xyz.leibrother.web.module.body.RequestBodyArgumentResolver
-
- systemExceptionHandler(Exception) - 类 中的方法xyz.leibrother.web.module.result.ResultExceptionHandler
-
除开配置了的异常 其他异常统一抛出System Error
T
- toLongString() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- toShortString() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- toString() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
-
- toString() - 类 中的方法xyz.leibrother.web.module.result.Result
-
V
- valueOf(String) - 枚举 中的静态方法xyz.leibrother.web.module.result.ResultDataDefault
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法xyz.leibrother.web.module.result.ResultDataDefault
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WebAutoConfiguration - xyz.leibrother.web中的类
-
- WebAutoConfiguration() - 类 的构造器xyz.leibrother.web.WebAutoConfiguration
-
- WebConfig - xyz.leibrother.web.module中的类
-
- WebConfig(HttpMessageConverter<String>) - 类 的构造器xyz.leibrother.web.module.WebConfig
-
- WebContext - xyz.leibrother.web.context中的类
-
SpringBoot-Web上下文
- WebContext() - 类 的构造器xyz.leibrother.web.context.WebContext
-
X
- xyz.leibrother.web - 程序包 xyz.leibrother.web
-
- xyz.leibrother.web.context - 程序包 xyz.leibrother.web.context
-
- xyz.leibrother.web.core - 程序包 xyz.leibrother.web.core
-
- xyz.leibrother.web.module - 程序包 xyz.leibrother.web.module
-
- xyz.leibrother.web.module.aspect - 程序包 xyz.leibrother.web.module.aspect
-
- xyz.leibrother.web.module.aspect.handler - 程序包 xyz.leibrother.web.module.aspect.handler
-
- xyz.leibrother.web.module.body - 程序包 xyz.leibrother.web.module.body
-
- xyz.leibrother.web.module.result - 程序包 xyz.leibrother.web.module.result
-
A B C D E F G I M N R S T V W X
Copyright © 2021. All rights reserved.