跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

A

AbstractRestResponse<T> - com.github.hetianyi.boot.ready.common.http.rest中的接口
Rest API 响应载体容器类
AbstractRestResponseStatus - com.github.hetianyi.boot.ready.common.http.rest中的接口
Rest API 响应状态
accept(A1, A2, A3) - 接口 中的方法com.github.hetianyi.boot.ready.common.fun.Function30
 
accessDenied() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
 
accessDenied(String) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
 
Action - com.github.hetianyi.boot.ready.config.rbac中的注释类型
操作注解
ActionControllerAspect - com.github.hetianyi.boot.ready.config.rbac中的类
权限控制切面
ActionControllerAspect() - 类 的构造器com.github.hetianyi.boot.ready.config.rbac.ActionControllerAspect
 
ActionGroupInfo - com.github.hetianyi.boot.ready.config.rbac中的类
 
ActionGroupInfo() - 类 的构造器com.github.hetianyi.boot.ready.config.rbac.ActionGroupInfo
 
ActionInfo - com.github.hetianyi.boot.ready.config.rbac中的类
 
ActionInfo() - 类 的构造器com.github.hetianyi.boot.ready.config.rbac.ActionInfo
 
ActionPermissionAdvice - com.github.hetianyi.boot.ready.config.rbac中的接口
在加@Action注解的方法上进行拦截,根据action的code决定是否能够调用方法。
Actions - com.github.hetianyi.boot.ready.config.rbac中的类
 
Actions() - 类 的构造器com.github.hetianyi.boot.ready.config.rbac.Actions
 
actions(List<ActionInfo>) - 接口 中的方法com.github.hetianyi.boot.ready.config.rbac.ActionScanPostProcessor
通知业务系统扫描到的所有action
ActionScan - com.github.hetianyi.boot.ready.config.rbac中的注释类型
 
ActionScanner - com.github.hetianyi.boot.ready.config.rbac中的类
 
ActionScanner() - 类 的构造器com.github.hetianyi.boot.ready.config.rbac.ActionScanner
 
ActionScanPostProcessor - com.github.hetianyi.boot.ready.config.rbac中的接口
Action扫描后置处理器
实现此接口能够在Action扫描之后调用自动调用,方便进行对Action信息持久化。
add(Number...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
累加数字
addTrackingCookieFilter(TrackingConfigurationProperties) - 类 中的方法com.github.hetianyi.boot.ready.config.tracking.GatewayTrackConfiguration
 
advice(String, Principal) - 接口 中的方法com.github.hetianyi.boot.ready.config.rbac.ActionPermissionAdvice
在加@Action注解的方法上进行拦截,根据action的code决定是否能够调用方法。
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.ProxiedWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.ProxiedWebSocketHandler
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.RootWebSocketInterceptor
握手后
ApiKey() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfigurationProperties.ApiKey
 
AppConfigurationProperties - com.github.hetianyi.boot.ready.config中的类
应用配置
AppConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.AppConfigurationProperties
 
apply(A1, A2, A3) - 接口 中的方法com.github.hetianyi.boot.ready.common.fun.Function31
 
ArchiveUtil - com.github.hetianyi.boot.ready.common.util中的类
文件解压缩工具
ArchiveUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
asList(T[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
将数组转换为list集合
AspectResolver<T> - com.github.hetianyi.boot.ready.common中的接口
 
AssertUtil - com.github.hetianyi.boot.ready.common.util中的类
断言工具类
AssertUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.AssertUtil
 
asSet(T[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
将数组转换为Set集合
AuthorizationHeader - 类 中的静态变量com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
AutoConfigureCaptcha - com.github.hetianyi.boot.ready.config.authenticator中的注释类型
自动配置验证码服务
AutoConfigureDubboCacheProxy - com.github.hetianyi.boot.ready.config.dubbo中的注释类型
通过在Springboot项目中加入此注解,以自定义拦截dubbo provider service的方法并进行结果的缓存。
AutoConfigureGatewayTracking - com.github.hetianyi.boot.ready.config.tracking中的注释类型
自动配置跟踪客户端cookie过滤器。
AutoConfigureKafka - com.github.hetianyi.boot.ready.config.kafka中的注释类型
Kafka自动配置。
AutoConfigureLock - com.github.hetianyi.boot.ready.config.lock中的注释类型
通过在Springboot项目中加入此注解,以开启Redis分布式锁功能(基于Redisson实现)。
AutoConfigureMinIO - com.github.hetianyi.boot.ready.config.minio中的注释类型
MinIO对象存储服务管理器
配置示例: app: minio: endpoint: http://192.168.1.1:9000 publicEndpoint: https://xxx.com accessKey: lZA9ImnNfiYnAA0F accessSecret: d4fcgGEQSBLcEdrRpzbQodTNqGoKA92w buckets: - demo1
AutoConfigureRabbitMq - com.github.hetianyi.boot.ready.config.rabbitmq中的注释类型
websocket自动配置。
AutoConfigureRBAC - com.github.hetianyi.boot.ready.config.rbac中的注释类型
通过在Springboot项目中加入此注解,以开启ACL功能。
AutoConfigureRedisson - com.github.hetianyi.boot.ready.config.redis.redisson中的注释类型
自动配置Redission。
AutoConfigureSecurity - com.github.hetianyi.boot.ready.config.security中的注释类型
自动配置SpringSecurity 需要添加的依赖:

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>
AutoConfigureSwagger - com.github.hetianyi.boot.ready.config.swagger中的注释类型
自动配置SwaggerUI。
AutoConfigureTracking - com.github.hetianyi.boot.ready.config.tracking中的注释类型
自动配置跟踪客户端cookie过滤器。
AutoConfigureWebsocket - com.github.hetianyi.boot.ready.config.websocket中的注释类型
websocket自动配置。
AutoConfigureWorkflow - com.github.hetianyi.boot.ready.config.camunda中的注释类型
 

B

BeanUtil - com.github.hetianyi.boot.ready.common.util中的类
Bean操作工具类
BeanUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.BeanUtil
 
beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.RootWebSocketInterceptor
握手前
Binding() - 类 的构造器com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfigurationProperties.Binding
 
BizException - com.github.hetianyi.boot.ready.exception中的异常错误
通用业务异常
BizException() - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.BizException
 
BizException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.BizException
 
BizException(String, Throwable) - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.BizException
 
build() - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result.CommonResponseBuilder
 
builder() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
 
buildUrl0(Method, String, String, String, Multimap<String, String>) - 类 中的方法com.github.hetianyi.boot.ready.config.minio.PublicMinioClient
 

C

Cacheable - com.github.hetianyi.boot.ready.common.cache中的注释类型
缓存注解,会对启用该注解的方法返回值进行缓存。
CacheableAspectResolver - com.github.hetianyi.boot.ready.common.cache中的类
缓存注解切面处理类。
CacheableAspectResolver() - 类 的构造器com.github.hetianyi.boot.ready.common.cache.CacheableAspectResolver
 
CacheAspectResolver<T> - com.github.hetianyi.boot.ready.common.cache中的接口
 
CamundaUser - com.github.hetianyi.boot.ready.config.camunda.model中的类
Camunda抽象用户
CamundaUser() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.CamundaUser
 
CamundaUserService - com.github.hetianyi.boot.ready.config.camunda中的接口
camunda 用户服务
CaptchaConfigurationProperties - com.github.hetianyi.boot.ready.config.authenticator中的类
验证码配置
CaptchaConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
 
CaptchaConfigurationProperties.CaptchaLimiterProperties - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.EmailAccount - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.EmailConfig - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.EmailTemplateConfig - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.ImageCaptchaConfig - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.SmsCaptchaConfig - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaConfigurationProperties.SmsConfig - com.github.hetianyi.boot.ready.config.authenticator中的类
 
CaptchaLimiter - com.github.hetianyi.boot.ready.config.authenticator中的接口
 
CaptchaLimiterProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.CaptchaLimiterProperties
 
CaptchaRedisLuaConfiguration - com.github.hetianyi.boot.ready.config.authenticator中的类
验证码请求频率限制redis脚本(基于令牌桶)
CaptchaRedisLuaConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaRedisLuaConfiguration
 
captchaRequestPreCheck() - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaRedisLuaConfiguration
请求验证码频率控制脚本
checkAuth(ServerHttpRequest, WebSocketHandler, Map<String, Object>) - 接口 中的方法com.github.hetianyi.boot.ready.config.websocket.MessageHandler
websocket连接鉴权
checkCode(String, int) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorUtil
校验验证码
CLIENT_IP_ARG_NAME - 类 中的静态变量com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
 
code() - 接口 中的方法com.github.hetianyi.boot.ready.common.http.rest.AbstractRestResponseStatus
响应代码
code() - 枚举 中的方法com.github.hetianyi.boot.ready.model.http.HTTP
 
code() - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result
 
code(int) - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result.CommonResponseBuilder
 
CodecUtil - com.github.hetianyi.boot.ready.common.util中的类
编码解码工具
CodecUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.CodecUtil
 
CollectionUtil - com.github.hetianyi.boot.ready.common.util中的类
集合工具类
CollectionUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.CollectionUtil
 
collectListResult() - 类 中的方法com.github.hetianyi.boot.ready.config.upload.FileUploadResolver
收集文件上传结果列表
collectSingleResult() - 类 中的方法com.github.hetianyi.boot.ready.config.upload.FileUploadResolver
收集唯一的文件上传结果
ColumnIndex - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel列注解(适用于行列式,读取对象列表)
ColumnName - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel列注解(适用于行列式,读取对象列表)
com.github.hetianyi.boot.ready.common - 程序包 com.github.hetianyi.boot.ready.common
 
com.github.hetianyi.boot.ready.common.cache - 程序包 com.github.hetianyi.boot.ready.common.cache
 
com.github.hetianyi.boot.ready.common.enums - 程序包 com.github.hetianyi.boot.ready.common.enums
 
com.github.hetianyi.boot.ready.common.fun - 程序包 com.github.hetianyi.boot.ready.common.fun
 
com.github.hetianyi.boot.ready.common.http - 程序包 com.github.hetianyi.boot.ready.common.http
 
com.github.hetianyi.boot.ready.common.http.rest - 程序包 com.github.hetianyi.boot.ready.common.http.rest
 
com.github.hetianyi.boot.ready.common.mapper - 程序包 com.github.hetianyi.boot.ready.common.mapper
 
com.github.hetianyi.boot.ready.common.util - 程序包 com.github.hetianyi.boot.ready.common.util
 
com.github.hetianyi.boot.ready.common.util.poi - 程序包 com.github.hetianyi.boot.ready.common.util.poi
 
com.github.hetianyi.boot.ready.config - 程序包 com.github.hetianyi.boot.ready.config
 
com.github.hetianyi.boot.ready.config.authenticator - 程序包 com.github.hetianyi.boot.ready.config.authenticator
 
com.github.hetianyi.boot.ready.config.authenticator.email - 程序包 com.github.hetianyi.boot.ready.config.authenticator.email
 
com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator - 程序包 com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator
 
com.github.hetianyi.boot.ready.config.authenticator.img - 程序包 com.github.hetianyi.boot.ready.config.authenticator.img
 
com.github.hetianyi.boot.ready.config.authenticator.sms - 程序包 com.github.hetianyi.boot.ready.config.authenticator.sms
 
com.github.hetianyi.boot.ready.config.camunda - 程序包 com.github.hetianyi.boot.ready.config.camunda
 
com.github.hetianyi.boot.ready.config.camunda.enums - 程序包 com.github.hetianyi.boot.ready.config.camunda.enums
 
com.github.hetianyi.boot.ready.config.camunda.model - 程序包 com.github.hetianyi.boot.ready.config.camunda.model
 
com.github.hetianyi.boot.ready.config.camunda.util - 程序包 com.github.hetianyi.boot.ready.config.camunda.util
 
com.github.hetianyi.boot.ready.config.dubbo - 程序包 com.github.hetianyi.boot.ready.config.dubbo
 
com.github.hetianyi.boot.ready.config.kafka - 程序包 com.github.hetianyi.boot.ready.config.kafka
 
com.github.hetianyi.boot.ready.config.lock - 程序包 com.github.hetianyi.boot.ready.config.lock
 
com.github.hetianyi.boot.ready.config.minio - 程序包 com.github.hetianyi.boot.ready.config.minio
 
com.github.hetianyi.boot.ready.config.rabbitmq - 程序包 com.github.hetianyi.boot.ready.config.rabbitmq
 
com.github.hetianyi.boot.ready.config.rbac - 程序包 com.github.hetianyi.boot.ready.config.rbac
 
com.github.hetianyi.boot.ready.config.redis.redisson - 程序包 com.github.hetianyi.boot.ready.config.redis.redisson
 
com.github.hetianyi.boot.ready.config.security - 程序包 com.github.hetianyi.boot.ready.config.security
 
com.github.hetianyi.boot.ready.config.swagger - 程序包 com.github.hetianyi.boot.ready.config.swagger
 
com.github.hetianyi.boot.ready.config.tracking - 程序包 com.github.hetianyi.boot.ready.config.tracking
 
com.github.hetianyi.boot.ready.config.upload - 程序包 com.github.hetianyi.boot.ready.config.upload
 
com.github.hetianyi.boot.ready.config.websocket - 程序包 com.github.hetianyi.boot.ready.config.websocket
 
com.github.hetianyi.boot.ready.exception - 程序包 com.github.hetianyi.boot.ready.exception
 
com.github.hetianyi.boot.ready.model.http - 程序包 com.github.hetianyi.boot.ready.model.http
 
CommonTrackingFilter(TrackingConfigurationProperties) - 类 的构造器com.github.hetianyi.boot.ready.config.tracking.TrackConfiguration.CommonTrackingFilter
 
config() - 类 中的方法com.github.hetianyi.boot.ready.config.kafka.KafkaConfiguration
 
config() - 类 中的方法com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfiguration
 
Const - com.github.hetianyi.boot.ready.common中的类
 
Const() - 类 的构造器com.github.hetianyi.boot.ready.common.Const
 
containsContext(HttpServletRequest) - 类 中的方法com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
containsContext(HttpServletRequest) - 类 中的方法com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
containsGroup(String) - 类 中的方法com.github.hetianyi.boot.ready.config.rbac.ActionGroupInfo
判断是否已包含指定名称的分组
containsHeader(HttpServletRequest, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.HeaderUtil
判断请求是否包含某个头部
convertFrom(T) - 接口 中的方法com.github.hetianyi.boot.ready.common.Convertible
将目标对象属性复制到此对象
Convertible<S> - com.github.hetianyi.boot.ready.common中的接口
通用d对象转换工具类,实现对象类和其他对象的互相转换。
convertTo(T) - 接口 中的方法com.github.hetianyi.boot.ready.common.Convertible
将此对象转换为目标对象
CookieUtil - com.github.hetianyi.boot.ready.common.util中的类
Cookie工具类
CookieUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.CookieUtil
 
copyFrom(Pageable<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Page
从Pageable(一般作为入参)复制为Page结果对象(出参)
copyProperties(S, T) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.BeanUtil
将对象source的字段复制到target对应字段,
target字段在source中对应不到的字段或者转换的失败的字段将赋值null。
createUserCredentials(String, String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorUtil
获取用户验证码加密密钥 格式示例:DD637IXYSUMJS5G6
CustomSecurityConfig - com.github.hetianyi.boot.ready.config.security中的类
 
CustomSecurityConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.security.CustomSecurityConfig
 

D

data() - 接口 中的方法com.github.hetianyi.boot.ready.common.http.rest.AbstractRestResponse
响应数据
data(T) - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result.CommonResponseBuilder
 
data() - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result
 
DataCell - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel列注解(适用于表单式,读取单个对象)
decode(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder.Utf8
Decode the bytes in UTF-8 form into a String.
decodeBase64(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
将base64解码
decodeBase64(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
将base64解码
decodeBase64URLSafeString(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
将base64解码
decodeBase64URLSafeString(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
将base64解码
decodeJwt(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.JwtUtil
解析jwt
decrypt(String, String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DesUtil
DES解密字符串
DEFAULT_BUFFER_SIZE - 类 中的静态变量com.github.hetianyi.boot.ready.common.http.ResourceServant
 
DEFAULT_EXPIRE_TIME - 类 中的静态变量com.github.hetianyi.boot.ready.common.http.ResourceServant
 
DEFAULT_MIME_TYPE - 类 中的静态变量com.github.hetianyi.boot.ready.common.http.Mimetypes
 
DEPT_ID_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.camunda.Keys
表单中指定的部门ID的字段名称
deregister(String) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
删除 session
DESConfigurationProperties - com.github.hetianyi.boot.ready.config中的类
DES加密配置
DESConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.DESConfigurationProperties
 
DesUtil - com.github.hetianyi.boot.ready.common.util中的类
DES加解密工具
DesUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.DesUtil
 
diff(List<T>, List<T>, DiffUtil.Comparator<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DiffUtil
根据常见业务场景提取的diff操作, 将两个不同的全量集合进行diff操作,挑选出新增,更新和删除集合
DiffTuple() - 类 的构造器com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
DiffTuple(List<T>, List<T>, List<T>) - 类 的构造器com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
DiffUtil - com.github.hetianyi.boot.ready.common.util中的类
集合diff操作
DiffUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.DiffUtil
 
DiffUtil.Comparator<T> - com.github.hetianyi.boot.ready.common.util中的接口
比较两个集合元素是否相同
DiffUtil.DiffTuple<T> - com.github.hetianyi.boot.ready.common.util中的类
 
DigestUtil - com.github.hetianyi.boot.ready.common.util中的类
摘要
DigestUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.DigestUtil
 
divide(Number, Number) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
数字相除
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.github.hetianyi.boot.ready.config.tracking.TrackConfiguration.CommonTrackingFilter
 
DubboCacheFilter - com.github.hetianyi.boot.ready.config.dubbo中的类
 
DubboCacheFilter() - 类 的构造器com.github.hetianyi.boot.ready.config.dubbo.DubboCacheFilter
 
DuplicateActionException - com.github.hetianyi.boot.ready.config.rbac中的异常错误
 
DuplicateActionException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.rbac.DuplicateActionException
 
DuplicateServiceModuleException - com.github.hetianyi.boot.ready.config.rbac中的异常错误
 
DuplicateServiceModuleException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.rbac.DuplicateServiceModuleException
 

E

EmailAccount() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.EmailAccount
 
EmailCaptchaUtil - com.github.hetianyi.boot.ready.config.authenticator.email中的类
 
EmailCaptchaUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.email.EmailCaptchaUtil
 
EmailConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.EmailConfig
 
EmailTemplateConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.EmailTemplateConfig
 
EMPTY - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.StringUtil
 
EMPTY_LIST - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.CollectionUtil
不可变的空list
EMPTY_MAP - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.CollectionUtil
不可变的空map
EMPTY_SET - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.CollectionUtil
不可变的空set
EnBaseMapper<T> - com.github.hetianyi.boot.ready.common.mapper中的接口
增强版BaseMapper
encode(CharSequence) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder
加密
encode(CharSequence) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder.Utf8
Get the bytes of the String in UTF-8 encoded form.
encodeBase64(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
将输入字符串编码为base64字符串
encodeBase64(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
将输入字符串编码为base64字符串
encodeBase64(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
将输入字符串编码为base64字符串
encodeBase64(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
将输入字符串编码为base64字符串
encodeBase64URLSafeString(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
将输入字符串编码为base64字符串
encodeBase64URLSafeString(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
将输入字符串编码为base64字符串
encrypt(String, String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DesUtil
DES加密字符串
ensureNotNull(List<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
确保List集合不为null,如果为null,则替换为一个empty的List返回。
ensureNotNull(Set<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
确保Set集合不为null,如果为null,则替换为一个empty的Set返回。
ensureNotNull(Map<K, V>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
确保Map不为null,如果为null,则替换为一个empty的Map返回。
equals(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
判断两个字符串是否相等
error() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Error response
error(String) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Error response
ExcelUtil - com.github.hetianyi.boot.ready.common.util.poi中的类
Excel读取工具类

将Excel读取为Java对象列表或者单个Java对象。
ExcelUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.poi.ExcelUtil
 
Exchange() - 类 的构造器com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfigurationProperties.Exchange
 
exists(File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.AssertUtil
检查文件是否存在
ExpireAround - com.github.hetianyi.boot.ready.common.cache中的枚举
 
ExpireCache - com.github.hetianyi.boot.ready.common.cache中的注释类型
缓存注解,会对启用该注解的方法删除相应的缓存。
ExpireCacheAspectResolver - com.github.hetianyi.boot.ready.common.cache中的类
缓存失效注解切面处理类。
ExpireCacheAspectResolver() - 类 的构造器com.github.hetianyi.boot.ready.common.cache.ExpireCacheAspectResolver
 
ExpressionParserUtil - com.github.hetianyi.boot.ready.common.util中的类
SpEL parser util.
ExpressionParserUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.ExpressionParserUtil
 

F

FieldAttribute - com.github.hetianyi.boot.ready.config.camunda.model中的类
 
FieldAttribute() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldAttribute
 
FieldAttributeEnum - com.github.hetianyi.boot.ready.config.camunda.enums中的枚举
 
FieldValidationException - com.github.hetianyi.boot.ready.config.camunda.model中的异常错误
流程参数校验异常
FieldValidationException() - 异常错误 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldValidationException
 
FieldValidationException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldValidationException
 
FieldValidationException(String, Throwable) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldValidationException
 
FieldValidationException(Throwable) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldValidationException
 
FieldValidationException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FieldValidationException
 
FileUploadHandler - com.github.hetianyi.boot.ready.common.http中的类
文件上传工具类
FileUploadHandler(HttpServletRequest) - 类 的构造器com.github.hetianyi.boot.ready.common.http.FileUploadHandler
 
FileUploadResolver<T> - com.github.hetianyi.boot.ready.config.upload中的类
上传文件预处理
FileUploadUtil - com.github.hetianyi.boot.ready.config.upload中的类
文件上传工具 用法示例: FileUploadUtil.
FileUploadUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.upload.FileUploadUtil
 
filter(ServerWebExchange, GatewayFilterChain) - 类 中的方法com.github.hetianyi.boot.ready.config.tracking.GatewayTrackConfiguration.AddTrackingCookieFilter
 
filterBy(String) - 接口 中的方法com.github.hetianyi.boot.ready.common.util.InetUtil.NetworkProviderFilter
filter pattern: by interface name or ip address.
filterByAddress(List<String>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.InetUtil
根据IP地址过滤IP地址
filterByInterfaceNames(List<String>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.InetUtil
根据网卡过滤IP地址
filterChain(HttpSecurity) - 类 中的方法com.github.hetianyi.boot.ready.config.security.CustomSecurityConfig
 
findNonLoopbackAddress() - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.InetUtil
查找本机的网络地址
findNonLoopbackInterfacesWithAddress() - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.InetUtil
获取所有网卡和对应的网络地址
FlagEnum - com.github.hetianyi.boot.ready.config.camunda.enums中的枚举
 
format(Number, int) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
将数字四舍五入格式化为字符串,并保留指定小数位数, 末位为0的舍去。
formatNumberWithZero(Number, int) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
将数字四舍五入格式化为字符串,并保留指定小数位数, 不足的位数用0补齐。
formatWithZero(Number, int) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
将数字四舍五入格式化为字符串,并保留指定小数位数, 不足的位数用0补齐。
FormFieldDefinition - com.github.hetianyi.boot.ready.config.camunda.model中的类
 
FormFieldDefinition() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FormFieldDefinition
 
FormFieldDefinition.OptionItem - com.github.hetianyi.boot.ready.config.camunda.model中的类
 
FormFieldParser - com.github.hetianyi.boot.ready.config.camunda.util中的类
 
FormFieldParser() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.util.FormFieldParser
 
FormFieldTypeEnum - com.github.hetianyi.boot.ready.config.camunda.enums中的枚举
 
FormFieldValidator - com.github.hetianyi.boot.ready.config.camunda.util中的类
 
FormFieldValidator() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.util.FormFieldValidator
 
Function30<A1,A2,A3> - com.github.hetianyi.boot.ready.common.fun中的接口
接收3个参数,没有返回值。
Function31<A1,A2,A3,R> - com.github.hetianyi.boot.ready.common.fun中的接口
接收3个参数,拥有返回值。

G

GatewayTrackConfiguration - com.github.hetianyi.boot.ready.config.tracking中的类
 
GatewayTrackConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.tracking.GatewayTrackConfiguration
 
GatewayTrackConfiguration.AddTrackingCookieFilter - com.github.hetianyi.boot.ready.config.tracking中的类
 
generate(String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorUtil
生成数字验证码
generate(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.authenticator.img.ImageCaptcha
生成验证码
generateJwt(Map<String, Object>, Date, Date, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.JwtUtil
根据参数生成一个JWT Token
generateKey() - 类 中的方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder.SecureRandomBytesKeyGenerator
 
generateNewContext() - 类 中的方法com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
generateNewContext() - 类 中的方法com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
生成新SecurityContext
generateRandomPrefixObjectName(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.minio.ObjectNameUtil
生成随机的对象名称,形如: ccc682fd6fd2a352e61d017ace97c2b6.mp4
generateYearMonthPrefixObjectName(String, boolean, boolean, Date) - 类 中的静态方法com.github.hetianyi.boot.ready.config.minio.ObjectNameUtil
生成日期前缀格式的对象名称,形如: 2022/06/ccc682fd6fd2a352e61d017ace97c2b6.mp4 2022/06/动物世界.mp4
get(String) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
获得 session
getActionGroupTree() - 类 中的静态方法com.github.hetianyi.boot.ready.config.rbac.Actions
 
getAddedList() - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
getAllActions() - 类 中的静态方法com.github.hetianyi.boot.ready.config.rbac.Actions
 
getAllSessions() - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
获取所有会话
getAuthorities() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
getAuthority() - 类 中的方法com.github.hetianyi.boot.ready.config.security.SimpleGrantedAuthority
 
getByCode(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.rbac.Actions
 
getCookieValue(HttpServletRequest, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CookieUtil
根据cookie name获取cookie值
getDeletedList() - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
getEmailCaptchaConfig(String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
获取邮件模版配置
getHost() - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
getIGenerator(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.authenticator.img.ImageCaptchaProducerConfiguration
根据场景获取图片验证码生成器
getImageCaptchaConfig(String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
获取图片模版配置
getKeyLength() - 类 中的方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder.SecureRandomBytesKeyGenerator
 
getMimetype(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.http.Mimetypes
 
getName() - 枚举 中的方法com.github.hetianyi.boot.ready.config.camunda.enums.FieldAttributeEnum
 
getOrder() - 类 中的方法com.github.hetianyi.boot.ready.config.tracking.GatewayTrackConfiguration.AddTrackingCookieFilter
 
getPassword() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
getPresignedObjectUrl(GetPresignedObjectUrlArgs) - 类 中的方法com.github.hetianyi.boot.ready.config.minio.PublicMinioClient
 
getRemoteAddress() - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
getServiceModule() - 类 中的静态方法com.github.hetianyi.boot.ready.config.rbac.Actions
 
getSessionSize() - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
获取当前客户端连接数
getSmsCaptchaConfig(String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
获取短信模版配置
getStarterTaskForm(String) - 类 中的方法com.github.hetianyi.boot.ready.config.camunda.util.ProcessFormUtil
获取一个流程的初始表单
getTaskAssign(Task) - 类 中的方法com.github.hetianyi.boot.ready.config.camunda.util.TaskRouteUtil
获取任务的分配人员ID
getTaskAssigneeType(Task) - 类 中的方法com.github.hetianyi.boot.ready.config.camunda.util.TaskRouteUtil
获取当前任务的分配人员类型
getTaskForm(String) - 类 中的方法com.github.hetianyi.boot.ready.config.camunda.util.ProcessFormUtil
获取一个流程的初始表单
getUpdatedList() - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
getUserById(String) - 接口 中的方法com.github.hetianyi.boot.ready.config.camunda.CamundaUserService
根据用户ID获取用户信息
getUserByIds(List<String>) - 接口 中的方法com.github.hetianyi.boot.ready.config.camunda.CamundaUserService
根据用户id集合获取用户信息列表
getUserByRolesWithDefaultUser(List<CamundaUser>) - 接口 中的方法com.github.hetianyi.boot.ready.config.camunda.CamundaUserService
根据角色和默认用户ID获取用户列表信息。
getUserDeptLeader(String) - 接口 中的方法com.github.hetianyi.boot.ready.config.camunda.CamundaUserService
根据用户ID获取用户所属部门主管(领导)的信息。
getUserLeader(String) - 接口 中的方法com.github.hetianyi.boot.ready.config.camunda.CamundaUserService
根据用户ID获取用户直属领导的信息
getUsername() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
getValue() - 枚举 中的方法com.github.hetianyi.boot.ready.config.camunda.enums.FlagEnum
 
getXForwardedFor() - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
getXRealIP() - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
googleAuthenticator() - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorConfiguration
 
GoogleAuthenticatorConfiguration - com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator中的类
 
GoogleAuthenticatorConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorConfiguration
 
GoogleAuthenticatorUserCredentials - com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator中的类
 
GoogleAuthenticatorUserCredentials() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorUserCredentials
 
googleAuthenticatorUtil() - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorConfiguration
 
GoogleAuthenticatorUtil - com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator中的类
Google Authenticator 谷歌验证码工具
GoogleAuthenticatorUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.googleauthenticator.GoogleAuthenticatorUtil
 
GSON - 类 中的静态变量com.github.hetianyi.boot.ready.common.Const
默认json处理工具
GZ - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
gz(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
gz(File, OutputStream) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
gz(InputStream, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
gz(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
gz(InputStream, OutputStream) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
GZ_PREFIX - 类 中的静态变量com.github.hetianyi.boot.ready.common.Const
gz压缩文件的前缀字节

H

handleTextMessage(WebSocketSession, TextMessage, String) - 接口 中的方法com.github.hetianyi.boot.ready.config.websocket.MessageHandler
处理消息
handleTextMessage(WebSocketSession, TextMessage) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.ProxiedWebSocketHandler
 
handleUpload(FileItemStream) - 接口 中的方法com.github.hetianyi.boot.ready.config.upload.UploadHandler
处理单个文件上传
Header - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel列定义(适用于行列式,读取对象列表)
HeaderUtil - com.github.hetianyi.boot.ready.common.util中的类
http header通用操作工具类
HeaderUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.HeaderUtil
 
HeaderUtil.RealClientInfo - com.github.hetianyi.boot.ready.common.util中的类
http请求中和客户端真实ip相关的一些ip信息,根据系统自身的部署架构情况选择最真实的IP
HistoryTask - com.github.hetianyi.boot.ready.config.camunda.model中的类
任务历史
HistoryTask() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.HistoryTask
 
HTTP - com.github.hetianyi.boot.ready.model.http中的枚举
Rest接口通用响应状态定义枚举

I

ICacheService<T> - com.github.hetianyi.boot.ready.config.dubbo中的接口
缓存实现类标注
IgnoreEmptyRow - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
读取参数:是否忽略空白行
ImageCaptcha - com.github.hetianyi.boot.ready.config.authenticator.img中的类
使用示例: ImageCaptcha captcha = ImageCaptcha.generate(sceneId); // 此处需要将验证码缓存 return Result.success(captcha);
ImageCaptcha() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.img.ImageCaptcha
 
ImageCaptchaConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.ImageCaptchaConfig
 
ImageCaptchaProducerConfiguration - com.github.hetianyi.boot.ready.config.authenticator.img中的类
 
ImageCaptchaProducerConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.img.ImageCaptchaProducerConfiguration
 
InetUtil - com.github.hetianyi.boot.ready.common.util中的类
network address util
InetUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.InetUtil
 
InetUtil.NetworkProviderFilter - com.github.hetianyi.boot.ready.common.util中的接口
 
INTERFACE_NAME - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.InetUtil
 
invalidCaptcha() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Invalid captcha
invalidParams(String) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Invalid parameter value
invalidUsernamePassword() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Invalid Username or password
invoke(Invoker<?>, Invocation) - 类 中的方法com.github.hetianyi.boot.ready.config.dubbo.DubboCacheFilter
 
IP_ADDRESS - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.InetUtil
 
isAccountNonExpired() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
isAccountNonLocked() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
isArray() - 类 中的方法com.github.hetianyi.boot.ready.config.camunda.model.FormFieldDefinition
 
isCredentialsNonExpired() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
isEnabled() - 类 中的方法com.github.hetianyi.boot.ready.config.security.User
 
isNullOrEmpty(Collection<?>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
判断集合是否为null或者空集合
isNullOrEmpty(Object...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
判断数组是否为null或者空集合
isNullOrEmpty(Map<?, ?>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CollectionUtil
判断Map是否为null或者为空
isNullOrEmpty(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
判断String是否为空
isNullOrEmptyTrimed(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
对String进行trim之后判断是否为空
isPageable() - 类 中的方法com.github.hetianyi.boot.ready.model.http.Page
是否能够分页
isSame(T, T) - 接口 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.Comparator
 

J

join(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
连接多个字符串,忽略为null的字符串
joinWithSeparator(String, boolean, String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
连接多个字符串,并自定义分隔字符串
JwtConfigurationProperties - com.github.hetianyi.boot.ready.config中的类
jwt配置
JwtConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.JwtConfigurationProperties
 
JwtSecurityContextRepository - com.github.hetianyi.boot.ready.config.security中的类
 
JwtSecurityContextRepository(SecurityConfigurationProperties) - 类 的构造器com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
JwtUtil - com.github.hetianyi.boot.ready.common.util中的类
JWT生成和解析工具
JwtUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.JwtUtil
 

K

KafkaConfiguration - com.github.hetianyi.boot.ready.config.kafka中的类
Kafka配置
KafkaConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.kafka.KafkaConfiguration
 
KafkaConfigurationProperties - com.github.hetianyi.boot.ready.config.kafka中的类
Kafka配置
KafkaConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.kafka.KafkaConfigurationProperties
 
KafkaConfigurationProperties.Queue - com.github.hetianyi.boot.ready.config.kafka中的类
 
Keys - com.github.hetianyi.boot.ready.config.camunda中的类
 
Keys() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.Keys
 

L

LimitationException - com.github.hetianyi.boot.ready.config.authenticator中的异常错误
发送限制触发异常
LimitationException() - 异常错误 的构造器com.github.hetianyi.boot.ready.config.authenticator.LimitationException
 
LimitationException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.authenticator.LimitationException
 
LimitationException(String, Throwable) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.authenticator.LimitationException
 
limitCheck(String, String, String) - 接口 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaLimiter
发送限制检查
limitCheck(String, String, String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.email.EmailCaptchaUtil
 
limitCheck(String, String, String) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.sms.SmsUtil
 
loadContext(HttpRequestResponseHolder) - 类 中的方法com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
loadContext(HttpRequestResponseHolder) - 类 中的方法com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
Lock - com.github.hetianyi.boot.ready.config.lock中的注释类型
分布式锁注解
LockControlAspect - com.github.hetianyi.boot.ready.config.lock中的类
权限控制切面
LockControlAspect() - 类 的构造器com.github.hetianyi.boot.ready.config.lock.LockControlAspect
 

M

matches(CharSequence, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder
匹配判断
md5(String...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.CodecUtil
计算输入字符串的md5
md5(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
获取输入字节数组的md5摘要
md5(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
获取输入字符串的md5值
MessageHandler - com.github.hetianyi.boot.ready.config.websocket中的接口
 
messageHandlerMap - 类 中的变量com.github.hetianyi.boot.ready.config.websocket.RootWebSocketInterceptor
 
Mimetypes - com.github.hetianyi.boot.ready.common.http中的类
 
Mimetypes() - 类 的构造器com.github.hetianyi.boot.ready.common.http.Mimetypes
 
minioClient(MinioConfigurationProperties) - 类 中的方法com.github.hetianyi.boot.ready.config.minio.MinioConfiguration
初始化MinioClient和默认的bucket
MinioConfiguration - com.github.hetianyi.boot.ready.config.minio中的类
 
MinioConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.minio.MinioConfiguration
 
MinioConfigurationProperties - com.github.hetianyi.boot.ready.config.minio中的类
MinIO OSS配置
MinioConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.minio.MinioConfigurationProperties
 
ModuleNotDefineException - com.github.hetianyi.boot.ready.config.rbac中的异常错误
 
ModuleNotDefineException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.config.rbac.ModuleNotDefineException
 
msg() - 接口 中的方法com.github.hetianyi.boot.ready.common.http.rest.AbstractRestResponseStatus
响应信息
msg() - 枚举 中的方法com.github.hetianyi.boot.ready.model.http.HTTP
 
msg(String) - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result.CommonResponseBuilder
 
msg() - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result
 
MULTIPART_BOUNDARY - 类 中的静态变量com.github.hetianyi.boot.ready.common.http.ResourceServant
 
multiply(Number...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
数字相乘

N

notIn(List<T>, List<T>, DiffUtil.Comparator<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DiffUtil
获取集合src不在集合target中的元素。
notNull(Object, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.AssertUtil
断言对象不能为空
notNullOrEmpty(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.AssertUtil
检查string非空
NumberUtil - com.github.hetianyi.boot.ready.common.util中的类
数字操作工具类
NumberUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.NumberUtil
 

O

OBJECT_MAPPER - 类 中的静态变量com.github.hetianyi.boot.ready.common.Const
 
ObjectNameUtil - com.github.hetianyi.boot.ready.config.minio中的类
对象名称生成工具
ObjectNameUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.minio.ObjectNameUtil
 
of(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FieldAttributeEnum
 
of(WebSocketSession) - 类 中的静态方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager.SessionWrapper
 
of(Integer, Integer) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Page
 
of(Integer, Integer, String) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Page
 
of(Integer, Integer, Integer, List<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Page
 
onFileField(Function30<String, String, InputStream>) - 类 中的方法com.github.hetianyi.boot.ready.common.http.FileUploadHandler
定义文件域处理器
onFormField(BiConsumer<String, String>) - 类 中的方法com.github.hetianyi.boot.ready.common.http.FileUploadHandler
定义文本域处理器
OptionItem(String, String) - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.FormFieldDefinition.OptionItem
 

P

Page<T> - com.github.hetianyi.boot.ready.model.http中的类
分页工具类
Page(Integer, Integer, Integer, List<T>) - 类 的构造器com.github.hetianyi.boot.ready.model.http.Page
This constructor can be used as output parameter.
Page(Integer, Integer) - 类 的构造器com.github.hetianyi.boot.ready.model.http.Page
This constructor can be used as input parameter.
Page(Integer, Integer, String) - 类 的构造器com.github.hetianyi.boot.ready.model.http.Page
This constructor can be used as input parameter.
Pageable<T> - com.github.hetianyi.boot.ready.model.http中的类
 
Pageable() - 类 的构造器com.github.hetianyi.boot.ready.model.http.Pageable
 
parse(String, String, Object, Class<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ExpressionParserUtil
parse SpEL expression using ExpressionParser with default settings.
parseField(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.camunda.util.FormFieldParser
从流程定义的表单中解析表单字段。
parseIpInfo(HttpServletRequest) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.HeaderUtil
根据HttpServletRequest解析一些关于客户端IP的信息
parseTaskAssignRoleWithDefaultUser(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.camunda.util.TaskRouteUtil
 
parseTaskAssignUserId(String) - 类 中的静态方法com.github.hetianyi.boot.ready.config.camunda.util.TaskRouteUtil
 
PRE_SIGNED_TOKEN - 类 中的静态变量com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
PRE_SIGNED_TOKEN - 类 中的静态变量com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
process() - 类 中的方法com.github.hetianyi.boot.ready.common.http.FileUploadHandler
开始处理文件上传
ProcessFormUtil - com.github.hetianyi.boot.ready.config.camunda.util中的类
流程任务表单提取工具
ProcessFormUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.util.ProcessFormUtil
 
ProcessHistory - com.github.hetianyi.boot.ready.config.camunda.model中的类
任务历史
ProcessHistory() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.ProcessHistory
 
processNetworkEnvironment(ConfigurableEnvironment, InetUtil.NetworkProviderFilter) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.InetUtil
设置启动时spring cloud注册到注册中心的IP地址。
productApi() - 类 中的方法com.github.hetianyi.boot.ready.config.swagger.SwaggerConfig
 
provide(String) - 接口 中的方法com.github.hetianyi.boot.ready.common.util.InetUtil.NetworkProviderFilter
operating system type name.
providers - 类 中的静态变量com.github.hetianyi.boot.ready.config.authenticator.sms.SmsUtil
 
ProxiedWebSocketHandler - com.github.hetianyi.boot.ready.config.websocket中的类
 
publicBaseUrl - 类 中的变量com.github.hetianyi.boot.ready.config.minio.PublicMinioClient
 
PublicMinioClient - com.github.hetianyi.boot.ready.config.minio中的类
改善版本的MinioClient,在获取预签名的下载连接时能够使用外部Url签名。
PublicMinioClient(MinioClient, MinioConfigurationProperties) - 类 的构造器com.github.hetianyi.boot.ready.config.minio.PublicMinioClient
 

Q

Queue() - 类 的构造器com.github.hetianyi.boot.ready.config.kafka.KafkaConfigurationProperties.Queue
 
Queue() - 类 的构造器com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfigurationProperties.Queue
 

R

RabbitMqConfiguration - com.github.hetianyi.boot.ready.config.rabbitmq中的类
 
RabbitMqConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfiguration
 
RabbitMqConfigurationProperties - com.github.hetianyi.boot.ready.config.rabbitmq中的类
rabbitmq配置
RabbitMqConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.rabbitmq.RabbitMqConfigurationProperties
 
RabbitMqConfigurationProperties.Binding - com.github.hetianyi.boot.ready.config.rabbitmq中的类
 
RabbitMqConfigurationProperties.Exchange - com.github.hetianyi.boot.ready.config.rabbitmq中的类
 
RabbitMqConfigurationProperties.Queue - com.github.hetianyi.boot.ready.config.rabbitmq中的类
 
RangeHeader - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel标题范围(适用于行列式,读取对象列表)
RAR - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
readAsList(InputStream, Class<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.poi.ExcelUtil
从Excel中读取为Java对象列表
readAsList(String, Class<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.poi.ExcelUtil
从Excel中读取为Java对象列表
ReadySecurityContextRepository - com.github.hetianyi.boot.ready.config.security中的接口
 
RealClientInfo() - 类 的构造器com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
RedisClusterConfigurationProperties - com.github.hetianyi.boot.ready.config.redis.redisson中的类
 
RedisClusterConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.redis.redisson.RedisClusterConfigurationProperties
 
RedisConfigurationProperties - com.github.hetianyi.boot.ready.config.redis.redisson中的类
 
RedisConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.redis.redisson.RedisConfigurationProperties
 
redisConnectionFactory() - 接口 中的方法com.github.hetianyi.boot.ready.common.cache.CacheAspectResolver
 
RedisSecurityContextRepository - com.github.hetianyi.boot.ready.config.security中的类
 
RedisSecurityContextRepository(SecurityConfigurationProperties, SessionConfigurationProperties, RedissonClient) - 类 的构造器com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
redissonClient() - 类 中的方法com.github.hetianyi.boot.ready.config.redis.redisson.RedissonClusterConfiguration
 
redissonClient() - 类 中的方法com.github.hetianyi.boot.ready.config.redis.redisson.RedissonStandaloneConfiguration
 
RedissonClusterConfiguration - com.github.hetianyi.boot.ready.config.redis.redisson中的类
 
RedissonClusterConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.redis.redisson.RedissonClusterConfiguration
 
RedissonStandaloneConfiguration - com.github.hetianyi.boot.ready.config.redis.redisson中的类
 
RedissonStandaloneConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.redis.redisson.RedissonStandaloneConfiguration
 
register(String, WebSocketSession) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
添加 session
registerCaptchaGenerator() - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.img.ImageCaptchaProducerConfiguration
 
registerWebSocketHandlers(WebSocketHandlerRegistry) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WebSocketConfig
 
resolve(ProceedingJoinPoint, T) - 接口 中的方法com.github.hetianyi.boot.ready.common.AspectResolver
 
resolve(ProceedingJoinPoint, Cacheable) - 类 中的方法com.github.hetianyi.boot.ready.common.cache.CacheableAspectResolver
拦截Cacheable注解的方法,并将方法返回结果按需进行缓存。
resolve(ProceedingJoinPoint, ExpireCache) - 类 中的方法com.github.hetianyi.boot.ready.common.cache.ExpireCacheAspectResolver
拦截ExpireCache注解的方法,对启用该注解的方法删除相应的缓存。
resolve(ProceedingJoinPoint, Lock) - 类 中的方法com.github.hetianyi.boot.ready.config.lock.LockControlAspect
 
resolve(ProceedingJoinPoint, TryLock) - 类 中的方法com.github.hetianyi.boot.ready.config.lock.LockControlAspect
 
resolve(ProceedingJoinPoint, Action) - 类 中的方法com.github.hetianyi.boot.ready.config.rbac.ActionControllerAspect
 
resolve(HttpServletRequest) - 类 中的静态方法com.github.hetianyi.boot.ready.config.upload.FileUploadUtil
 
ResourceServant - com.github.hetianyi.boot.ready.common.http中的类
文件下载工具类,支持文件下载断点续传。
ResourceServant() - 类 的构造器com.github.hetianyi.boot.ready.common.http.ResourceServant
 
Result<T> - com.github.hetianyi.boot.ready.model.http中的类
Rest接口响应通用容器类
Result(int, String) - 类 的构造器com.github.hetianyi.boot.ready.model.http.Result
 
Result.CommonResponseBuilder<T> - com.github.hetianyi.boot.ready.model.http中的类
 
RootWebSocketInterceptor - com.github.hetianyi.boot.ready.config.websocket中的类
 
RowRange - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel标题范围(适用于行列式,读取对象列表)

S

saveContext(SecurityContext, HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
saveContext(SecurityContext, HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
SCRIPT_HASH_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties
 
SecurityConfigurationProperties - com.github.hetianyi.boot.ready.config.security中的类
 
SecurityConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.security.SecurityConfigurationProperties
 
selectList(Map<SFunction<T, ?>, ?>) - 接口 中的方法com.github.hetianyi.boot.ready.common.mapper.EnBaseMapper
根据条件查询结果列表
selectOne(Map<SFunction<T, ?>, ?>) - 接口 中的方法com.github.hetianyi.boot.ready.common.mapper.EnBaseMapper
根据参数查询唯一结果
send(String, String, Map<String, Object>) - 接口 中的方法com.github.hetianyi.boot.ready.config.authenticator.sms.SmsProvider
发送短信
send(String, String, Map<String, Object>) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.sms.SmsUtil
 
sendEmail(String, String, Map<String, String>) - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.email.EmailCaptchaUtil
发送邮件验证码。
SendStatus - com.github.hetianyi.boot.ready.config.authenticator中的枚举
 
serveResource(File, boolean, HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.hetianyi.boot.ready.common.http.ResourceServant
文件下载
serveResource(File, String, boolean, HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.hetianyi.boot.ready.common.http.ResourceServant
文件下载
ServiceModule - com.github.hetianyi.boot.ready.config.rbac中的注释类型
服务模块注解,表示这是一个大权限系统的一个子模块。
SessionConfigurationProperties - com.github.hetianyi.boot.ready.config中的类
 
SessionConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.SessionConfigurationProperties
 
setAddedList(List<T>) - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
setApplicationContext(ApplicationContext) - 类 中的方法com.github.hetianyi.boot.ready.config.dubbo.DubboCacheFilter
 
setApplicationContext(ApplicationContext) - 类 中的方法com.github.hetianyi.boot.ready.config.rbac.ActionScanner
 
setDeletedList(List<T>) - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
setForceLowerCasePrefix(boolean) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder
 
setHost(String) - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
setRemoteAddress(String) - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
setUpdatedList(List<T>) - 类 中的方法com.github.hetianyi.boot.ready.common.util.DiffUtil.DiffTuple
 
setXForwardedFor(String[]) - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
setXRealIP(String) - 类 中的方法com.github.hetianyi.boot.ready.common.util.HeaderUtil.RealClientInfo
 
SexEnum - com.github.hetianyi.boot.ready.common.enums中的枚举
性别枚举
sha256(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
 
sha256(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DigestUtil
 
share(List<T>, List<T>, DiffUtil.Comparator<T>) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.DiffUtil
获取集合src和集合target交集。
Sheet - com.github.hetianyi.boot.ready.common.util.poi中的注释类型
Excel sheet指定
SimpleGrantedAuthority - com.github.hetianyi.boot.ready.config.security中的类
 
SimpleGrantedAuthority(String) - 类 的构造器com.github.hetianyi.boot.ready.config.security.SimpleGrantedAuthority
 
SmsCaptchaConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.SmsCaptchaConfig
 
SmsConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.SmsConfig
 
SmsProvider - com.github.hetianyi.boot.ready.config.authenticator.sms中的接口
 
SmsUtil - com.github.hetianyi.boot.ready.config.authenticator.sms中的类
 
SmsUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.authenticator.sms.SmsUtil
 
SPRING_SECURITY_CONTEXT_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.security.JwtSecurityContextRepository
 
SPRING_SECURITY_CONTEXT_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.security.RedisSecurityContextRepository
 
springfoxHandlerProviderBeanPostProcessor() - 类 中的静态方法com.github.hetianyi.boot.ready.config.swagger.SwaggerConfig
修复新版本springboot空指针问题
SSHAPasswordEncoder - com.github.hetianyi.boot.ready.common.util中的类
SHA-1加盐的加密解密工具方法
copy from SSHAPasswordEncoder
推荐使用 BCryptPasswordEncoder
SSHAPasswordEncoder() - 类 的构造器com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder
 
SSHAPasswordEncoder.SecureRandomBytesKeyGenerator - com.github.hetianyi.boot.ready.common.util中的类
 
SSHAPasswordEncoder.Utf8 - com.github.hetianyi.boot.ready.common.util中的类
 
startChecker() - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
 
STARTER_USER_ID_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.camunda.Keys
表单中提交用户ID的字段名称
status(HTTP) - 类 中的方法com.github.hetianyi.boot.ready.model.http.Result.CommonResponseBuilder
 
StatusEnum - com.github.hetianyi.boot.ready.common.enums中的枚举
通用状态枚举
StringUtil - com.github.hetianyi.boot.ready.common.util中的类
String通用操作工具类
StringUtil() - 类 的构造器com.github.hetianyi.boot.ready.common.util.StringUtil
 
subtract(Number, Number...) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
数字相减
success() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Success response
success(T) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
Success response with data
SwaggerConfig - com.github.hetianyi.boot.ready.config.swagger中的类
Swagger UI 配置
SwaggerConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfig
 
SwaggerConfigurationProperties - com.github.hetianyi.boot.ready.config.swagger中的类
 
SwaggerConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfigurationProperties
 
SwaggerConfigurationProperties.ApiKey - com.github.hetianyi.boot.ready.config.swagger中的类
 
SwaggerConfigurationProperties.SwaggerContact - com.github.hetianyi.boot.ready.config.swagger中的类
 
SwaggerConfigurationProperties.SwaggerGlobalParameter - com.github.hetianyi.boot.ready.config.swagger中的类
 
SwaggerConfigurationProperties.SwaggerLicense - com.github.hetianyi.boot.ready.config.swagger中的类
 
SwaggerContact() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfigurationProperties.SwaggerContact
 
SwaggerGlobalParameter() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfigurationProperties.SwaggerGlobalParameter
 
SwaggerLicense() - 类 的构造器com.github.hetianyi.boot.ready.config.swagger.SwaggerConfigurationProperties.SwaggerLicense
 
SysException - com.github.hetianyi.boot.ready.exception中的异常错误
通用系统异常,该异常不能展示给前端
SysException() - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.SysException
 
SysException(String) - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.SysException
 
SysException(String, Throwable) - 异常错误 的构造器com.github.hetianyi.boot.ready.exception.SysException
 

T

TAR - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
tarGz(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
压缩文件
tarGz(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
压缩文件
tarGz(List<File>, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
将所有文件压缩在同一级目录。
tarGz(String, InputStream, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
将流压缩到文件
TASK_FORM_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.camunda.Keys
Task的表单在Inputs中定义的key
TaskAssignTypeEnum - com.github.hetianyi.boot.ready.config.camunda.enums中的枚举
任务分配类型
TaskForm - com.github.hetianyi.boot.ready.config.camunda.model中的类
 
TaskForm() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.model.TaskForm
 
TaskRouteUtil - com.github.hetianyi.boot.ready.config.camunda.util中的类
 
TaskRouteUtil() - 类 的构造器com.github.hetianyi.boot.ready.config.camunda.util.TaskRouteUtil
 
TrackConfiguration - com.github.hetianyi.boot.ready.config.tracking中的类
 
TrackConfiguration() - 类 的构造器com.github.hetianyi.boot.ready.config.tracking.TrackConfiguration
 
TrackConfiguration.CommonTrackingFilter - com.github.hetianyi.boot.ready.config.tracking中的类
TrackerFilter主要职责是自动维持请求始终具有一个可以追踪的cookie来保持会话。
trackerFilter(TrackingConfigurationProperties) - 类 中的方法com.github.hetianyi.boot.ready.config.tracking.TrackConfiguration
 
TrackingConfigurationProperties - com.github.hetianyi.boot.ready.config.tracking中的类
追踪唯一客户端的cookie配置
TrackingConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.tracking.TrackingConfigurationProperties
 
trim(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
对String进行trim操作,可避免NPE
trimSafe(String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.StringUtil
对String进行trim操作,如果输出是null,返回空字符串,可避免NPE
TryLock - com.github.hetianyi.boot.ready.config.lock中的注释类型
分布式锁注解

U

unauthorized() - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
 
unauthorized(String) - 类 中的静态方法com.github.hetianyi.boot.ready.model.http.Result
 
unGz(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
unGz(byte[]) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
unGz(InputStream, OutputStream) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
unTarGz(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
unzip(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
updateSession(String) - 类 中的方法com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
更新session消息时间
UploadHandler<T> - com.github.hetianyi.boot.ready.config.upload中的接口
文件处理器接口
User - com.github.hetianyi.boot.ready.config.security中的类
Spring Security Session对象容器模版
User() - 类 的构造器com.github.hetianyi.boot.ready.config.security.User
 
USER_ID_KEY - 类 中的静态变量com.github.hetianyi.boot.ready.config.websocket.RootWebSocketInterceptor
 
Utf8() - 类 的构造器com.github.hetianyi.boot.ready.common.util.SSHAPasswordEncoder.Utf8
 

V

validateField(FormFieldDefinition, Object) - 类 中的静态方法com.github.hetianyi.boot.ready.config.camunda.util.FormFieldValidator
 
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.cache.ExpireAround
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.enums.SexEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.enums.StatusEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.authenticator.SendStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FieldAttributeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FlagEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FormFieldTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.TaskAssignTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.hetianyi.boot.ready.model.http.HTTP
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.cache.ExpireAround
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.enums.SexEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.common.enums.StatusEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.authenticator.SendStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FieldAttributeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FlagEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.FormFieldTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.config.camunda.enums.TaskAssignTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.hetianyi.boot.ready.model.http.HTTP
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebSocketConfig - com.github.hetianyi.boot.ready.config.websocket中的类
 
WebSocketConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.websocket.WebSocketConfig
 
WebSocketConfigurationProperties - com.github.hetianyi.boot.ready.config.websocket中的类
websocket配置
WebSocketConfigurationProperties() - 类 的构造器com.github.hetianyi.boot.ready.config.websocket.WebSocketConfigurationProperties
 
WebSocketConfigurationProperties.WsHandlerConfig - com.github.hetianyi.boot.ready.config.websocket中的类
 
withHandler(UploadHandler<T>) - 类 中的方法com.github.hetianyi.boot.ready.config.upload.FileUploadResolver
配置文件处理器
withinRange(int, int, int, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.AssertUtil
检查给定int值是否在限定范围内
withinRange(long, long, long, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.AssertUtil
检查给定int值是否在限定范围内
withinRange(Number, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.NumberUtil
判断给定数字target是否在表达式range表示的数字范围之内
WsHandlerConfig() - 类 的构造器com.github.hetianyi.boot.ready.config.websocket.WebSocketConfigurationProperties.WsHandlerConfig
 
WsSessionManager - com.github.hetianyi.boot.ready.config.websocket中的类
 
WsSessionManager() - 类 的构造器com.github.hetianyi.boot.ready.config.websocket.WsSessionManager
 
WsSessionManager.SessionWrapper - com.github.hetianyi.boot.ready.config.websocket中的类
 

Z

ZIP - 类 中的静态变量com.github.hetianyi.boot.ready.common.util.ArchiveUtil
 
zip(File, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
压缩文件
zip(String, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
压缩文件
zip(List<File>, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
将所有文件压缩在同一级目录。
zip(String, InputStream, String) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
将流压缩到文件
zip(String, InputStream, File) - 类 中的静态方法com.github.hetianyi.boot.ready.common.util.ArchiveUtil
将流压缩到文件

_

_getAccount() - 类 中的方法com.github.hetianyi.boot.ready.config.authenticator.CaptchaConfigurationProperties.EmailTemplateConfig
 
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

Copyright © 2022. All rights reserved.