跳过导航链接
A B C D E F G H I M N R S T U 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

BeanContext - xyz.leibrother.web.context中的类
BeanContext
BeanContext() - 类 的构造器xyz.leibrother.web.context.BeanContext
 
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
 
create() - 类 中的静态方法xyz.leibrother.web.util.UUIDUtils
创建UUID

D

data(T) - 类 中的方法xyz.leibrother.web.module.result.Result
 
default_handler_bean - 类 中的静态变量xyz.leibrother.web.module.file.FileUploadArgumentResolver
 
DefaultFileUploadHandler - xyz.leibrother.web.module.file中的类
 
DefaultFileUploadHandler(FileUploadProperties) - 类 的构造器xyz.leibrother.web.module.file.DefaultFileUploadHandler
 
defaultFileUploadHandler() - 类 中的方法xyz.leibrother.web.WebAutoConfiguration
注入默认文件上传处理程序
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
 
FileDetails - xyz.leibrother.web.module.file中的类
 
FileDetails(MultipartFile) - 类 的构造器xyz.leibrother.web.module.file.FileDetails
 
FileUpload - xyz.leibrother.web.module.file中的注释类型
文件保存
FileUploadArgumentResolver - xyz.leibrother.web.module.file中的类
 
FileUploadArgumentResolver() - 类 的构造器xyz.leibrother.web.module.file.FileUploadArgumentResolver
 
fileUploadExceptionHandler(FileUploadException) - 类 中的方法xyz.leibrother.web.module.result.ResultExceptionHandler
 
FileUploadProperties - xyz.leibrother.web.module.file中的类
 
FileUploadProperties() - 类 的构造器xyz.leibrother.web.module.file.FileUploadProperties
 

G

getApplicationContext() - 类 中的静态方法xyz.leibrother.web.context.BeanContext
 
getArgs() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
 
getBean(String) - 类 中的静态方法xyz.leibrother.web.context.BeanContext
 
getBytes() - 类 中的方法xyz.leibrother.web.module.file.FileDetails
 
getCode() - 接口 中的方法xyz.leibrother.web.module.result.ResultData
 
getFile(String) - 类 中的静态方法xyz.leibrother.web.context.WebContext
获取MultipartFile
getFile(NativeWebRequest, String) - 类 中的静态方法xyz.leibrother.web.context.WebContext
获取MultipartFile
getFilename() - 类 中的方法xyz.leibrother.web.module.file.FileDetails
 
getHashcode() - 类 中的方法xyz.leibrother.web.module.file.FileDetails
 
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
 
getSize() - 类 中的方法xyz.leibrother.web.module.file.FileDetails
 
getSourceLocation() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
 
getStoragePath() - 类 中的方法xyz.leibrother.web.module.file.FileUploadProperties
 
getTarget() - 类 中的方法xyz.leibrother.web.module.aspect.AspectProcess
 

H

handle(AspectProcess) - 接口 中的方法xyz.leibrother.web.module.aspect.handler.IControllerMethodHandler
是否进行处理
hash(String, String) - 类 中的静态方法xyz.leibrother.web.util.HashUtils
对原字符串使用指定加密算法进行哈希处理
hash(String, byte[]) - 类 中的静态方法xyz.leibrother.web.util.HashUtils
对原字节数组使用指定加密算法进行哈希处理
HashUtils - xyz.leibrother.web.util中的类
Hash工具类
HashUtils() - 类 的构造器xyz.leibrother.web.util.HashUtils
 

I

IControllerMethodHandler - xyz.leibrother.web.module.aspect.handler中的接口
ControllerMethod 处理程序接口
IFileUploadHandler - xyz.leibrother.web.module.file中的接口
 
illegalArgumentExceptionHandler() - 类 中的方法xyz.leibrother.web.module.result.ResultExceptionHandler
 

M

md5(String) - 类 中的静态方法xyz.leibrother.web.util.HashUtils
 
md5(byte[]) - 类 中的静态方法xyz.leibrother.web.util.HashUtils
 
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
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法xyz.leibrother.web.module.file.FileUploadArgumentResolver
 
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

save(FileDetails) - 类 中的方法xyz.leibrother.web.module.file.DefaultFileUploadHandler
 
save(FileDetails) - 接口 中的方法xyz.leibrother.web.module.file.IFileUploadHandler
 
setApplicationContext(ApplicationContext) - 类 中的方法xyz.leibrother.web.context.BeanContext
 
success() - 类 中的静态方法xyz.leibrother.web.module.result.Result
 
success(T) - 类 中的静态方法xyz.leibrother.web.module.result.Result
 
supportsParameter(MethodParameter) - 类 中的方法xyz.leibrother.web.module.body.RequestBodyArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法xyz.leibrother.web.module.file.FileUploadArgumentResolver
 
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
 

U

UUIDUtils - xyz.leibrother.web.util中的类
UUID 工具类
UUIDUtils() - 类 的构造器xyz.leibrother.web.util.UUIDUtils
 

V

valueOf(String) - 枚举 中的静态方法xyz.leibrother.web.module.result.ResultDataDefault
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xyz.leibrother.web.module.result.ResultDataDefault
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebAutoConfiguration - xyz.leibrother.web中的类
 
WebAutoConfiguration(FileUploadProperties) - 类 的构造器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.file - 程序包 xyz.leibrother.web.module.file
 
xyz.leibrother.web.module.result - 程序包 xyz.leibrother.web.module.result
 
xyz.leibrother.web.util - 程序包 xyz.leibrother.web.util
 
A B C D E F G H I M N R S T U V W X 
跳过导航链接

Copyright © 2021. All rights reserved.