跳过导航链接
A B C D F G I M N O P R S T V 

A

addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springblade.core.boot.config.BladeWebMvcConfiguration
 
aroundApi(ProceedingJoinPoint) - 类 中的方法org.springblade.core.boot.logger.RequestLogAspect
AOP 环切 控制器 R 返回值

B

BladeAsyncProperties - org.springblade.core.boot.props中的类
异步配置
BladeAsyncProperties() - 类 的构造器org.springblade.core.boot.props.BladeAsyncProperties
 
BladeBootAutoConfiguration - org.springblade.core.boot.config中的类
配置类
BladeBootAutoConfiguration() - 类 的构造器org.springblade.core.boot.config.BladeBootAutoConfiguration
 
BladeController - org.springblade.core.boot.ctrl中的类
Blade控制器封装类
BladeController() - 类 的构造器org.springblade.core.boot.ctrl.BladeController
 
BladeExecutorConfiguration - org.springblade.core.boot.config中的类
异步处理
BladeExecutorConfiguration() - 类 的构造器org.springblade.core.boot.config.BladeExecutorConfiguration
 
BladeFile - org.springblade.core.boot.file中的类
上传文件封装
BladeFile() - 类 的构造器org.springblade.core.boot.file.BladeFile
 
BladeFile(MultipartFile, String) - 类 的构造器org.springblade.core.boot.file.BladeFile
 
BladeFile(MultipartFile, String, String, String) - 类 的构造器org.springblade.core.boot.file.BladeFile
 
BladeFileProxyFactory - org.springblade.core.boot.file中的类
文件代理类
BladeFileProxyFactory() - 类 的构造器org.springblade.core.boot.file.BladeFileProxyFactory
 
BladeFileUtil - org.springblade.core.boot.file中的类
文件工具类
BladeFileUtil() - 类 的构造器org.springblade.core.boot.file.BladeFileUtil
 
BladeFileUtil.FileSort - org.springblade.core.boot.file中的枚举
文件管理排序
BladeFileUtil.NameComparator - org.springblade.core.boot.file中的类
 
BladeFileUtil.SizeComparator - org.springblade.core.boot.file中的类
 
BladeFileUtil.TypeComparator - org.springblade.core.boot.file中的类
 
BladeTenantHandler - org.springblade.core.boot.tenant中的类
租户信息处理器
BladeTenantHandler() - 类 的构造器org.springblade.core.boot.tenant.BladeTenantHandler
 
bladeTenantHandler() - 类 中的方法org.springblade.core.boot.tenant.TenantConfiguration
自定义租户处理器
BladeTenantId - org.springblade.core.boot.tenant中的类
blade租户id生成器
BladeTenantId() - 类 的构造器org.springblade.core.boot.tenant.BladeTenantId
 
BladeTenantProperties - org.springblade.core.boot.tenant中的类
多租户配置
BladeTenantProperties() - 类 的构造器org.springblade.core.boot.tenant.BladeTenantProperties
 
BladeWebMvcConfiguration - org.springblade.core.boot.config中的类
WEB配置
BladeWebMvcConfiguration() - 类 的构造器org.springblade.core.boot.config.BladeWebMvcConfiguration
 

C

compare(Object, Object) - 类 中的方法org.springblade.core.boot.file.BladeFileUtil.NameComparator
 
compare(Object, Object) - 类 中的方法org.springblade.core.boot.file.BladeFileUtil.SizeComparator
 
compare(Object, Object) - 类 中的方法org.springblade.core.boot.file.BladeFileUtil.TypeComparator
 
compress(String) - 类 中的方法org.springblade.core.boot.file.BladeFileProxyFactory
图片压缩
compress(String) - 接口 中的方法org.springblade.core.boot.file.IFileProxy
图片压缩
configServerRetryInterceptor() - 类 中的方法org.springblade.core.boot.config.RetryConfiguration
 
configurationCustomizer() - 类 中的方法org.springblade.core.boot.config.MybatisPlusConfiguration
mybatis-plus自3.4.0起采用新的分页插件,一缓和二缓遵循mybatis的规则,需要设置 MybatisConfiguration#useDeprecatedExecutor = false 避免缓存出现问题(该属性会在旧插件移除后一同移除)

D

data(T) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
data(T, String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
data(T, String, int) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
DEFAULT_TENANT_ID - 接口 中的静态变量org.springblade.core.boot.tenant.TenantConstant
默认租户ID

F

fail(String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
fileConst() - 类 中的方法org.springblade.core.boot.config.BladeBootAutoConfiguration
全局变量定义
FileProxyManager - org.springblade.core.boot.file中的类
文件管理类
FileProxyManager() - 类 的构造器org.springblade.core.boot.file.FileProxyManager
 
formatUrl(String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
 

G

generate() - 类 中的方法org.springblade.core.boot.tenant.BladeTenantId
 
generate() - 接口 中的方法org.springblade.core.boot.tenant.TenantId
生成自定义租户id
getAsyncExecutor() - 类 中的方法org.springblade.core.boot.config.BladeExecutorConfiguration
 
getAsyncUncaughtExceptionHandler() - 类 中的方法org.springblade.core.boot.config.BladeExecutorConfiguration
 
getDefaultFileProxyFactory() - 类 中的方法org.springblade.core.boot.file.FileProxyManager
 
getFile(MultipartFile) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFile(MultipartFile, String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFile(MultipartFile, String, String, String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFile() - 类 中的方法org.springblade.core.boot.file.BladeFile
 
getFile(MultipartFile) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getFile(MultipartFile, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getFile(MultipartFile, String, String, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getFileDir(String, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileProxyFactory
获取文件保存地址
getFileExt(String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileProxyFactory
获取文件后缀
getFileExt(String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取文件后缀
getFileName() - 类 中的方法org.springblade.core.boot.file.BladeFile
 
getFiles(List<MultipartFile>) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFiles(List<MultipartFile>, String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFiles(List<MultipartFile>, String, String, String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取BladeFile封装类
getFiles(List<MultipartFile>) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getFiles(List<MultipartFile>, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getFiles(List<MultipartFile>, String, String, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
获取BladeFile封装类
getOriginalFileName() - 类 中的方法org.springblade.core.boot.file.BladeFile
 
getRequest() - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取request
getTenantId() - 类 中的方法org.springblade.core.boot.tenant.BladeTenantHandler
获取租户ID
getTenantIdColumn() - 类 中的方法org.springblade.core.boot.tenant.BladeTenantHandler
获取租户字段名称
getUploadPath() - 类 中的方法org.springblade.core.boot.file.BladeFile
 
getUploadVirtualPath() - 类 中的方法org.springblade.core.boot.file.BladeFile
 
getUser() - 类 中的方法org.springblade.core.boot.ctrl.BladeController
获取当前用户

I

IFileProxy - org.springblade.core.boot.file中的接口
文件代理接口
ignoreTable(String) - 类 中的方法org.springblade.core.boot.tenant.BladeTenantHandler
过滤租户表

M

me() - 类 中的静态方法org.springblade.core.boot.file.FileProxyManager
 
MybatisPlusConfiguration - org.springblade.core.boot.config中的类
mybatisplus 配置
MybatisPlusConfiguration() - 类 的构造器org.springblade.core.boot.config.MybatisPlusConfiguration
 
mybatisPlusInterceptor() - 类 中的方法org.springblade.core.boot.config.MybatisPlusConfiguration
mybatis-plus 拦截器集合

N

NameComparator() - 类 的构造器org.springblade.core.boot.file.BladeFileUtil.NameComparator
 

O

of(String) - 枚举 中的静态方法org.springblade.core.boot.file.BladeFileUtil.FileSort
文本排序转换成枚举
org.springblade.core.boot.config - 程序包 org.springblade.core.boot.config
 
org.springblade.core.boot.ctrl - 程序包 org.springblade.core.boot.ctrl
 
org.springblade.core.boot.file - 程序包 org.springblade.core.boot.file
 
org.springblade.core.boot.logger - 程序包 org.springblade.core.boot.logger
 
org.springblade.core.boot.props - 程序包 org.springblade.core.boot.props
 
org.springblade.core.boot.resolver - 程序包 org.springblade.core.boot.resolver
 
org.springblade.core.boot.tenant - 程序包 org.springblade.core.boot.tenant
 

P

path(File, String) - 类 中的方法org.springblade.core.boot.file.BladeFileProxyFactory
 
path(File, String) - 类 中的方法org.springblade.core.boot.file.FileProxyManager
 
path(File, String) - 接口 中的方法org.springblade.core.boot.file.IFileProxy
返回路径[物理路径][虚拟路径]

R

rename(File, String) - 类 中的方法org.springblade.core.boot.file.BladeFileProxyFactory
 
rename(File, String) - 类 中的方法org.springblade.core.boot.file.FileProxyManager
 
rename(File, String) - 接口 中的方法org.springblade.core.boot.file.IFileProxy
文件重命名策略
RequestLogAspect - org.springblade.core.boot.logger中的类
Spring boot 控制器 请求日志,方便代码调试
RequestLogAspect() - 类 的构造器org.springblade.core.boot.logger.RequestLogAspect
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springblade.core.boot.resolver.TokenArgumentResolver
出参设置
RetryConfiguration - org.springblade.core.boot.config中的类
重试机制
RetryConfiguration() - 类 的构造器org.springblade.core.boot.config.RetryConfiguration
 

S

setDefaultFileProxyFactory(IFileProxy) - 类 中的方法org.springblade.core.boot.file.FileProxyManager
 
setFile(MultipartFile) - 类 中的方法org.springblade.core.boot.file.BladeFile
 
setFileName(String) - 类 中的方法org.springblade.core.boot.file.BladeFile
 
setOriginalFileName(String) - 类 中的方法org.springblade.core.boot.file.BladeFile
 
setUploadPath(String) - 类 中的方法org.springblade.core.boot.file.BladeFile
 
setUploadVirtualPath(String) - 类 中的方法org.springblade.core.boot.file.BladeFile
 
SizeComparator() - 类 的构造器org.springblade.core.boot.file.BladeFileUtil.SizeComparator
 
sqlLogInterceptor() - 类 中的方法org.springblade.core.boot.config.MybatisPlusConfiguration
sql 日志
status(boolean) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
success(String) - 类 中的方法org.springblade.core.boot.ctrl.BladeController
返回ApiResult
supportsParameter(MethodParameter) - 类 中的方法org.springblade.core.boot.resolver.TokenArgumentResolver
入参筛选

T

TenantConfiguration - org.springblade.core.boot.tenant中的类
多租户配置类
TenantConfiguration() - 类 的构造器org.springblade.core.boot.tenant.TenantConfiguration
 
TenantConstant - org.springblade.core.boot.tenant中的接口
租户常量.
tenantId() - 类 中的方法org.springblade.core.boot.tenant.TenantConfiguration
自定义租户id生成器
TenantId - org.springblade.core.boot.tenant中的接口
租户id生成器
testExt(String, String) - 类 中的静态方法org.springblade.core.boot.file.BladeFileUtil
测试文件后缀 只让指定后缀的文件上传,像jsp,war,sh等危险的后缀禁止
TokenArgumentResolver - org.springblade.core.boot.resolver中的类
Token转化BladeUser
TokenArgumentResolver() - 类 的构造器org.springblade.core.boot.resolver.TokenArgumentResolver
 
transfer() - 类 中的方法org.springblade.core.boot.file.BladeFile
图片上传
transfer(boolean) - 类 中的方法org.springblade.core.boot.file.BladeFile
图片上传
transfer(IFileProxy, boolean) - 类 中的方法org.springblade.core.boot.file.BladeFile
图片上传
TypeComparator() - 类 的构造器org.springblade.core.boot.file.BladeFileUtil.TypeComparator
 

V

valueOf(String) - 枚举 中的静态方法org.springblade.core.boot.file.BladeFileUtil.FileSort
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springblade.core.boot.file.BladeFileUtil.FileSort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D F G I M N O P R S T V 
跳过导航链接

Copyright © 2020. All rights reserved.