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

A

AbstractDocMaker - wang.bigbird.domain.framework.document.api中的类
抽象的文档制作器
AbstractDocMaker() - 类 的构造器wang.bigbird.domain.framework.document.api.AbstractDocMaker
 
AbstractForbidWordRepository - wang.bigbird.domain.framework.common.forbidden.repository中的类
读取禁用词,维护DFA数据结构为禁用词检测提供服务
AbstractForbidWordRepository(Dfa) - 类 的构造器wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
传入一个空的DFA实例
AbstractInputStreamForbidWordRepository - wang.bigbird.domain.framework.common.forbidden.repository中的类
从文本文件加载禁用词,每行一个禁用词
AbstractInputStreamForbidWordRepository(Dfa) - 类 的构造器wang.bigbird.domain.framework.common.forbidden.repository.AbstractInputStreamForbidWordRepository
传入一个空的DFA实例
AbstractIntervalWorkerId - wang.bigbird.domain.framework.id.worker中的类
WorkerId生成基类
AbstractIntervalWorkerId(Long, String, Integer) - 类 的构造器wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
 
AbstractMessageSender - wang.bigbird.domain.framework.message.api中的类
抽象的消息发送器
AbstractMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
AbstractMicrosoftOfficeApp - wang.bigbird.domain.framework.document.api.office.microsoft.jacob中的类
Microsoft Office应用程序操控器,仅支持WINDOWS系统并且依赖Microsoft Office应用程序的COM组件。
AbstractMicrosoftOfficeApp() - 类 的构造器wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
创建office应用程序时进行初始化
AbstractOssHandler - wang.bigbird.domain.framework.data.oss.handler.impl中的类
云对象存储服务公共类
AbstractOssHandler() - 类 的构造器wang.bigbird.domain.framework.data.oss.handler.impl.AbstractOssHandler
 
AbstractWordMaker - wang.bigbird.domain.framework.document.word中的类
Word文档制作器,分为windows专属系统版本和通用系统版本两种, 其中,windows专属系统版本制作效果最好,但是依赖Microsoft Office Word应用程序。
AbstractWordMaker() - 类 的构造器wang.bigbird.domain.framework.document.word.AbstractWordMaker
 
accept(AccessData, ApiSecurityItem) - 接口 中的方法wang.bigbird.domain.framework.web.defence.security.judge.IDefenceJudge
是否允许访问
accept(AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.BaseDefenceJudge
 
ACCEPTED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ACCESS_TOKEN_SUBJECT - 类 中的静态变量wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
 
accessControl(AccessData) - 类 中的静态方法wang.bigbird.domain.framework.web.defence.security.DefenceGateway
访问控制
AccessData - wang.bigbird.domain.framework.web.defence.security中的类
访问数据封装类
AccessData() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.AccessData
 
ACCESSTOKEN_PARAM_CODE - 类 中的静态变量wang.bigbird.domain.framework.web.defence.security.AccessData
 
AccessTokenAuthData - wang.bigbird.domain.framework.web.auth.security.jwt.bean中的类
AccessToken权限数据
AccessTokenAuthData() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.AccessTokenAuthData
 
AccessTokenDTO - wang.bigbird.domain.framework.message.wechat.domain.dto中的类
企业微信TOKEN响应体
AccessTokenDTO() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.dto.AccessTokenDTO
 
ACCOUNT_ANOMALIES - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ACCOUNT_EMPTY - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ACCOUNT_FORMAT_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ACCOUNT_FREEZE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ACCOUNT_LOCKED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
AccumulatorConsumer<T> - wang.bigbird.domain.framework.core.prosumer中的类
累加消费器,当缓存数据超过指定数量或者缓存时间超过指定时间,就一次性消费缓存中的数据
AccumulatorConsumer(int, int, BlockingQueue<T>, Consumer<List<T>>, IProducer) - 类 的构造器wang.bigbird.domain.framework.core.prosumer.AccumulatorConsumer
 
active - 类 中的变量wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
心跳原子标识
add(String, Object) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.utils.SignUtil
增加字段值
add(String, String, String, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, int, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, long, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, float, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, double, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, boolean, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, Date, String, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section与key-value,返回新值; 如果指定的Section存在,Key不存在,添加新的Key-value,返回新值; 如果key已经存在,根据overWrite属性,若为false,则不添加,返回原值;若为true,则覆盖原值,返回新值
add(String, String, String, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, int, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, long, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, float, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, double, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, boolean, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
add(String, String, Date, String, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
addDays(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的天数
addForbidWord(String...) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
增加禁用词,通常基于文件的禁用词库不支持持久化,基于数据库的可以支持
addForbidWord(boolean, String...) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
增加禁用词,通常基于文件的禁用词库不支持持久化,基于数据库的可以支持
addForbidWord(boolean, String...) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
addHours(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的小时数
addInterceptors(InterceptorRegistry) - 类 中的方法wang.bigbird.domain.framework.web.core.config.configuration.WebConfiguration
trace拦截器放置在最开始执行,以便从请求处理开始就添加请求链路ID
addInterceptors(InterceptorRegistry) - 类 中的方法wang.bigbird.domain.framework.web.defence.config.configuration.DefenceConfiguration
 
addMilliSeconds(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的毫秒数
addMinutes(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的分钟数
addMonths(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的月份数
addObjectToArray(A[], O) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法wang.bigbird.domain.framework.web.core.config.configuration.WebConfiguration
增加自定义静态目录访问路径
address(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
地址脱敏
addSeconds(Date, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
给时间增加指定的秒数
addSection(String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在,添加这个Section
addSection(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
addStringToArray(String[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addTableRow(int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
在指定行前面增加行
addTableRow(int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
在指定行后面增加行
addWatch(String, boolean) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
addWatch(String, boolean, CuratorWatcher) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
addWatch(String, boolean) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
对节点增加监听
addWatch(String, boolean, CuratorWatcher) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
对节点增加监听
addWord(Iterator<String>) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.core.Dfa
将词加到DFA的数据结构中
addWord(Iterator<String>) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.core.MemoryMapDfaImpl
 
adjustDate(Date, int, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
调整日期到指定时刻
adjustDate(Date, int, int, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
调整日期到当前月指定日指定时刻
AdminEventListenerList - wang.bigbird.domain.framework.web.admin.event中的类
事件监听
AdminEventListenerList() - 类 的构造器wang.bigbird.domain.framework.web.admin.event.AdminEventListenerList
 
aesCryptoService(Boolean, AesModel, Byte2StringType) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
AES对称加密解密器
AesCryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto.impl中的类
AES对称加密解密工具
AesCryptoService() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
aesKeyHolder(KeyProperty) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
获取AES key的服务
AesKeyLength - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
AES 密钥长度类型 分为128位长度,192位长度,256位长度三种, 密钥越长,安全强度越高,加密解密时间越久
aesKeyProperty() - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
 
AesModel - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
AES加密模式
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.interceptor.DefenceInterceptor
视图也渲染完了,此时可以做一些清理工作了
afterPropertiesSet() - 类 中的方法wang.bigbird.domain.framework.data.oss.context.OssHandlerContextRegister
 
afterPropertiesSet() - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
 
afterPropertiesSet() - 类 中的方法wang.bigbird.domain.framework.web.core.pwd.PasswordValidator
 
afterPropertiesSet() - 类 中的方法wang.bigbird.domain.framework.web.defence.security.DefenceGateway
 
Aliyun() - 类 的构造器wang.bigbird.domain.framework.data.oss.config.properties.OssProperties.Aliyun
 
AliyunOssHandler - wang.bigbird.domain.framework.data.oss.handler.impl中的类
阿里云云对象存储服务
AliyunOssHandler() - 类 的构造器wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
allocate(long, long, long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.BitsAllocator
Allocate bits for UID according to delta seconds & workerId & sequence
Note that: The highest bit will always be 0 for sign
alwaysUpdateSomeColumnById(T) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
根据Id更新固定的某些字段,更新时可以设置哪些字段需要更新,哪些字段不需要更新
alwaysUpdateSomeColumnById(T) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl.ServiceImpl
 
alwaysUpdateSomeColumnById(T) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.IService
根据Id更新固定的某些字段,更新时可以设置哪些字段需要更新,哪些字段不需要更新
AMP - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
AnalyzerEnum - wang.bigbird.domain.framework.data.elasticsearch.base.enums中的枚举
分词方法
animalsYear(int) - 类 中的静态方法wang.bigbird.domain.framework.core.LunarCalendar
传回农历指定年份的生肖
ANY - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
任意匹配
ANYHOST - 类 中的静态变量wang.bigbird.domain.framework.core.NetUtils
 
AopTargetUtils - wang.bigbird.domain.framework.common.logging.base.utils中的类
代理对象获取工具类
ApiSecurityCacheService - wang.bigbird.domain.framework.web.defence.security.judge.service中的类
调用者缓存服务
ApiSecurityCacheService() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.service.ApiSecurityCacheService
 
ApiSecurityItem - wang.bigbird.domain.framework.web.defence.security.bean中的类
对外暴露的接口安全控制配置项
ApiSecurityItem() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.bean.ApiSecurityItem
 
app - 类 中的变量wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
Microsoft Office应用程序本身
app - 类 中的变量wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Bridge
打开的Microsoft Office应用程序实例
App - wang.bigbird.domain.framework.web.defence.domain.entity中的类
应用信息表实体
App() - 类 的构造器wang.bigbird.domain.framework.web.defence.domain.entity.App
 
AppBO - wang.bigbird.domain.framework.web.defence.domain.bo中的类
应用信息
AppBO() - 类 的构造器wang.bigbird.domain.framework.web.defence.domain.bo.AppBO
 
APPKEY_HEADER_CODE - 类 中的静态变量wang.bigbird.domain.framework.web.defence.security.AccessData
 
APPKEY_PARAM_CODE - 类 中的静态变量wang.bigbird.domain.framework.web.defence.security.AccessData
 
AppKeyAndSecretLoaderService - wang.bigbird.domain.framework.web.auth.security.jwt.service中的接口
AppKey与AppSecret获取服务
applyRelativePath(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
AppMapper - wang.bigbird.domain.framework.web.defence.dao中的接口
 
approxEquals(double, double) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
以默认公差0.00001为标准,判断两个数是否接近
approximate(double, double, double) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
判断两个数是否近似,以指定的公差为标准
approxZero(double) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
判断是否约等于0,以默认公差0.00001为标准
AppSecretLoaderService - wang.bigbird.domain.framework.web.auth.security.jwt.service中的接口
AppSecret获取服务
AppServiceImpl - wang.bigbird.domain.framework.web.defence.service.impl中的类
应用信息服务
AppServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.defence.service.impl.AppServiceImpl
 
AppType - wang.bigbird.domain.framework.web.defence.base.enums中的枚举
应用类型
Area - wang.bigbird.domain.framework.web.admin.domain.entity中的类
区域表实体 字典数据来源:http://xzqh.mca.gov.cn/defaultQuery
Area() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.Area
 
AREA_DEFINE_END - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域定义结束符,样例:[4-4,1-1],前一段表示行起始到行结束,后一段表示列起始到列结束 图像区域定义结束符,样例:[6,0,6,2,10,30,43,-30|6,2,6,5,50,30,17,-30|6,5,6,7,25,30,50,-30]
AREA_DEFINE_START - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域定义起始符,样例:[4-4,1-1],前一段表示行起始到行结束,后一段表示列起始到列结束 图像区域定义起始符,样例:[6,0,6,2,10,30,43,-30|6,2,6,5,50,30,17,-30|6,5,6,7,25,30,50,-30]
AreaBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
区域信息实体
AreaBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.AreaBO
 
AreaCacheService - wang.bigbird.domain.framework.web.admin.service.cache中的类
区域缓存服务
AreaCacheService() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
AreaController - wang.bigbird.domain.framework.web.admin.controller中的类
区域管理接口
AreaController() - 类 的构造器wang.bigbird.domain.framework.web.admin.controller.AreaController
 
AreaLevelEnum - wang.bigbird.domain.framework.web.admin.base.enums中的枚举
区域级别:0-国家级 1-省级行政区 2-地级行政区 3-县级行政区 4-乡级行政区
AreaMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
areas() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.AreaController
获取当前登录用户的授权区域
AreaServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
区域信息服务
AreaServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
AreaVO - wang.bigbird.domain.framework.web.admin.domain.vo中的类
区域信息响应实体
AreaVO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.vo.AreaVO
 
around(ProceedingJoinPoint) - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
日志处理
around(ProceedingJoinPoint, Lock) - 类 中的方法wang.bigbird.domain.framework.distributedlock.core.base.aop.DistributedLockAop
lock aop 处理
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Convert the supplied array into a List.
ASC - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.OrderType
升序
Assert - wang.bigbird.domain.framework.core中的类
断言工具类
assignWorkerId() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
 
assignWorkerId() - 类 中的方法wang.bigbird.domain.framework.id.worker.DisposableWorkerIdAssigner
Assign worker id base on database.
assignWorkerId() - 接口 中的方法wang.bigbird.domain.framework.id.worker.WorkerIdAssigner
分配一个worker id
assignWorkerId() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZeroWorkerIdAssigner
 
assignWorkerIdByMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
依靠中间件分配一个worker id
assignWorkerIdByMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
assignWorkerIdByMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
asyncPadding() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Padding buffer in the thread pool
asyncTaskExecutor() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
 
AT - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
 
Authentication() - 类 的构造器wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties.Authentication
 
AuthenticationTypeEnum - wang.bigbird.domain.framework.data.zookeeper.base.enums中的枚举
认证策略,ZK认证是设置在节点上的,为节点添加认证的方法为: 1、创建认证用户:addauth digest gzsj:gzsj@ZK2025 2、创建节点,此时,节点无需认证权限 3、为节点配置认证权限,setAcl /bigbird-framework auth:gzsj:gzsj@ZK2025:crwda 备注:CREATE、READ、WRITE、DELETE、ADMIN。
AuthorizationBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
授权信息实体
AuthorizationBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.AuthorizationBO
 
AuthorizationController - wang.bigbird.domain.framework.web.admin.controller中的类
授权管理接口
AuthorizationController() - 类 的构造器wang.bigbird.domain.framework.web.admin.controller.AuthorizationController
 
averageTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
获取机器节点列表的活跃时间平均值
averageTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
averageTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 

B

BACKDOOR - 接口 中的静态变量wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
后门场景
backN(String, int) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
后N位脱敏
BACKSLASH - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
BAD_REQUEST_DATA - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
BadRequestDataException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
非法的请求数据异常
BadRequestDataException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.BadRequestDataException
 
BadRequestDataException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.BadRequestDataException
 
BadRequestDataException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.BadRequestDataException
 
Baidu() - 类 的构造器wang.bigbird.domain.framework.id.config.properties.IdProperties.Baidu
 
bankCardNo(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
银行卡号脱敏
BASE_INVALID - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
BaseBusinessException - wang.bigbird.domain.framework.core.exceptions中的异常错误
业务异常基类,作为各类自定义业务异常的基类 默认继承了 BaseBusinessException 的派生异常类可以通过WEB框架统一异常处理捕获到。
BaseBusinessException() - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(String) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Integer, String) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(ResponseStatus) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Integer, String, Object) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Integer, String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Integer, String, Object, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Integer, Object, String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
BaseBusinessException(Throwable, Integer, Object, String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
baseBusinessExceptionHandleEnable - 类 中的变量wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
自定义异常是否捕获处理
BaseController - wang.bigbird.domain.framework.web.auth.controller中的类
存放控制器的公共逻辑
BaseController() - 类 的构造器wang.bigbird.domain.framework.web.auth.controller.BaseController
 
BaseDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge.impl中的类
攻击防御器可用的公共方法
BaseDefenceJudge() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.impl.BaseDefenceJudge
 
BaseEntity - wang.bigbird.domain.framework.data.elasticsearch.entity中的接口
ES中保存的数据实体都应该实现该接口
BaseEntity - wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity中的类
实体基础类,数据库表理论上都应该具备以下基本字段
BaseEntity() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity.BaseEntity
 
BaseExceptionHandler - wang.bigbird.domain.framework.web.core.advice中的类
异常统一处理
BaseExceptionHandler() - 类 的构造器wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
 
BaseLoggingAop - wang.bigbird.domain.framework.common.logging.base.aop中的类
日志打印 Aop
BaseLoggingAop() - 类 的构造器wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
 
BaseLogicEntity - wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity中的类
采用逻辑删除时,继承该实体
BaseLogicEntity() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity.BaseLogicEntity
 
BaseMapper<T> - wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao中的接口
 
BaseMessageParam - wang.bigbird.domain.framework.message.wechat.domain.param中的类
企业微信发送消息时的基本请求参数
BaseMessageParam() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.param.BaseMessageParam
 
BasicDTO - wang.bigbird.domain.framework.message.wechat.domain.dto中的类
企业微信响应体
BasicDTO() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.dto.BasicDTO
 
batchSplit(List<E>, int) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
将一个集合按照指定量分为多个批次
batchSplitByGuava(List<E>, int) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
将一个集合按照指定量分为多个批次
batchSplitByStream(List<E>, int) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
将一个集合按照指定量分为多个批次
BeanCopierUtils - wang.bigbird.domain.framework.core中的类
对象之间的同名属性拷贝,该拷贝器性能最高,据网络实验表明: cglib > spring > hutool,性能差距: 本机4c16g macbookpro,一亿条数据循环, cglib300ms,spring10s,hutool120s 该类不支持不同对象中的List对象集合类型的属性的拷贝, 本质上对List是拷贝引用,即对List是弱拷贝,而不是深拷贝, 如果只是做对象拷贝,然后直接抛出这个对象给前台使用是没有问题的, 但是如果这个通过拷贝得到的对象要在代码中进行业务流转, 则会报java.lang.ClassCastException 类强转异常 因此,如果存在对象之间list属性的拷贝,建议采用BeanMapperUtils工具类
BeanCopierUtils() - 类 的构造器wang.bigbird.domain.framework.core.BeanCopierUtils
 
BeanCopierUtils.GldGenerator - wang.bigbird.domain.framework.core中的类
 
BeanCopierUtils.NotNullConverter<X> - wang.bigbird.domain.framework.core中的类
 
BeanMapperUtils - wang.bigbird.domain.framework.core中的类
对象转换,采用映射配置可以支持对象之间不同变量名的值传递, 此外,该对象对于复杂对象属性的复制采用的是深度复制,不存在引用问题 项目主页:http://dozer.sourceforge.net/dependencies.html 映射配置,可在对应bean字段上加注解 @Mapping("字段名"),即可完成变量名的转换
BeanMapperUtils() - 类 的构造器wang.bigbird.domain.framework.core.BeanMapperUtils
 
BeanUtils - wang.bigbird.domain.framework.core中的类
Bean 工具类
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.aop.DecryptAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class, ServerHttpRequest, ServerHttpResponse) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.aop.EncryptAdvice
 
BitsAllocator - wang.bigbird.domain.framework.id.strategy.baidu中的类
Allocate 64 bits for the UID(long)
sign (fixed 1bit) -> deltaSecond -> workerId -> sequence(within the same second)
BitsAllocator(int, int, int) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.BitsAllocator
Constructor with timestampBits, workerIdBits, sequenceBits
The highest bit used for sign, so 63 bits for timestampBits, workerIdBits, sequenceBits
bitsAllocator - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
Stable fields after spring bean initializing
BOM_SIZE - 类 中的静态变量wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
BOOL_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
复选框类型数据规则默认值定义元素项位置:A|名称|bool|默认值|依赖项?
BRACKET_END - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
BRACKET_START - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
Bridge - wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components中的类
封装JAVA程序与Microsoft Office应用程序之间建立起来的桥梁, 通过桥梁中的属性可以实现对Microsoft Office应用程序的手工模拟操作 此时,Microsoft Office应用程序相当于被JAVA程序操控的提线木偶
Bridge(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Bridge
封装了应用程序实例和控制权的构造方法,相当于获得了提线木偶的提棍
BufferedUidProvider - wang.bigbird.domain.framework.id.strategy.baidu.buffer中的接口
Buffered UID provider(Lambda supported), which provides UID in the same one second
BufferPaddingExecutor - wang.bigbird.domain.framework.id.strategy.baidu.buffer中的类
Represents an executor for padding RingBuffer
There are two kinds of executors: one for scheduled padding, the other for padding immediately.
BufferPaddingExecutor(RingBuffer, BufferedUidProvider) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Constructor with RingBuffer and BufferedUidProvider, default use schedule
BufferPaddingExecutor(RingBuffer, BufferedUidProvider, boolean) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Constructor with RingBuffer, BufferedUidProvider, and whether use schedule padding
build() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
Builder() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
buildExcludeWrapper(List<String>) - 类 中的静态方法wang.bigbird.domain.framework.common.logging.base.utils.ExcludeHandler
构建 ExcludeWrapper
buildInvalidImageFormatRuleException() - 类 中的静态方法wang.bigbird.domain.framework.document.api.exception.ExceptionFactory
创建无效的文档图片制作规则解析异常
buildInvalidTableFormatRuleException() - 类 中的静态方法wang.bigbird.domain.framework.document.api.exception.ExceptionFactory
创建无效的文档表格制作规则解析异常
bulkAddAsync(String, String, List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
异步批量插入
bulkAddAsync(String, String, List<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
bulkAddSync(String, String, List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
同步批量插入
bulkAddSync(String, String, List<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
bulkDeleteAsync(String, String, List<String>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
异步批量删除
bulkDeleteAsync(String, String, List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
bulkDeleteSync(String, String, List<String>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
同步批量删除
bulkDeleteSync(String, String, List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
bulkProcessor(RestHighLevelClient, ElasticsearchProperties) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.ElasticsearchConfiguration
批量操作处理器
bulkUpdateAsync(String, String, List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
异步批量更新
bulkUpdateAsync(String, String, List<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
bulkUpdateSync(String, String, List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsBulkService
同步批量更新
bulkUpdateSync(String, String, List<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
BusinessException - wang.bigbird.domain.framework.web.core.exceptions中的异常错误
WEB 层的异常派生类
BusinessException(Integer, String) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(ResponseStatus) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(Integer, String, Object) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(Integer, String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(Integer, String, Object, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(Integer, Object, String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BusinessException(Throwable, Integer, Object, String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
BYTE - 类 中的静态变量wang.bigbird.domain.framework.core.FileUtils
按字节计算
byte2hex(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
将字节数组转换为十六进制字符串
Byte2StringType - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
字节数组转换为字符串的转换方式
BytesConverter - wang.bigbird.domain.framework.common.crypto.service.impl中的接口
字节数组转换器
bytesKafkaTemplate(ProducerFactory) - 类 中的方法wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
KafkaTemplate(原生类型)
bytesToHex(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
字节数组转十六进制字符串
BytesUtil - wang.bigbird.domain.framework.common.crypto.base.utils中的类
字节数组处理工具

C

CACHE_NAME_SEPARATOR - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.Cache
缓存名称分隔符
CacheConfig - wang.bigbird.domain.framework.cache.support中的类
缓存配置
CacheConfig() - 类 的构造器wang.bigbird.domain.framework.cache.support.CacheConfig
 
CacheConfiguration - wang.bigbird.domain.framework.cache中的类
缓存配置
CacheConfiguration() - 类 的构造器wang.bigbird.domain.framework.cache.CacheConfiguration
 
CachedBodyHttpServletRequestFilter - wang.bigbird.domain.framework.web.core.filter中的类
缓存请求体的request包装类替换过滤器
CachedBodyHttpServletRequestFilter() - 类 的构造器wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestFilter
 
cachedBodyHttpServletRequestFilter() - 类 中的方法wang.bigbird.domain.framework.web.defence.config.configuration.DefenceConfiguration
 
CachedBodyHttpServletRequestWrapper - wang.bigbird.domain.framework.web.core.filter中的类
缓存请求体的request包装类,用于解决在拦截器中读取了body后,无法在controller中再次读取的问题。
CachedBodyHttpServletRequestWrapper(HttpServletRequest) - 类 的构造器wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestWrapper
 
CachedUIdWorker - wang.bigbird.domain.framework.id.strategy.baidu.impl中的类
Represents a cached implementation of UIdWorker extends from DefaultUIdWorker, based on a lock free RingBuffer The spring properties you can specified as below:
boostPower: RingBuffer size boost for a power of 2, Sample: boostPower is 3, it means the buffer size will be (BitsAllocator#getMaxSequence() + 1) << CachedUIdWorker.boostPower, Default as paddingFactor: Represents a percent value of (0 - 100).
CachedUIdWorker(int, int, int, String, long, int, int, Long, RejectedPutBufferHandler, RejectedTakeBufferHandler) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.impl.CachedUIdWorker
 
CacheEnableCondition - wang.bigbird.domain.framework.cache.condition中的类
缓存开启条件
CacheEnableCondition() - 类 的构造器wang.bigbird.domain.framework.cache.condition.CacheEnableCondition
 
CacheProperties - wang.bigbird.domain.framework.cache.config.properties中的类
缓存统一配置
CacheProperties() - 类 的构造器wang.bigbird.domain.framework.cache.config.properties.CacheProperties
 
CacheProperties.Caffeine - wang.bigbird.domain.framework.cache.config.properties中的类
Caffeine 配置
CacheProperties.Redis - wang.bigbird.domain.framework.cache.config.properties中的类
Redis 配置
cacheResolver() - 类 中的方法wang.bigbird.domain.framework.cache.support.CacheConfig
 
CacheType - wang.bigbird.domain.framework.cache.config.properties中的枚举
缓存类型
Caffeine() - 类 的构造器wang.bigbird.domain.framework.cache.config.properties.CacheProperties.Caffeine
 
caffeineCacheManager(CacheProperties) - 类 中的方法wang.bigbird.domain.framework.cache.CacheConfiguration
使用 Caffeine 作为缓存中间件
CALLER_NOT_FOUND - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
CallerCacheService - wang.bigbird.domain.framework.web.defence.security.judge.service中的类
调用者缓存服务
CallerCacheService() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.service.CallerCacheService
 
CallerItem - wang.bigbird.domain.framework.web.defence.security.bean中的类
外部调用者配置项
CallerItem() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.bean.CallerItem
 
CallerNotFoundException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
接入系统未注册异常 接入系统需要在tb_app表中注册
CallerNotFoundException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.CallerNotFoundException
 
CallerNotFoundException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.CallerNotFoundException
 
CallerNotFoundException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.CallerNotFoundException
 
calSlotIndex(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Calculate slot index with the slot sequence (sequence % bufferSize)
Canceled - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
取消
cancelProcess(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
取消处理过程
CancelProgress - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
取消处理
capitalize(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
CAPTCHA_IMAGE_KEY_PRE - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
验证码图片的缓存标识
CAPTCHA_SMS_KEY_PRE - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
验证码短信的缓存标识
CAPTCHA_VERIFY_FAILED - 接口 中的静态变量wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
验证码验证失败场景
CaptchaController - wang.bigbird.domain.framework.web.captcha.controller中的类
web公共业务接口
CaptchaController() - 类 的构造器wang.bigbird.domain.framework.web.captcha.controller.CaptchaController
 
CaptchaImageGenerator - wang.bigbird.domain.framework.core中的类
图像验证码生成器
CaptchaImageGenerator() - 类 的构造器wang.bigbird.domain.framework.core.CaptchaImageGenerator
 
CaptchaProperties - wang.bigbird.domain.framework.web.captcha.config.properties中的类
验证码配置
CaptchaProperties() - 类 的构造器wang.bigbird.domain.framework.web.captcha.config.properties.CaptchaProperties
 
CaptchaService - wang.bigbird.domain.framework.web.captcha.service.impl中的类
验证码服务
CaptchaService() - 类 的构造器wang.bigbird.domain.framework.web.captcha.service.impl.CaptchaService
 
caseInsensitiveValueOf(E[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
causeInstanceOf(Class<? extends Throwable>) - 异常错误 中的方法wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
导致这个异常的异常是否是指定类型的异常
CellData - wang.bigbird.domain.framework.document.api.data中的类
动态表格包含的单元格数据对象
CellData() - 类 的构造器wang.bigbird.domain.framework.document.api.data.CellData
 
chainedKafkaTransactionManager(DataSourceTransactionManager, KafkaTransactionManager<?, ?>) - 类 中的方法wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
 
CHANNEL - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
请求来源渠道
characters(char[], int, int) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
得到单元格内容的值
check() - 类 中的方法wang.bigbird.domain.framework.web.core.controller.HealthController
 
checkDateValid(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
检查日期格式是否是合法日期
checkExists(String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
checkExists(String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
判断节点是否存在
ChildTask - wang.bigbird.domain.framework.core.task中的类
子任务,具体的子任务要继承该类并且实现获取子任务数据集与处理具体数据的业务逻辑
ChildTask(String, int, int) - 类 的构造器wang.bigbird.domain.framework.core.task.ChildTask
 
chinatelecomHttpClient() - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.configure.ChinatelecomRetrofitConfiguration
 
ChinatelecomRetrofitConfiguration - wang.bigbird.domain.framework.message.sms.chinatelecom.configure中的类
Retrofit 配置
ChinatelecomRetrofitConfiguration() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.configure.ChinatelecomRetrofitConfiguration
 
CHINESE_DATE_FORMAT_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.DateUtils
中文日期格式
cleanCaptcha(String) - 接口 中的方法wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
清除验证码
cleanCaptcha(String) - 类 中的方法wang.bigbird.domain.framework.web.captcha.service.impl.CaptchaService
 
cleanPath(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clear() - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
clearCache(HttpSession, String...) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
清除session中指定键值
clearDir(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
清空文件夹,不删除该文件夹,删除该文件夹下的所有文件和子文件夹
clearDir(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
清空文件夹,不删除该文件夹,删除该文件夹下的所有文件和子文件夹
clearDirExcludeFiles(File, File[]) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
清空目录下除excludeFiles外的所有文件
clearSection(String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
清除指定的Section中的内容
clearSection(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
CLIENT - 类 中的静态变量wang.bigbird.domain.framework.web.auth.security.jwt.bean.JwtAuthData
认证对象类型是应用
close(Closeable) - 类 中的静态方法wang.bigbird.domain.framework.core.StreamUtils
安全关闭IO流
close(Closeable...) - 类 中的静态方法wang.bigbird.domain.framework.core.StreamUtils
关闭多个流
close() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
close() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeReader
 
close() - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
关闭文档
close() - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
close() - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
close() - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
 
close() - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
 
CN_CHARS - 类 中的静态变量wang.bigbird.domain.framework.core.DataUtils
汉字
CN_UNITS - 类 中的静态变量wang.bigbird.domain.framework.core.DataUtils
单位
code - 异常错误 中的变量wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
Coder - wang.bigbird.domain.framework.core中的类
编码工具类,对字符串进行编码解码处理
Coder() - 类 的构造器wang.bigbird.domain.framework.core.Coder
 
collapseFieldName(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtils - wang.bigbird.domain.framework.core中的类
集合操作工具类
COLON - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
Color2String(Color) - 类 中的静态方法wang.bigbird.domain.framework.core.ColorUtils
Color对象转换为十六进制字符串
ColorUtils - wang.bigbird.domain.framework.core中的类
颜色操作的一些常用方法
ColorUtils() - 类 的构造器wang.bigbird.domain.framework.core.ColorUtils
 
combineElasticsearchProperties(ElasticsearchProperties, ElasticsearchRestClientProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.helper.PropertiesHelper
合并elasticsearch配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
combineKafkaProperties(KafkaProducerProperties, KafkaConsumerProperties, KafkaProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.kafka.base.helper.PropertiesHelper
合并kafka配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
combineMongoProperties(MongoDBProperties, MongoProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.mongodb.base.helper.PropertiesHelper
合并mongoDB配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
combineRabbitmqProperties(RabbitmqProperties, RabbitProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.rabbitmq.base.helper.PropertiesHelper
合并rabbitmq配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
combineRedisProperties(RedisProperties, RedisProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.redis.base.helper.PropertiesHelper
合并redis配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
combineRocketmqProperties(RocketmqProducerProperties, RocketmqConsumerProperties, RocketMQProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.rocketmq.base.helper.PropertiesHelper
合并rocketmq配置 配置加载优先级如下: 1、自定义配置优先 2、spring原生配置作为候补
COMMA - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
commaDelimitedListToSet(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.handlers.JwtAuthenticationEntryPoint
 
Common - wang.bigbird.domain.framework.core.constants中的类
通用常量
Common.Cache - wang.bigbird.domain.framework.core.constants中的类
缓存
Common.DelFlag - wang.bigbird.domain.framework.core.constants中的类
删除标记
Common.OrderType - wang.bigbird.domain.framework.core.constants中的类
排序方式描述
Common.StringBoolean - wang.bigbird.domain.framework.core.constants中的类
布尔字符串
Common.Switch - wang.bigbird.domain.framework.core.constants中的类
开关
CommonController - wang.bigbird.domain.framework.web.core.controller中的类
web公共业务接口
CommonController() - 类 的构造器wang.bigbird.domain.framework.web.core.controller.CommonController
 
complement(Set<E>, Set<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
求两个集合的非公共元素构成的集合
compress(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
压缩字符串,去除字符串中所有空白字符
compressGZIP(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
对byte[]进行压缩
concatenateStringArrays(String[], String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
configurateObjectMapper(ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
配置ObjectMapper
configurateObjectMapper(ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
配置ObjectMapper
configure(HttpSecurity) - 类 中的方法wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration
 
configure(HttpSecurity) - 类 中的方法wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration.TokenConfigurer
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法wang.bigbird.domain.framework.web.core.config.configuration.WebConfiguration
将自定义MappingJackson2HttpMessageConverter放置在消息转换器首位, 可解决@RequestBody将字段值前后空格自动去除的问题
CONN_TIME_OUT - 类 中的静态变量wang.bigbird.domain.framework.core.url.URLConnectionUtils
 
connectionFactory(RabbitmqProperties, RabbitProperties) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
ConsistentHash<T,K> - wang.bigbird.domain.framework.core中的类
一致性Hash,解决分布式系统中负载均衡的问题
ConsistentHash(List<T>) - 类 的构造器wang.bigbird.domain.framework.core.ConsistentHash
 
Constant - wang.bigbird.domain.framework.common.logging.constants中的类
定义日志模块中要利用的一些常量
Constant() - 类 的构造器wang.bigbird.domain.framework.common.logging.constants.Constant
 
Constant - wang.bigbird.domain.framework.web.core.constants中的类
定义系统中要利用的一些常量
Constant() - 类 的构造器wang.bigbird.domain.framework.web.core.constants.Constant
 
consume(String, String, Class<T>, KafkaConsumerHandler<T>) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaConsumerServiceImpl
消费
consume(String, String, Class<T>, KafkaConsumerHandler<T>) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaConsumerService
消费消息
consume(String, Class<T>, RabbitmqConsumerHandler<T>) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqConsumerServiceImpl
 
consume(String, Class<T>, RabbitmqConsumerHandler<T>) - 接口 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.RabbitmqConsumerService
消费指定队列的消息,采用rabbitTemplate.receiveAndConvert()方式循环主动拉取消息实现 由于拉取消息会导致消息从队列中删除,因此采用该方法对于fanout和topic两种类型的队列无法保 证每个消费端都能获得消息,如果要实现fanout和topic对应的消息被所有消费者处理,请采用@RabbitListener 实现消息消费
consume(String, String, String, MessageModel, Class<T>, RocketmqConsumerHandler<T>) - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqConsumerServiceImpl
 
consume(String, String, String, MessageModel, Class<T>, RocketmqConsumerHandler<T>) - 接口 中的方法wang.bigbird.domain.framework.data.rocketmq.service.RocketmqConsumerService
消费消息,消费者一旦创建,不能更改,因此每次调用该方法均会新建一个消费者
contains(Iterator<?>, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(String) - 类 中的方法wang.bigbird.domain.framework.web.core.toolkit.UriTree
判断uri在该树中
containsAny(Collection<?>, Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsConstant(Enum<?>[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsDigit(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否包含数字
containsElement(Object[], Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Check whether the given array contains the given element.
containsInstance(Collection<?>, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Check whether the given Collection contains the given element instance.
containsLower(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否包含小写字母
containsSpecial(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否包含特殊字符
containsUpper(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否包含大写字母
containsWhitespace(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check whether the given String contains any whitespace characters.
ControllerLoggingAop - wang.bigbird.domain.framework.common.logging.base.aop中的类
Controller 日志 Aop
ControllerLoggingAop() - 类 的构造器wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
ControllerLoggingProperties - wang.bigbird.domain.framework.common.logging.config.properties中的类
Web Logging properties
ControllerLoggingProperties() - 类 的构造器wang.bigbird.domain.framework.common.logging.config.properties.ControllerLoggingProperties
 
convert(Object, Class, Object) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.NotNullConverter
 
convert(long, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
将数值转换为中文
convert(File, File) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
把office文档转换成目标文档
convert(Object, TypeDescriptor, TypeDescriptor) - 类 中的方法wang.bigbird.domain.framework.web.core.support.StringToCollectionConverter
 
convert2Cn(String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
数值转换为中文字符串(口语化)
convert2Cn(long) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
数值转换为中文字符串,如:2转化为二
convert2Cn(long, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
数值转换为中文字符串
convert2CnNum(int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
将阿拉伯数字转换为中文数字,比如:123 -》一二三
convert2DayEndTime(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
转换日期为当日的结束时刻
convert2DayStartTime(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
转换日期为当日的开始时刻
convertUnicode(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
将普通字符串转换为16位unicode编码的字符串
convertUnicode10(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
将普通字符串转换为10位unicode编码的字符串
copy(Object, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
将对象source的所有属性值拷贝到对象destination中.
copyFileOrFolder(File, File, List<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
复制文件或文件夹到指定的文件夹,保持源目录结构
copyFileOrFolder(String, String, List<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
复制文件或文件夹到指定的文件夹,保持源目录结构
copyFileToOtherFile(File, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
复制文件到另一文件中
copyFileToOtherFile(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
复制文件到另一文件中
copyList(Collection<?>, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanUtils
拷贝集合对象到新的集合中
copyNotNullProperties(Object, X) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanCopierUtils
只拷贝非空属性,对于同名不同类型的字段会执行转换,如果转换失败会抛出异常
copyProperties(Object, X) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanCopierUtils
拷贝所有属性,只会拷贝同名同类型的字段
copyPropertiesSupportWrapperType(Object, X) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanCopierUtils
拷贝所有属性,只会拷贝同名同类型的字段,支持包装类型转换的复制方法,如果包装类型为空,那么对于基本数值类型的变量,会用默认值
corsFilter(CorsProperties) - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
 
CorsProperties - wang.bigbird.domain.framework.web.core.config.properties中的类
跨域配置
CorsProperties() - 类 的构造器wang.bigbird.domain.framework.web.core.config.properties.CorsProperties
 
cosClient(OssProperties) - 类 中的方法wang.bigbird.domain.framework.data.oss.OssConfiguration
 
count(QueryParam) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
按条件查询符合条件的数据量
count(QueryParam) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
count(String, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
count(String, Map<String, Object>, Criteria, Class<?>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
count(String, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据指定key value到指定集合中查询匹配的数量
count(String, Map<String, Object>, Criteria, Class<?>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据指定key value到指定集合中查询匹配的数量
countOccurrencesOf(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Count the occurrences of the substring sub in string str.
countUserByRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
countUserByRole(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
获取具备指定角色的用户数量
cpu() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemUtils
获取CPU使用情况
CR - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
create() - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
create(Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.base.tools.support.RedisTemplateFactory
创建 RedisTemplate
create(Throwable) - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open.OpenHttpDegradeFallbackFactory
 
create(List<String>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.UriTree
通过uriList构造UriTree
createCode(int, int, int) - 类 中的方法wang.bigbird.domain.framework.core.CaptchaImageGenerator
生成验证码
CREATED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
createDataSource(DataSourceProperty) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MyDruidDataSourceCreator
 
createDefaultConfig() - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
createDefaultMQProducer(String, RocketmqProducerProperties) - 类 中的静态方法wang.bigbird.domain.framework.data.rocketmq.base.helper.MQProducerHelper
创建消息生产者
createEphemeralNode(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
createEphemeralNode(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
创建临时节点 session链接断开就没了; 不能创建子节点; 不能同名;
createEphemeralSequentialNode(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
createEphemeralSequentialNode(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
创建临时有序节点 session链接断开就没了; 不能创建子节点; 同名节点会在后面添加上序号(分布式锁使用的好处);
createFilePart(String, File) - 类 中的静态方法wang.bigbird.domain.framework.web.retrofit.base.helper.MultipartHelper
创建表单的文件字段
createFormBody(String) - 类 中的静态方法wang.bigbird.domain.framework.web.retrofit.base.helper.MultipartHelper
创建表单的普通字段
createIndex(Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsIndexService
创建索引
createIndex(CreateIndexRequest) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsIndexService
创建索引
createIndex(Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
createIndex(CreateIndexRequest) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
createIndex(String, String, Map<String, Sort.Direction>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBIndexServiceImpl
 
createIndex(String, String, Map<String, Sort.Direction>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBIndexService
向指定集合设置索引
createJavaTimeModule(String, String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
构造时间序列化模块
createJavaTimeModule(String, String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
构造时间序列化模块
createKey(String, AesKeyLength) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.IAesCryptoService
生成密钥
createKey(String, AesKeyLength) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
createKey(Sm4KeyLength) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
createKey(Sm4KeyLength) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.ISm4CryptoService
生成密钥
createKeyPair(RsaKeyBits) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
createKeyPair(RsaKeyBits) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.IRsaCryptoService
生成秘钥
createNewEmpty() - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.core.Dfa
新建一个空的实例
createNewEmpty() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.core.MemoryMapDfaImpl
 
createNode(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
createNode(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
创建持久节点 session断联、服务端重启还在; 可以创建子节点,子节点可以临时也可以持久; 不能同名;
createPermission(PermissionParam) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.PermissionController
创建权限
createPermission(PermissionBO) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.PermissionServiceImpl
 
createPermission(PermissionBO) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IPermissionService
创建权限
createRefreshToken(JwtAuthData, Integer, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
创建jwt refresh token
createRestApi() - 类 中的方法wang.bigbird.domain.framework.web.core.config.configuration.Swagger2Configuration
 
createRole(RoleParam) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
创建角色
createRole(RoleBO) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
createRole(RoleBO) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
添加角色
createRoleArea(Long, Set<Long>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleAreaServiceImpl
 
createRoleArea(Long, Set<Long>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleAreaService
创建角色区域
createRolePermission(Long, Set<Long>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RolePermissionServiceImpl
 
createRolePermission(Long, Set<Long>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRolePermissionService
创建角色权限
createScaleBufferedImage(BufferedImage, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
创建期望宽高的缓存图,保持原有图像宽高比
createScaleBufferedImage(BufferedImage, int, int) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
创建期望宽高的缓存图,保持原有图像宽高比
createScaleBufferedImageByProgressive(Image, int, int, Object, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
提供渐进缩放能力的缩放,用于提供更快更好地缩放效果
createScaleImage(Image, float) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
图象缩放
createSequentialNode(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
createSequentialNode(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
创建持久有序节点 session断联、服务端重启还在; 可以创建子节点,子节点可以临时也可以持久; 同名节点会在后面添加上序号;
createTopic(String, int, short) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaAdminServiceImpl
 
createTopic(String, int, short) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaAdminService
创建主体,如果kafka开启了自动创建topic配置, 那么,当生产者向一个不存在的topic发送数据时,会自动创建一个分区数为1,副本数为1的topic, 但这样会影响topic的管理和维护,因此建议采用该方法,在发送数据前,主动创建topic
createUserArea(Long, Set<Long>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserAreaServiceImpl
 
createUserArea(Long, Set<Long>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserAreaService
创建用户区域
CRLF - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
CryptoConfiguration - wang.bigbird.domain.framework.common.crypto中的类
加解密器配置
CryptoConfiguration() - 类 的构造器wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
 
CryptoException - wang.bigbird.domain.framework.common.crypto.base.exceptions中的异常错误
封装的加解密异常
CryptoException() - 异常错误 的构造器wang.bigbird.domain.framework.common.crypto.base.exceptions.CryptoException
 
CryptoException(String) - 异常错误 的构造器wang.bigbird.domain.framework.common.crypto.base.exceptions.CryptoException
 
CryptoException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.common.crypto.base.exceptions.CryptoException
 
CryptoRestInterceptor - wang.bigbird.domain.framework.common.crypto.base.aop中的类
Rest请求加密解密拦截器 基于Spring Cloud的微服务在使用RestTemplate调用的时候, 可通过注入该拦截器实现对请求数据的加密解密。
CryptoRestInterceptor() - 类 的构造器wang.bigbird.domain.framework.common.crypto.base.aop.CryptoRestInterceptor
 
Ct() - 类 的构造器wang.bigbird.domain.framework.data.oss.config.properties.OssProperties.Ct
 
CtOssHandler - wang.bigbird.domain.framework.data.oss.handler.impl中的类
天翼云云对象存储服务
CtOssHandler() - 类 的构造器wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
curatorFramework(ZookeeperProperties) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.ZookeeperConfiguration
Zookeeper client
CurrentProgress - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
当前进度
CurrentUser - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
当前用户
CustomerCorsProcessor - wang.bigbird.domain.framework.web.core.base.tools.support中的类
自定义跨域处理器,功能为在响应头中添加跨域相关的请求头
CustomerCorsProcessor(CorsConfiguration) - 类 的构造器wang.bigbird.domain.framework.web.core.base.tools.support.CustomerCorsProcessor
 
CustomIdGenerator - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
自定义的雪花ID生成策略,提供16位长度,防止官方雪花算法长度过长19位导致JS精度(支持17位)丢失问题
CustomIdGenerator() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.CustomIdGenerator
 
CustomizedCacheManager - wang.bigbird.domain.framework.cache.support中的类
自定义缓存管理器,可根据缓存名称对缓存时间做特殊设置
CustomizedCacheManager() - 类 的构造器wang.bigbird.domain.framework.cache.support.CustomizedCacheManager
 
CustomizedCaffeineCacheManager - wang.bigbird.domain.framework.cache.support.caffeine中的类
基于Caffeine的缓存管理器, 可实现根据缓存名称调整缓存过期时间
CustomizedCaffeineCacheManager(CacheProperties) - 类 的构造器wang.bigbird.domain.framework.cache.support.caffeine.CustomizedCaffeineCacheManager
 
CustomizedJsonJacksonCodec - wang.bigbird.domain.framework.cache.support.redission中的类
自定义 JsonJacksonCodec
CustomizedJsonJacksonCodec() - 类 的构造器wang.bigbird.domain.framework.cache.support.redission.CustomizedJsonJacksonCodec
 
CustomizedRedissonCache - wang.bigbird.domain.framework.cache.support.redission中的类
该类基本参照RedissonCache原样拷贝过来, 原因为RedissonCache对于过期时间设置无效,该类仅在put方法处增加了使过期时间生效的设置
CustomizedRedissonCache(RMapCache<Object, Object>, CacheConfig, boolean) - 类 的构造器wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
CustomizedRedissonCache(RMap<Object, Object>, boolean) - 类 的构造器wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
CustomizedRedissonSpringCacheManager - wang.bigbird.domain.framework.cache.support.redission中的类
基于Redisson的缓存管理器, 可实现根据缓存名称调整缓存过期时间
CustomizedRedissonSpringCacheManager(RedissonClient, CacheProperties, Codec) - 类 的构造器wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
CustomLocalDateTimeSerializer - wang.bigbird.domain.framework.core中的类
自定义的本地时间序列化器,作用在于当时间值等于 自定义设置的null时间模式时,序列化不返回内容
CustomLocalDateTimeSerializer(DateTimeFormatter, String) - 类 的构造器wang.bigbird.domain.framework.core.CustomLocalDateTimeSerializer
 
CustomLoggingAop - wang.bigbird.domain.framework.common.logging.base.aop中的类
自定义日志 Aop
CustomLoggingAop() - 类 的构造器wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
CustomLoggingProperties - wang.bigbird.domain.framework.common.logging.config.properties中的类
Custom Logging properties
CustomLoggingProperties() - 类 的构造器wang.bigbird.domain.framework.common.logging.config.properties.CustomLoggingProperties
 
CustomLongSerializer - wang.bigbird.domain.framework.web.core.support中的类
自定义Long序列化器,把Long类型按照数值返回,该类的意义是用于在Long类型字段上指定用该序列化方式, 使Long型保持数值返回,以免被全局序列化方式转换为字符串
CustomLongSerializer() - 类 的构造器wang.bigbird.domain.framework.web.core.support.CustomLongSerializer
 
CustomMessage - wang.bigbird.domain.framework.message.api.pojo中的类
自定义消息
CustomMessage() - 类 的构造器wang.bigbird.domain.framework.message.api.pojo.CustomMessage
 
CustomMetaObjectHandler - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
自定义的字段填充器, 对于创建时间字段,在数据插入时填充, 对于更新时间字段,在数据插入和更新时填充
CustomMetaObjectHandler() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.CustomMetaObjectHandler
 
CUT_IMAGE_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
cutPicture(String, String, int, int, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
裁剪图片
cyclical(int) - 类 中的静态方法wang.bigbird.domain.framework.core.LunarCalendar
传入指定年份,传回干支,0=甲子

D

DaoExceptionHandler - wang.bigbird.domain.framework.web.dao.advice中的类
异常统一处理
DaoExceptionHandler() - 类 的构造器wang.bigbird.domain.framework.web.dao.advice.DaoExceptionHandler
 
DASHED - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
data - 异常错误 中的变量wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
DATA_NOT_EXIST - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
DATA_TYPE_BOOL - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
布尔数据类型
DATA_TYPE_DATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
日期数据类型
DATA_TYPE_DEC - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
小数数据类型
DATA_TYPE_IMAGE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
图片数据类型
DATA_TYPE_INT - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
整数数据类型
DATA_TYPE_SELECT - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
多选项数据类型
DATA_TYPE_STR - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
字符串短文本数据类型
DATA_TYPE_TABLE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格数据类型
DATA_TYPE_TEXT - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
字符串长文本数据类型
dataSource(DynamicDataSourceProvider) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.DataSourceConfiguration
将动态数据源设置为首选的 当spring存在多个数据源时,自动注入的是首选的对象 设置为主要的数据源之后,就可以支持shardingjdbc原生的配置方式了
DataSourceConfiguration - wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration中的类
多数据源配置
DataSourceConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.DataSourceConfiguration
 
DataUtils - wang.bigbird.domain.framework.core中的类
数据操作工具类
DataUtils() - 类 的构造器wang.bigbird.domain.framework.core.DataUtils
 
DATE_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
日期类型数据规则默认值定义元素项位置:A|名称|date|日期格式|最小值|最大值|默认值|依赖项?
DATE_DATA_TYPE_FORMAT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
日期类型数据规则格式定义元素项位置:A|名称|date|日期格式|最小值|最大值|默认值|依赖项?
DATE_DATA_TYPE_MAX_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
日期类型数据规则最大值定义元素项位置:A|名称|date|日期格式|最小值|最大值|默认值|依赖项?
DATE_DATA_TYPE_MIN_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
日期类型数据规则最小值定义元素项位置:A|名称|date|日期格式|最小值|最大值|默认值|依赖项?
DATE_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.DateUtils
年月日格式
dateConverter() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
Date转换器,用于转换RequestParam和PathVariable参数 千万不要试图转为 lambda 表达式!
dateToLunarDate(Date, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.LunarCalendar
获取指定日期的阴历日期描述
DateUtils - wang.bigbird.domain.framework.core中的类
日期操作工具类
dayCheck(String, String, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每天,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
dayCheck(String, String, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每天,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
dayCheck(String, String, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
dayCheck(String, String, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
daysBetween(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的天数,严格计算模式,不满跨度值不纳入计数
daysBetween(Date, Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的天数,严格计算模式,不满跨度值不纳入计数
DEC_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
小数类型数据规则默认值定义元素项位置:A|名称|dec|最小值|最大值|精度|默认值|依赖项?
DEC_DATA_TYPE_MAX_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
小数类型数据规则最大值定义元素项位置:A|名称|dec|最小值|最大值|精度|默认值|依赖项?
DEC_DATA_TYPE_MIN_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
小数类型数据规则最小值定义元素项位置:A|名称|dec|最小值|最大值|精度|默认值|依赖项?
DEC_DATA_TYPE_PRECISION_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
小数类型数据规则精度定义元素项位置:A|名称|dec|最小值|最大值|精度|默认值|依赖项?
decode(String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.BytesConverter
解码
decompressGZIP(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
对byte[]进行解压缩
decr(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
decr(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
DECR 为键 key 储存的数字值减去一。
decrby(String, long) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
decrby(String, long) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
DECRBY 为键 key 储存的数字值减去 delta。
Decrypt - wang.bigbird.domain.framework.common.crypto.annotation中的注释类型
解密注解 将此注解标注在控制层方法上, 会将控制层待读取的数据解密后再读取
decrypt(byte[], String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.ICryptoService
解密
decrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
decrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.EnvelopeCryptoService
 
decrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
decrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
decrypt(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
用指定的key对数据进行DES解密
decrypt(byte[], byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
用指定的key对数据进行DES解密
decrypt(String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
利用默认密匙对用DES加密过的数据进行解密.
decrypt(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.RC4
RC4解密
decrypt(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.RC4
RC4解密
decrypt2String(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.ICryptoService
解密
decrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
decrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.EnvelopeCryptoService
 
decrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
decrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
DecryptAdvice - wang.bigbird.domain.framework.common.crypto.base.aop中的类
对controller层为方法参数标注了RequestBody类型进行解密增强处理的切面。
DecryptAdvice() - 类 的构造器wang.bigbird.domain.framework.common.crypto.base.aop.DecryptAdvice
 
DEFAULT_ENCODING - 类 中的静态变量wang.bigbird.domain.framework.core.Coder
默认编码
DEFAULT_PADDING_PERCENT - 类 中的静态变量wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
DEFAULT_SYMBOL - 类 中的静态变量wang.bigbird.domain.framework.common.sensitive.SensitiveConst
 
DEFAULT_VALUE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
数据项被规则效验失败后的默认值
defaultMQProducer(RocketmqProducerProperties, RocketmqConsumerProperties, RocketMQProperties) - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.RocketmqConfiguration
 
defaultPolicy() - 类 中的静态方法wang.bigbird.domain.framework.web.core.pwd.PasswordPolicy
默认密码校验规则: 密码长度应至少8位; 至少包含数字、小写字母、大写字母、特殊符号4类; 应避免键盘排序输入; 不能与账号一致; 不能与近三次密码一致; 弱密码库校验。
DefaultUIdWorker - wang.bigbird.domain.framework.id.strategy.baidu.impl中的类
Represents an implementation of UIdWorker The unique id has 64bits (long), default allocated as blow:
sign: The highest bit is 0 delta seconds: The next 28 bits, represents delta seconds since a customer epoch(2016-05-20 00:00:00.000).
DefaultUIdWorker(int, int, int, String, long) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
defaultWebSecurityExpressionHandler() - 类 中的方法wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration
注入自定义PermissionEvaluator
DefenceConfiguration - wang.bigbird.domain.framework.web.defence.config.configuration中的类
Defence配置
DefenceConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.defence.config.configuration.DefenceConfiguration
 
DefenceException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
安全防护访问异常
DefenceException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.DefenceException
 
DefenceException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.DefenceException
 
DefenceException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.DefenceException
 
DefenceExceptionHandler - wang.bigbird.domain.framework.web.defence.advice中的类
异常统一处理
DefenceExceptionHandler() - 类 的构造器wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
 
DefenceGateway - wang.bigbird.domain.framework.web.defence.security中的类
安全防护访问网关
DefenceGateway() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.DefenceGateway
 
DefenceInterceptor - wang.bigbird.domain.framework.web.defence.security.interceptor中的类
安全防护访问拦截器
DefenceInterceptor() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.interceptor.DefenceInterceptor
 
Defenceless - wang.bigbird.domain.framework.web.defence.security.annotation中的注释类型
配置该注解可以使方法不被防御拦截器处理
DefenceProperties - wang.bigbird.domain.framework.web.defence.config.properties中的类
 
DefenceProperties() - 类 的构造器wang.bigbird.domain.framework.web.defence.config.properties.DefenceProperties
 
DEL - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.DelFlag
删除
del(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
del(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
DEL 删除给定的 key 。
delAllSection() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
删除所有的Section
delAllSection() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
delete(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Delete all occurrences of the given substring.
delete(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsManipulateService
删除单条
delete(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsManipulateServiceImpl
 
DELETE_FILE_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
deleteAny(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Delete any character in a given String.
deleteById(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
deleteById(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
删除角色
deleteByIdWithFill(T) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
根据id进行逻辑删除数据,并带自动填充功能
deleteByIdWithFill(T) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl.ServiceImpl
 
deleteByIdWithFill(T) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.IService
根据id进行逻辑删除数据,并带自动填充功能
deleteFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
deleteFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
deleteFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 
deleteFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
deleteFile(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.handler.IOssHandler
删除文件
deleteFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.service.impl.OssPersistenceServiceImpl
 
deleteFile(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.service.OssPersistenceService
删除文件
deleteFile(String) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
删除文件
deleteIndex(Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsIndexService
删除索引
deleteIndex(String) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsIndexService
删除
deleteIndex(Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
deleteIndex(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
deleteNode(String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
deleteNode(String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
删除节点
deleteRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
删除角色
deleteRoleArea(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleAreaServiceImpl
 
deleteRoleArea(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleAreaService
删除角色区域
deleteRolePermission(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RolePermissionServiceImpl
 
deleteRolePermission(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRolePermissionService
删除角色权限
deleteUserArea(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserAreaServiceImpl
 
deleteUserArea(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserAreaService
删除用户区域
delFileOrFolder(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
删除文件或文件夹
delFileOrFolder(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
删除文件或文件夹
DELIM_END - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
DELIM_START - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
delimitedListToStringArray(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Take a String that is a delimited list and convert it into a String array.
delSection(String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
删除指定的Section
delSection(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
DES - wang.bigbird.domain.framework.core.arithmetic中的类
已过时。
DES() - 类 的构造器wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
 
DESC - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.OrderType
降序
DESENSITIZATION_STR - 类 中的静态变量wang.bigbird.domain.framework.common.sensitive.SensitiveConst
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法wang.bigbird.domain.framework.web.auth.base.tools.SimpleGrantedAuthorityDeserializer
 
destroy() - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaConsumerServiceImpl
注销consumer
destroy() - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqConsumerServiceImpl
 
destroy() - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqProducerServiceImpl
 
destroy() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.CachedUIdWorker
 
destroy() - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
destroy() - 类 中的方法wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestFilter
 
destroyed - 类 中的静态变量wang.bigbird.domain.framework.message.api.AbstractMessageSender
是否关闭
DEVICE - 类 中的静态变量wang.bigbird.domain.framework.web.auth.security.jwt.bean.JwtAuthData
认证对象类型是设备
DEVICE_ID - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
设备ID
Dfa - wang.bigbird.domain.framework.common.forbidden.core中的接口
DFA算法的数据结构,将每个词用每个字符为key,构建嵌套的结构,map中存放一个关键key=EOW, 标识是否搜索到禁用词。
dfa - 类 中的变量wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
 
DIGIT_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
 
DingtalkMessageSender - wang.bigbird.domain.framework.message.dingtalk中的类
钉钉消息发送器
DingtalkMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.dingtalk.DingtalkMessageSender
 
DISABLE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.Switch
禁用
discardPutBuffer(RingBuffer, long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Discard policy for RejectedPutBufferHandler, we just do logging
disk() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemUtils
获取磁盘使用情况
dispatch - 类 中的变量wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Bridge
调度处理类,封装了一些操作来操作office,可理解为JAVA获得的对Office应用某种实例的一个控制权
DisposableWorkerIdAssigner - wang.bigbird.domain.framework.id.worker中的类
Represents an implementation of WorkerIdAssigner, the worker id will be discarded after assigned to the UidGenerator
DisposableWorkerIdAssigner() - 类 的构造器wang.bigbird.domain.framework.id.worker.DisposableWorkerIdAssigner
 
DISPOSED_JWT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
DisposedJwtException - wang.bigbird.domain.framework.web.auth.security.jwt.exception中的异常错误
强制注销的Jwt访问时发生的异常
DisposedJwtException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.exception.DisposedJwtException
 
DisposedJwtException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.exception.DisposedJwtException
 
DistributedLock - wang.bigbird.domain.framework.distributedlock.core.service中的接口
分布式锁
DistributedLockAop - wang.bigbird.domain.framework.distributedlock.core.base.aop中的类
分布式锁 Aop
DistributedLockAop() - 类 的构造器wang.bigbird.domain.framework.distributedlock.core.base.aop.DistributedLockAop
 
doAccept(CallerItem, AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.BaseDefenceJudge
 
doAccept(CallerItem, AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.IpLimitDefenceJudge
 
doAccept(CallerItem, AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.ReplayAttackDefenceJudge
 
doAccept(CallerItem, AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.SignatureDefenceJudge
 
doAccept(CallerItem, AccessData, ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.WhiteBlackLimitListDefenceJudge
 
DocFormatRuleParseException - wang.bigbird.domain.framework.document.api.exception中的异常错误
文档制作规则解析相关异常
DocFormatRuleParseException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.document.api.exception.DocFormatRuleParseException
包装异常消息
DocFormatRuleParseException(String) - 异常错误 的构造器wang.bigbird.domain.framework.document.api.exception.DocFormatRuleParseException
包装异常消息
DocFormatRuleParseException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.document.api.exception.DocFormatRuleParseException
包装异常消息
DockerUtils - wang.bigbird.domain.framework.id.base.utils中的类
DockerUtils
DockerUtils() - 类 的构造器wang.bigbird.domain.framework.id.base.utils.DockerUtils
 
DocMaker - wang.bigbird.domain.framework.document.api中的接口
文档制作接口
doConvert(File, File) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
执行把office文档转换成目标文档
doConvert(File, File) - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.ExcelApp
 
doConvert(File, File) - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.PptApp
 
doConvert(File, File) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
 
Document - wang.bigbird.domain.framework.document.word.jacob.components中的类
代表当前操控的单份文档的控制权
Document(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.word.jacob.components.Document
 
Documents - wang.bigbird.domain.framework.document.word.jacob.components中的类
代表被操控的所有word文档集合的控制权,通过该控制权可以创建对单份文档的控制权
Documents(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.word.jacob.components.Documents
 
DocumentWrapper - wang.bigbird.domain.framework.document.word.wrapper.poi中的类
Word文档包装器,包装了2003格式和2007格式的word文档处理逻辑
DocumentWrapper(HWPFDocument) - 类 的构造器wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
包装了2003格式的文档处理器
DocumentWrapper(XWPFDocument) - 类 的构造器wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
包装了2007格式的文档处理器
DocumentWrapper(XWPFTemplate) - 类 的构造器wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
包装了2007格式的文档处理器
doesNotContain(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given text does not contain the given substring.
doExecute() - 类 中的方法wang.bigbird.domain.framework.core.task.ChildTask
执行任务
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.filter.JwtAuthenticationTokenFilter
 
doIntercept(Interceptor.Chain) - 类 中的方法wang.bigbird.domain.framework.web.retrofit.interceptor.SignInterceptor
 
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
根据文档模板+制作规则,接受外部传入的文档数据制作对应文档,并将文档放到指定目录
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.excel.ExcelMaker
 
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.html.HtmlMaker
 
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.pdf.PdfMaker
 
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.ppt.PptMaker
 
doMakeDoc(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.word.AbstractWordMaker
 
doMakeDoc4Page(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String, int) - 类 中的方法wang.bigbird.domain.framework.document.word.AbstractWordMaker
根据文档模板+制作规则,接受外部传入的文档数据制作对应文档,并将文档放到指定目录
doMakeDoc4Page(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String, int) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordMaker
 
doMakeDoc4Page(File, LinkedHashMap<String, String>, LinkedHashMap<String, ImageData>, LinkedHashMap<String, TableData>, String, String, String, int) - 类 中的方法wang.bigbird.domain.framework.document.word.WordMaker
 
doProcessData(T) - 类 中的方法wang.bigbird.domain.framework.core.task.ChildTask
处理任务单个数据
doSaveAsHtml(String) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
文档保存为html
doSaveAsHtml(String) - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
doSaveAsHtml(String) - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
doSaveAsHtml(String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
 
doSaveAsPdf(String) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
文档保存为pdf
doSaveAsPdf(String) - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
doSaveAsPdf(String) - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
doSaveAsPdf(String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
 
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
执行发送消息
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.dingtalk.DingtalkMessageSender
 
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.email.EmailMessageSender
 
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.SmsMessageSender
 
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.sms.chuanglan.SmsMessageSender
 
doSendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.wechat.WechatMessageSender
 
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
按照消息平台定义的模板发送消息
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.dingtalk.DingtalkMessageSender
 
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.email.EmailMessageSender
 
doSendMessageByTemplate(Map<String, String>) - 接口 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated.IntegratedHttpApi
 
doSendMessageByTemplate(Map<String, String>) - 接口 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.api.open.OpenHttpApi
 
doSendMessageByTemplate(Map<String, String>) - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open.OpenHttpApiFallback
 
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.SmsMessageSender
 
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.sms.chuanglan.SmsMessageSender
 
doSendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.wechat.WechatMessageSender
 
DOT - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
double2String(double, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
将 double转为string,没有","分割,并且不采用科学计数法
DOUBLE_DOT - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
DOUBLE_MIN_VALUE - 类 中的静态变量wang.bigbird.domain.framework.core.DataUtils
双精度最小值
DOUBLE_QUOTES - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
doubleToInt(double) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
按照四舍五入计算方式执行双精度转整型
downloadFile(String, String, String, String, String, HttpProxy) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
下载文件
downloadFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
downloadFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
downloadFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 
downloadFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
downloadFile(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.handler.IOssHandler
下载文件
downloadFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.service.impl.OssPersistenceServiceImpl
 
downloadFile(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.service.OssPersistenceService
下载文件
downloadFile(String, String, HttpServletRequest, HttpServletResponse) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
下载文件
drawTable(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, Map<Integer, Integer>, Map<Integer, Integer>, Set<String>, String) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
绘制数据表格
DRS_FILE_SUFFIX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
新一代文档后缀
druidDataSourceCreator() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.DruidDataSourceCreatorAutoConfiguration
 
DruidDataSourceCreatorAutoConfiguration - wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration中的类
动态数据源创建者配置
DruidDataSourceCreatorAutoConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.DruidDataSourceCreatorAutoConfiguration
 
dumpObject() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
这个方法用来打印所有的ini数据,主要用于测试程序正确性
dumpObject() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
DUPLICATE_BUSINESS_DATA - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
DUPLICATE_DATA_SUB - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
dynamicDataSourceProvider() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.DataSourceConfiguration
将shardingDataSource放到了多数据源(dataSourceMap)中 注意有个版本的bug,3.1.1版本 不会进入loadDataSources 方法,这样就一直造成数据源注册失败

E

ElasticsearchConfiguration - wang.bigbird.domain.framework.data.elasticsearch中的类
 
ElasticsearchConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.ElasticsearchConfiguration
 
ElasticsearchProperties - wang.bigbird.domain.framework.data.elasticsearch.config.properties中的类
Elasticsearch properties
ElasticsearchProperties() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.config.properties.ElasticsearchProperties
 
elasticsearchTemplate(RestHighLevelClient) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.ElasticsearchConfiguration
elasticsearchTemplate 如果保留该方法名作为Bean名称,需要开启Bean覆盖,否则会报错
EMAIL_FORMAT_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EMAIL_NOT_EXIST_IN_WHITE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EMAIL_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
邮箱正则模式
EMAIL_REGISTERED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EmailConfiguration - wang.bigbird.domain.framework.message.email.configure中的类
Email 配置
EmailConfiguration() - 类 的构造器wang.bigbird.domain.framework.message.email.configure.EmailConfiguration
 
EmailMessageSender - wang.bigbird.domain.framework.message.email中的类
邮件消息发送器
EmailMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.email.EmailMessageSender
 
EMPTY - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
empty() - 类 中的静态方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
默认结果为空的分页数据响应报文
empty(PageParam) - 类 中的静态方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
对应分页参数结果为空的分页数据响应报文
ENABLE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.Switch
启用
encode(byte...) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.BytesConverter
编码
encode(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
采用指定编码格式对字符串进行编码
encodeShiftJis(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
日文编码
encodeUtf8(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
该方法相比URLEncoder.encode(s,"utf-8")的区别在于对空格,该方法使用20 %替换,而URLEncoder.encode(s,"utf-8")使用+号
Encrypt - wang.bigbird.domain.framework.common.crypto.annotation中的注释类型
加密注解,类似@responseBody注解, 将此注解标注在控制层方法上, 会将控制层待返回的数据加密后再返回
encrypt(byte[], String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.ICryptoService
加密
encrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
encrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.EnvelopeCryptoService
 
encrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
encrypt(byte[], String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
encrypt(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
用指定的key对数据进行DES加密
encrypt(byte[], byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
用指定的key对数据进行DES加密
encrypt(String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
利用默认密匙对数据进行DES加密
encrypt(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.RC4
RC4加密,将加密后的数据进行哈希
encrypt(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.RC4
RC4加密,将加密后的数据进行哈希
encrypt2String(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.ICryptoService
加密
encrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
encrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.EnvelopeCryptoService
 
encrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
encrypt2String(String, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
EncryptAdvice - wang.bigbird.domain.framework.common.crypto.base.aop中的类
对controller层返回值为ResponseBody类型进行加密增强处理的切面。
EncryptAdvice() - 类 的构造器wang.bigbird.domain.framework.common.crypto.base.aop.EncryptAdvice
 
encryptByte(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.RC4
RC4加密
END_OF_WORD - 接口 中的静态变量wang.bigbird.domain.framework.common.forbidden.core.Dfa
词完结的标志
endElement(String, String, String) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
 
endsWithIgnoreCase(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
EnumUtils - wang.bigbird.domain.framework.core.enums中的类
值枚举操作工具类
EnumUtils() - 类 的构造器wang.bigbird.domain.framework.core.enums.EnumUtils
 
env() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemUtils
获取JAVA运行环境
envelopCryptoService(IAesCryptoService, IRsaCryptoService) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
数字信封加密解密器
EnvelopeCryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto.impl中的类
数字信封加密解密工具 数字信封是指发送方采用接收方的公钥来加密对称密钥后所得的数据。
EnvelopeCryptoService() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.crypto.impl.EnvelopeCryptoService
 
epochSeconds - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
epochStr - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
Customer epoch, unit as second.
equals(Object) - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
 
equals(Object) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
ERROR_CLOCK_BACK - 异常错误 中的静态变量wang.bigbird.domain.framework.id.exception.IdGenerateException
回拨超时错误
EsBulkService - wang.bigbird.domain.framework.data.elasticsearch.service中的接口
批量操作服务
EsBulkServiceImpl - wang.bigbird.domain.framework.data.elasticsearch.service.impl中的类
批量操作服务
EsBulkServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsBulkServiceImpl
 
EsIndexService - wang.bigbird.domain.framework.data.elasticsearch.service中的接口
索引服务
EsIndexServiceImpl - wang.bigbird.domain.framework.data.elasticsearch.service.impl中的类
索引服务
EsIndexServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
EsManipulateService - wang.bigbird.domain.framework.data.elasticsearch.service中的接口
数据操作服务
EsManipulateServiceImpl - wang.bigbird.domain.framework.data.elasticsearch.service.impl中的类
数据操作服务
EsManipulateServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsManipulateServiceImpl
 
EsQueryService - wang.bigbird.domain.framework.data.elasticsearch.service中的接口
查询服务
EsQueryServiceImpl - wang.bigbird.domain.framework.data.elasticsearch.service.impl中的类
查询服务
EsQueryServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
evict(Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
EXCEED_MAX_TIMES - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EXCEED_MAX_TIMES_ONE_DAY - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EXCEED_MAX_TIMES_ONE_HOUR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EXCEED_MAX_TIMES_ONE_MINUTE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
EXCEED_SCOPE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ExceedMaxTimesOneDayException - wang.bigbird.domain.framework.web.frequency.exception中的异常错误
一天内超过最大次数
ExceedMaxTimesOneDayException() - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneDayException
 
ExceedMaxTimesOneDayException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneDayException
 
ExceedMaxTimesOneHourException - wang.bigbird.domain.framework.web.frequency.exception中的异常错误
一小时内超过最大次数
ExceedMaxTimesOneHourException() - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneHourException
 
ExceedMaxTimesOneHourException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneHourException
 
ExceedMaxTimesOneMinuteException - wang.bigbird.domain.framework.web.frequency.exception中的异常错误
一分钟内超过最大次数
ExceedMaxTimesOneMinuteException() - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneMinuteException
 
ExceedMaxTimesOneMinuteException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.ExceedMaxTimesOneMinuteException
 
ExcelApp - wang.bigbird.domain.framework.document.excel.jacob中的类
Excel应用程序的JAVA操控器
ExcelApp() - 类 的构造器wang.bigbird.domain.framework.document.excel.jacob.ExcelApp
创建Excel应用程序
ExcelHandler - wang.bigbird.domain.framework.document.excel.handler中的类
大数据量excel处理器,一般数据量超10万,但是对于部分excel文件仍然会出现内存溢出问题,该现象于2018年5月9日进行授权数据迁移恢复时发现, 且未找到解决方法
ExcelHandler() - 类 的构造器wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
 
ExcelMaker - wang.bigbird.domain.framework.document.excel中的类
Excel文档制作器,该制作器应用于表单数据收集,应用于移动端类似随手拍的业务场景最为合适。
ExcelMaker() - 类 的构造器wang.bigbird.domain.framework.document.excel.ExcelMaker
 
ExcelProcessor - wang.bigbird.domain.framework.document.excel.toolkit中的类
Excel文档处理器,提供围绕Excel处理的公共方法
ExceptionFactory - wang.bigbird.domain.framework.document.api.exception中的类
异常工厂,用于封装文档制作规则解析相关异常
exceptionRejectedTakeBuffer(RingBuffer) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Policy for RejectedTakeBufferHandler, throws RuntimeException after logging
ExcludeHandler - wang.bigbird.domain.framework.common.logging.base.utils中的类
排除处理
ExcludeWrapper - wang.bigbird.domain.framework.common.logging.domain中的类
排除的类和方法包装
ExcludeWrapper() - 类 的构造器wang.bigbird.domain.framework.common.logging.domain.ExcludeWrapper
 
exists(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
exists(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
EXISTS 检查给定 key 是否存在。
existsIndex(String) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsIndexService
索引是否存在
existsIndex(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsIndexServiceImpl
 
expire(String, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
expire(String, long, TimeUnit) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
设置过期时间
EXPIRED_JWT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
exportExcel(Map<String, String>, Collection<Map<String, Object>>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportExcel(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, Short>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportExcel(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, Short>, Map<Integer, Short>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportExcel(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Integer>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportExcel(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Integer>, Set<String>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportExcel(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Integer>, Set<String>, OutputStream, String, String) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将放置在JAVA集合中并且符合一定条件的数据以EXCEL的形式输出到指定IO设备上,用于单个sheet
exportFile(File, HttpServletRequest, HttpServletResponse) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
导出文件
exportPdf(Map<String, String>, Collection<Map<String, Object>>, OutputStream) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个简易表格输出
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, OutputStream) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个sheet
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, OutputStream) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个sheet
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, Map<Integer, Float>, OutputStream) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个sheet
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, Map<Integer, Float>, Set<String>, OutputStream) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个简易表格输出
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, Map<Integer, Float>, Set<String>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个简易表格输出
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, Map<Integer, Float>, Set<String>, OutputStream, String, Document) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个简易表格输出
exportPdf(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, BaseColor>, Map<Integer, Float>, Map<Integer, Float>, Set<String>, OutputStream, String, Document, Font) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将放置在JAVA集合中并且符合一定条件的数据以PDF的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(LinkedHashMap<String, String>, Collection<Map<String, Object>>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(LinkedHashMap<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(LinkedHashMap<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, Map<Integer, Integer>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(LinkedHashMap<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, Map<Integer, Integer>, Map<Integer, Integer>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, Map<Integer, Integer>, Map<Integer, Integer>, Set<String>, OutputStream, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
exportWord(Map<String, String>, Collection<Map<String, Object>>, Map<Integer, String>, Map<Integer, Integer>, Map<Integer, Integer>, Set<String>, OutputStream, String, String) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将放置在JAVA集合中并且符合一定条件的数据以WORD的形式输出到指定IO设备上,用于单个简易表格输出
ExposedApi - wang.bigbird.domain.framework.web.defence.domain.entity中的类
对外暴露服务API信息表实体
ExposedApi() - 类 的构造器wang.bigbird.domain.framework.web.defence.domain.entity.ExposedApi
 
ExposedApiBO - wang.bigbird.domain.framework.web.defence.domain.bo中的类
对外暴露服务API信息
ExposedApiBO() - 类 的构造器wang.bigbird.domain.framework.web.defence.domain.bo.ExposedApiBO
 
ExposedApiMapper - wang.bigbird.domain.framework.web.defence.dao中的接口
 
ExposedApiServiceImpl - wang.bigbird.domain.framework.web.defence.service.impl中的类
对外暴露服务API信息服务
ExposedApiServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.defence.service.impl.ExposedApiServiceImpl
 
EXTENSION_DOC - 类 中的静态变量wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
2003格式的word文件
EXTENSION_DOCX - 类 中的静态变量wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
2007格式的word文件
EXTENSION_XLS - 类 中的静态变量wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
2003格式的excel文件
EXTENSION_XLSX - 类 中的静态变量wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
2007格式的excel文件
extractFile(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
提取指定文件
extractFile(File, String, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
提取指定文件

F

Failed - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
失败
FALSE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.StringBoolean
false
fatherToChild(Object, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
将父类所有的属性COPY到子类中。
FeignLoggingAop - wang.bigbird.domain.framework.common.logging.base.aop中的类
Feign 日志 Aop
FeignLoggingAop() - 类 的构造器wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
FeignLoggingProperties - wang.bigbird.domain.framework.common.logging.config.properties中的类
Feign Logging properties
FeignLoggingProperties() - 类 的构造器wang.bigbird.domain.framework.common.logging.config.properties.FeignLoggingProperties
 
fetchSheetParser(SharedStringsTable) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
获取表格的处理器
FILE_FORMAT_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
FILE_SUFFIX_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
FileForbidWordRepository - wang.bigbird.domain.framework.common.forbidden.repository中的类
从文本文件加载禁用词,每行一个禁用词
FileForbidWordRepository(Dfa, String) - 类 的构造器wang.bigbird.domain.framework.common.forbidden.repository.FileForbidWordRepository
Instantiates a new Forbid word repository.
FileUtils - wang.bigbird.domain.framework.core中的类
文件操作工具类
FileUtils() - 类 的构造器wang.bigbird.domain.framework.core.FileUtils
 
filterChars(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
删除字符串中的被过滤串包含的字符
filterResult(File, List<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
文件过滤器,对于指定格式的文件返回true,若未指定文件格式,则任何文件都返回true
filterResult(String, List<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
文件过滤器,对于指定格式的文件返回true,若未指定文件格式,则任何文件都返回true
filterTag(String) - 类 中的静态方法wang.bigbird.domain.framework.document.api.base.utils.KeyUtils
拆除key两边的标签符
find(String, T) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, Object, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, Map<String, Object>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, Criteria, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, List<String>, T) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, List<String>, Object, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, List<String>, Map<String, Object>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, List<String>, Map<String, Object>, Criteria, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, List<String>, Map<String, Object>, Criteria, Class<T>, String, Sort.Direction, Boolean) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
find(String, T) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, Object, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, Map<String, Object>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, Criteria, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, List<String>, T) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, List<String>, Object, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, List<String>, Map<String, Object>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, List<String>, Map<String, Object>, Criteria, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String, List<String>, Map<String, Object>, Criteria, Class<T>, String, Sort.Direction, Boolean) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
find(String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
查找字符串
findAll(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAll(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
查询指定集合中的所有数据
findAndSort(String, T, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, Object, Class<T>, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, Map<String, Object>, Class<T>, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, List<String>, T, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, List<String>, Object, Class<T>, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, List<String>, Map<String, Object>, Class<T>, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, List<String>, Map<String, Object>, Criteria, Class<T>, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findAndSort(String, T, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, Object, Class<T>, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, Map<String, Object>, Class<T>, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, List<String>, T, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, List<String>, Object, Class<T>, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, List<String>, Map<String, Object>, Class<T>, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findAndSort(String, List<String>, Map<String, Object>, Criteria, Class<T>, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
根据字段排序查询
findById(String, Object, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findById(String, Object, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
通过id查询数据
findByIds(String, Collection<String>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
通过id列表查询
findByIds(String, Collection<String>, Class<T>, List<String>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
通过id列表查询
findByIds(String, Collection<String>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findByIds(String, Collection<String>, Class<T>, List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findCommonElementType(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Find the common element type of the given Collection, if any.
findFirstMatch(Collection<?>, Collection<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findPage(List<String>, QueryBuilder, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, Object, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, Map<String, Object>, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, Object, Class<T>, List<String>, int, int, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, Map<String, Object>, Class<T>, List<String>, int, int, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, QueryBuilder, Class<T>, List<String>, int, int, String, Sort.Direction) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
分页查询
findPage(List<String>, QueryBuilder, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(List<String>, Object, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(List<String>, Map<String, Object>, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(List<String>, Object, Class<T>, List<String>, int, int, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(List<String>, Map<String, Object>, Class<T>, List<String>, int, int, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(List<String>, QueryBuilder, Class<T>, List<String>, int, int, String, Sort.Direction) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
findPage(String, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, T, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, Object, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, Map<String, Object>, Class<T>, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, T, String, Sort.Direction, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, Object, Class<T>, String, Sort.Direction, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, List<String>, Map<String, Object>, Class<T>, String, Sort.Direction, int, int) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
findPage(String, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, T, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, Object, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, Map<String, Object>, Class<T>, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, T, String, Sort.Direction, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, Object, Class<T>, String, Sort.Direction, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findPage(String, List<String>, Map<String, Object>, Class<T>, String, Sort.Direction, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBQueryService
分页查询
findValueOfType(Collection<?>, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
firstElement(Set<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Retrieve the first element of the given Set, using SortedSet.first() or otherwise using the iterator.
firstElement(List<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Retrieve the first element of the given List, accessing the zero index.
firstInstance(Class) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
FlagIndex - wang.bigbird.domain.framework.common.forbidden.core中的类
 
FlagIndex() - 类 的构造器wang.bigbird.domain.framework.common.forbidden.core.FlagIndex
 
FLOAT_MIN_VALUE - 类 中的静态变量wang.bigbird.domain.framework.core.DataUtils
单精度最小值
floatToDouble(float) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
单精度转换成双精度会出现精度丢失,该方法是为了防止精度丢失
floatToInt(float) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
按照四舍五入计算方式执行单精度转整型
FlywayConfiguration - wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration中的类
采用flyway支持多数据源脚本执行的配置
FlywayConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.FlywayConfiguration
 
FlywayConfiguration - wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration中的类
采用flyway支持多数据源脚本执行的配置
FlywayConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.FlywayConfiguration
 
FORBIDDEN - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
FORBIDDEN_TO_DELETE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
FORBIDDEN_TO_OPERATION - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
FORBIDDEN_TO_UPDATE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
forbidWordCount(String) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
文本包含的禁用词数量
forbidWordCount(String) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
forbidWordList(String) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
文本包含的禁用词列表
forbidWordList(String) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
ForbidWordService - wang.bigbird.domain.framework.common.forbidden.service中的接口
检测禁用词服务
ForbidWordServiceImpl - wang.bigbird.domain.framework.common.forbidden.service.impl中的类
检测禁用词服务
ForbidWordServiceImpl(AbstractForbidWordRepository) - 类 的构造器wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
forceConsume() - 类 中的方法wang.bigbird.domain.framework.core.prosumer.AccumulatorConsumer
强制消费,一般用于任务终止时,将缓存中的剩余数据消费完毕
format(Date, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
时间格式化
FORMAT_RULE_BASIC - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
格式规则中的基本规则段
FORMAT_RULE_FILE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
格式规则
formatDouble2String(double, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
格式化double数值为对应字符串,严格设置小数点位数为指定位数,若小数位数不足,则补0
formUpload(String, Map<String, String>, Map<String, String>, String, String, String, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
模拟表单提交,可以起到上传文件的作用
frequencyChecker(String, String, int, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
按照指定策略执行频率检查
frequencyChecker(String, String, int, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
FrequencyCheckerService - wang.bigbird.domain.framework.web.frequency.service.impl中的类
频率检查器
FrequencyCheckerService() - 类 的构造器wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
FrequencyRuntimeException - wang.bigbird.domain.framework.web.frequency.exception中的异常错误
频率超过阀值
FrequencyRuntimeException() - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.FrequencyRuntimeException
 
FrequencyRuntimeException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.FrequencyRuntimeException
 
FrequencyRuntimeException(ResponseStatus) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.FrequencyRuntimeException
 
FrequencyRuntimeException(Integer, String) - 异常错误 的构造器wang.bigbird.domain.framework.web.frequency.exception.FrequencyRuntimeException
 
from(int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
from - 类 中的变量wang.bigbird.domain.framework.message.email.EmailMessageSender
 
fromBase64(String) - 类 中的静态方法wang.bigbird.domain.framework.common.crypto.base.utils.BytesUtil
base64字符串转换为字节数组
fromHexString(String) - 类 中的静态方法wang.bigbird.domain.framework.common.crypto.base.utils.BytesUtil
16进制字符串转换为字节数组
fromStoreValue(Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
FRONT_AND_BACK_BACK_LEN - 类 中的静态变量wang.bigbird.domain.framework.common.sensitive.SensitiveConst
 
FRONT_AND_BACK_FRONT_LEN - 类 中的静态变量wang.bigbird.domain.framework.common.sensitive.SensitiveConst
 
frontAndBack(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
前3后3脱敏

G

G - 类 中的静态变量wang.bigbird.domain.framework.core.FileUtils
按GB计算
GB2312_ENCODING - 类 中的静态变量wang.bigbird.domain.framework.core.Coder
gb2312编码
geneId(long, long) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
根据基因因子生成基因id
geneId(long) - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
根据基因因子生成基因id
generateClass(ClassVisitor) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
generateHtml(File, Map<String, Object>) - 类 中的静态方法wang.bigbird.domain.framework.document.html.toolkit.HtmlProcessor
将数据填充进html模版生成html文本内容
generateId() - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
 
generateImageCaptcha(String) - 接口 中的方法wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
生成图像验证码
generateImageCaptcha(String) - 类 中的方法wang.bigbird.domain.framework.web.captcha.service.impl.CaptchaService
 
get(Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
get(Object, Class<T>) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
get(Object, Callable<T>) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
get(int) - 枚举 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveType
 
get(String, String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的字符串值,如果字串不存在返回null
get(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的字符串值,如果字串不存在返回缺省字串,即defaultVal
get(String, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
get(String, String, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
get(String, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Get方式
get(String, String, String, String, String, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Get方式
get(String, String, String, Map<String, String>, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Get方式
get(String, String, Map<String, String>, HttpProxy) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Get方式
get(String, String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
查询单条记录
get(String, String, Class<T>, List<String>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
查询单条记录
get(String, String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
get(String, String, Class<T>, List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
get(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
get(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
get(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
GET 返回与键 key 相关联的值。
get(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
GET 返回与键 key 相关联的值。
get(String) - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentIdWorker
 
get(String) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.service.NonceCacheService
如果缓存存在,则返回缓存中的值,如果不存在则返回null
getAccessibleFields(Class<? extends Object>, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
获取指定类的所有字段
getAdjacentThreeSolarTermCodes(String) - 类 中的静态方法wang.bigbird.domain.framework.core.SolarTerms
获取当前节气后边三个节气的编码
getApiSecurityItem(String, String) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.service.ApiSecurityCacheService
根据requestUri获取接口安全配置
getAppDir() - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取应用根目录
getApplicationContext() - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
 
getAuth() - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties.Authentication
 
getAuthentication(String) - 接口 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.service.NonStandardJWTParserService
解析token获取认证对象 该方法用于解析外部系统颁发的token获取认证对象
getAuthentication(String, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
获取认证信息
getAuthority() - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtRole
 
getAvailablePort() - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
获取可用端口
getBean(Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
通过实例类型获取实例
getBean(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
通过实例名称获取实例
getBeansWithAnnotation(Class<? extends Annotation>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
通过类上注解类型获取所有实现类实例
getBeansWithType(Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
通过实例接口类型获取所有实现类实例
getBoolean(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取布尔值
getBoolean(String, String, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的布尔值,如果值不存在返回缺省值,即defaultVal
getBoolean(String, String, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getBufferSize() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
getBuffImg() - 类 中的方法wang.bigbird.domain.framework.core.CaptchaImageGenerator
 
getByDefaultValue(String, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
带默认值的返回方法
getCache(String) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
getCacheNames() - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
getCacheNames(CacheOperationInvocationContext<?>) - 类 中的方法wang.bigbird.domain.framework.cache.support.SpelResolvingCacheResolver
将缓存设置中的cacheNames根据表达式进行转换,将真实的参数值替换表达式中的参数项 获得最终的缓存名称
getCallerByAppKey(String) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.service.CallerCacheService
根据appKey获取调用者信息
getCellValue(Cell, boolean) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
取单元格的值
getChinaDayString(int) - 类 中的静态方法wang.bigbird.domain.framework.core.LunarCalendar
获取农历日
getClassSimpleName(ProceedingJoinPoint) - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取类的名称
getClassSimpleName(ProceedingJoinPoint) - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getClassSimpleName(ProceedingJoinPoint) - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getClassSimpleName(ProceedingJoinPoint) - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getCode() - 枚举 中的方法wang.bigbird.domain.framework.common.logging.base.LogLevel
返回编码
getCode() - 类 中的方法wang.bigbird.domain.framework.core.CaptchaImageGenerator
 
getCode() - 异常错误 中的方法wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
getCode() - 接口 中的方法wang.bigbird.domain.framework.web.core.response.IRespResult
错误码
getCollapseFieldName() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getContentFromCell(int, int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
获取文档内对应表格对应单元格的内容
getContentFromCell(int, int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
获取表格指定单元格的文本内容
getConvertibleTypes() - 类 中的方法wang.bigbird.domain.framework.web.core.support.StringToCollectionConverter
告诉转换器总部,这个转换器支持什么样的转换,可以支持多个转换 此处支持 String -> Collection
getCookieVal(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
获取链接对应的Cookie值
getCredentialsLoginID(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取凭证登录标识
getCriteria(Map<String, Object>) - 类 中的静态方法wang.bigbird.domain.framework.data.mongodb.base.utils.MongoUtil
构建where条件
getCurrent() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
getCurrent() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
getCurrentDayIndexInYear(Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取指定日期在一年中的索引位置
getCurrentRequest() - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.HttpContextHolder
获取当前请求的Request对象
getCurrentResponse() - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.HttpContextHolder
获取当前请求的Response对象
getCursor() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
getData() - 异常错误 中的方法wang.bigbird.domain.framework.core.exceptions.BaseBusinessException
 
getData() - 接口 中的方法wang.bigbird.domain.framework.web.core.response.IRespResult
响应数据
getDataIfOk(RespResult<T>, Supplier<? extends RuntimeException>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
如果状态码ok尝试获取响应
getDataIfOk(RespResult<T>, Function<RespResult<T>, ? extends RuntimeException>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
如果状态码ok尝试获取响应
getDate(String, String, Date, String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的日期值,如果值不存在返回缺省值,即defaultVal
getDate(String, String, Date, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getDecryptKey() - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.IKeyHolder
获取解密key
getDefaultClassLoader() - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
getDefaultEncoding() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
getDefaultEncoding() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeReader
 
getDfa() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
获取DFA实例
getDirSize(File, int) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
得到一个目录或者文件的大小,默认按字节单位返回
getDispatch() - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Bridge
 
getDisplayString(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getDockerHost() - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.DockerUtils
Retrieve docker host
getDockerPort() - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.DockerUtils
Retrieve docker port
getDocument(File) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
取得DocumentWrapper对象,该对象采用装饰器模式将支持2003格式的word处理器和2007格式的word处理器进行了包装, 以获得统一风格的编码风格
getDocument(File, boolean) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
取得DocumentWrapper对象,该对象采用装饰器模式将支持2003格式的word处理器和2007格式的word处理器进行了包装, 以获得统一风格的编码风格
getDomain(String, int) - 类 中的静态方法wang.bigbird.domain.framework.core.UrlUtils
提取指定层级的域名
getDouble(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取double值
getDouble(String, String, double) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的浮点数值,如果值不存在返回缺省值,即defaultVal
getDouble(String, String, double) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getEncoding() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
getEncoding() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeReader
Get stream encoding or NULL if stream is uninitialized.
getEncryptKey() - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.IKeyHolder
获取加密key
getEndDayOfMonth(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取指定年月的结束时间
getExclude() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取排除的类或方法
getExclude() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getExclude() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getExclude() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getFileFullName(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取完整文件名,该方法并不验证文件的有效性
getFileFullName(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取完整文件名,该方法并不验证文件的有效性
getFileName(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Extract the FileName from the given Java resource path, e.g.
getFileNameExtension(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Extract the FileName extension from the given Java resource path, e.g.
getFirstDayOfMonth(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取指定年月的起始时间
getFlagIndex(String, int) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.core.Dfa
检测禁用词,从文本指定位置开始,检测到符合要求的第一个禁用词就结束检测
getFlagIndex(String, int) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.core.MemoryMapDfaImpl
 
getFloat(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取float值
getFloat(String, String, float) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的浮点数值,如果值不存在返回缺省值,即defaultVal
getFloat(String, String, float) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getFolderPath(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取指定文件路径对应的目录绝对路径,如果传递的是一个文件,则获取对应父目录,如果传递的不是目录,也不是文件,则返回空
getFolderPath(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取指定文件路径对应的目录绝对路径,如果传递的是一个文件,则获取对应父目录,如果传递的不是目录,也不是文件,则返回空
getFrom() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getFromSession(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
从Session中获取对应键值
getGetterMethod(Class<?>, Field) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
获取待排序属性对应的get方法
getGroupFields() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getHeader(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.HttpContextHolder
获取请求的header值
getHost() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
getIdentityHexString(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hex String form of an object's identity hash code.
getIdle() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBO
可用号段数量
getIndexInfo(String) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBIndexServiceImpl
 
getIndexInfo(String) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBIndexService
获取指定集合中的索引信息
getIndexName(String, String) - 类 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.helper.IndexNameHelper
按照分区标识selectKey和索引名称前缀获取路由到的索引名称
getIndexName() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getInputStream() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractInputStreamForbidWordRepository
 
getInputStream() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.FileForbidWordRepository
 
getInputStream() - 类 中的方法wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestWrapper
从缓存中读取
getInstance(Byte2StringType) - 接口 中的静态方法wang.bigbird.domain.framework.common.crypto.service.impl.BytesConverter
 
getInstance() - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
 
getInstanceByLevel(byte) - 枚举 中的静态方法wang.bigbird.domain.framework.web.admin.base.enums.AreaLevelEnum
获取区域级别枚举对象
getInt(String, String, int) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的整形数值,如果值不存在返回缺省值,即defaultVal
getInt(String, String, int) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getInteger(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取int值
getIp() - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
获取默认IP
getIp(String) - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
获取指定网卡对应IP
getIv() - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.IKeyHolder
获取偏移向量,必须是16字节
getJwtAuthData(String, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
解析token,获取认证权限基础数据
getJwtAuthDataFromAccessToken(String, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
获取AccessToken权限数据
getJwtAuthDataFromToken(Claims, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
从token中提取出认证权限数据
getKey(String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.IAesCryptoService
获取密钥对应的字节数组
getKey(String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.crypto.impl.AesCryptoService
 
getKeyBySpel(String, String, String[], Object[]) - 类 中的静态方法wang.bigbird.domain.framework.distributedlock.core.base.utils.LockUtil
通过spel表达式获取key 在spel表达式中,默认情况下,表达式前缀为#,而后缀为} 比如:#{systemProperties['user.language']},将会转换为用户语言系统的属性 表达式也可采用#msg,将会采用context中的msg值进行代替
getLastMonthEndDate() - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取上个月结束日期
getLastMonthStartDate() - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取上个月起始日期
getLength(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
获取字符串的真实长度,对于一个中文字符按两个英文字符长度计算
getLength() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getLineSeparator() - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
获取行分隔符
getList() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.IPageData
列表数据
getLocalCharset() - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
获取本地文件编码,该编码是指main入口函数的java类文件编码
getLoggingLevel() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取日志级别
getLoggingLevel() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getLoggingLevel() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getLoggingLevel() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getLoggingType() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取日志类型
getLoggingType() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getLoggingType() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getLoggingType() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getLong(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取long值
getLong(String, String, long) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取指定section下指定key的长整形数值,如果值不存在返回缺省值,即defaultVal
getLong(String, String, long) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getMachineNum() - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
获取机器码
getMap(String, CacheConfig) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
getMapCache(String, CacheConfig) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
getMapper() - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
获取该Json工具类的默认转换器,一般获取后仅供使用, 不建议对其注册转换模块,否则会影响该Json工具类的全局转换方式
getMapper() - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
获取Mapper
getMd5SignData(String, Map<String, String>, Map<String, String>, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.SignatureUtils
获取接口签名值,该方法提供给接口服务方获取接口签名
getMethod(SqlMethod) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.InsertIgnoreBatchSomeColumn
 
getMethodList(Class<?>) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MySqlInjector
 
getMissingCache(String) - 类 中的方法wang.bigbird.domain.framework.cache.support.caffeine.CustomizedCaffeineCacheManager
从配置中读取默认配置
getMsg() - 接口 中的方法wang.bigbird.domain.framework.web.core.response.IRespResult
信息
getName() - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
getName() - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
获取节点名称
getName() - 枚举 中的方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.AnalyzerEnum
 
getNameById(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
getNameById(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
通过ID获取名称
getNameById(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
getNativeCache() - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
getNodeData(String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
getNodeData(String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
获取节点数据
getObjectMapper() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取当前的序列化工具
getObjectMapper() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getObjectMapper() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getObjectMapper() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getOrder() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getOrder() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getOrder() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getOrder() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getOrInitExecutors(String, int) - 类 中的静态方法wang.bigbird.domain.framework.core.task.TaskProcessUtil
获取线程池
getOssHandler(OssType) - 类 中的方法wang.bigbird.domain.framework.data.oss.context.OssHandlerContextRegister
获取对象存储处理器
getOssType() - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
getOssType() - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
getOssType() - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 
getOssType() - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
getOssType() - 接口 中的方法wang.bigbird.domain.framework.data.oss.handler.IOssHandler
对象存储处理器类型
getPage() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.IPageData
当前页码
getPage() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.param.IPageable
页码
getPageContent(File, int) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
获取PDF文档指定页的文本内容
getPageNum() - 类 中的方法wang.bigbird.domain.framework.document.api.data.TableData
获取表格数据占据的页面数量
getPageNum(File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将pdf文本内容逐页读取,该方法适合小页数范围的PDF内容获取, 大页数范围的PDF内容获取使用该方法有可能导致内存占用过大,此时建议先获取PDF页码,再获取指定页内容
getPages() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
getPageSize() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.IPageData
每页显示总记录数
getPageSize() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.param.IPageable
每页显示的总记录数
getParameter(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.UrlUtils
获取链接中指定的参数,如果参数为空,则取默认值
getPassword() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
getPidName(Integer, ServerSocket) - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
获取ip和端口构成的节点唯一标识PidName
getPort() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
getPrimaryId() - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.entity.BaseEntity
主标识
getProcess(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
获取处理过程状态
getProtocol(String) - 类 中的静态方法wang.bigbird.domain.framework.core.UrlUtils
获取网页地址对应的协议
getProxy() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
getQueryFields() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getRandomData(int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
生成指定位数的随机数字
getRandomData(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
返回指定范围内的随机数,包含两边端点
getRandomNum(int, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取指定范围内指定数量的随机数
getRandomPort() - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
获取30000以上的随机端口
getRangeFilter() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getReader() - 类 中的方法wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestWrapper
从缓存中读取
getRealName(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取文件的不包含文件格式的名字
getRealName(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取文件的不包含文件格式的名字
getRecords() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
getRegisterMapper() - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
获取与该Json工具类的默认转换器处理方式一样的转换器,该转换器获取后可以再 次对其注册转换模块以完成特定业务
getRemoteAddr(HttpServletRequest) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
获取客户端IP
getRemoteAddress() - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.HttpContextHolder
获取远程IP
getReportPath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
报告文件路径
getRequestApi(Object, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
获取接口地址模式串
getRequestBody(HttpServletRequest) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
获取请求内容体
getRequestHeader(HttpServletRequest) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
获取接口请求头
getRequestParam(HttpServletRequest) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
获取接口请求参数
getRequestParameters() - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.HttpContextHolder
获取所有请求的值
getRetryPolicy() - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties.Retry
 
getRowData(int) - 类 中的方法wang.bigbird.domain.framework.document.api.data.TableData
获取对应页的行数据集合,如果对应页不存在,则构造空行用于多页填充数据时出现的数据不足场景
getScheme() - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties.Authentication
 
getSection(String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
根据Section的名字,获取Key-Value所在的HashMap
getSection(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getSectionList() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
获取节点集合
getSectionList() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
getSerializeLength() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
获取序列化长度
getSerializeLength() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
getSerializeLength() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
getSerializeLength() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
getServicePoint(String) - 类 中的静态方法wang.bigbird.domain.framework.core.UrlUtils
获取URL服务点地址,包含主机和对应服务端口
getSignData(String, Map<String, String>, Map<String, String>, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.SignatureUtils
拼接字符串
getSize() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
getSolarQuarter(Date) - 类 中的静态方法wang.bigbird.domain.framework.core.SolarTerms
根据日期计算所在节气季度
getSolarTerm(Date) - 类 中的静态方法wang.bigbird.domain.framework.core.SolarTerms
获取指定日期对应的节气
getSolarTermsOfMonth(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.SolarTerms
获取指定月份中包含的节气
getSort() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.param.IPageable
排序方式
getSourceInclude() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
getStrategy() - 接口 中的方法wang.bigbird.domain.framework.id.support.IdGenerator
获取ID生成策略
getStrategy() - 类 中的方法wang.bigbird.domain.framework.id.support.SegmentGenerator
 
getStrategy() - 类 中的方法wang.bigbird.domain.framework.id.support.SnowflakeGenerator
 
getStrategy() - 类 中的方法wang.bigbird.domain.framework.id.support.UidGenerator
 
getSuffix(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取文件格式
getSuffix(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
获取文件格式
getTableData(File) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将excel表格的内容按照最简单的行列模式,构造二维集合返回,集合中一个元素代表一行数据
getTableData(File, int) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
将excel表格的内容按照最简单的行列模式,构造二维集合返回,集合中一个元素代表一行数据
getTableData(File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将pdf表格的内容按照最简单的行列模式,构造二维集合返回,集合中一个元素代表一行数据 注意,该方法不会读取PDF文档中表格里面的图片数据,也不会读取表格之外的数据。
getTableData(File) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将word表格的内容按照最简单的行列模式,构造二维集合返回,集合中一个元素代表一行数据 注意,该方法不会读取WORD文档中表格里面的图片数据,也不会读取表格之外的数据。
getTableData() - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
将word表格的内容按照最简单的行列模式,构造二维集合返回,集合中一个元素代表一行数据 注意,该方法不会读取WORD文档中表格里面的图片数据,也不会读取表格之外的数据。
getTail() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Getters
getTarget(Object) - 类 中的静态方法wang.bigbird.domain.framework.common.logging.base.utils.AopTargetUtils
获取目标对象
getTemplatePath(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
模板文件路径
getTemplateRulePath(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
模板规则文件路径
getTempPath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
临时文件路径
getTextData(File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
将pdf文本内容逐页读取,该方法适合小页数范围的PDF内容获取, 大页数范围的PDF内容获取使用该方法有可能导致内存占用过大,此时建议先获取PDF页码,再获取指定页内容
getTextData(File) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
将word文本内容逐段读取,该方法适合小页数范围的word内容获取, 大页数范围的word内容获取使用该方法有可能导致内存占用过大 注意:表格中的每个单元格会被认为是单独一个段落
getTextData() - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
将word文本内容逐段读取,该方法适合小页数范围的word内容获取, 大页数范围的word内容获取使用该方法有可能导致内存占用过大 注意:表格中的每个单元格会被认为是单独一个段落
getThisYear() - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
获取当前年份
getTimeStampGMT(boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
取得当前时间表示的字符串,该字符串用于需要时间戳的应用中
getToken(String, String) - 接口 中的方法wang.bigbird.domain.framework.message.wechat.retrofit.WechatHttpApi
获取企业微信授权token
getTokenStartWith() - 类 中的方法wang.bigbird.domain.framework.web.auth.config.properties.JwtSecurityProperties
返回令牌前缀
getTotal() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.IPageData
总记录数
getTotal() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
getUID() - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
获取默认业务提供的唯一ID
getUID(String) - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
获取指定业务提供的唯一ID
getUID() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.CachedUIdWorker
 
getUID() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
getUID() - 接口 中的方法wang.bigbird.domain.framework.id.strategy.baidu.UIdWorker
Get a unique ID
getUID(String) - 接口 中的方法wang.bigbird.domain.framework.id.support.IdGenerator
获取ID
getUID(String) - 类 中的方法wang.bigbird.domain.framework.id.support.SegmentGenerator
 
getUID(String) - 类 中的方法wang.bigbird.domain.framework.id.support.SnowflakeGenerator
 
getUID(String) - 类 中的方法wang.bigbird.domain.framework.id.support.UidGenerator
 
getUniqueId(int) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
获取指定长度的唯一性编码,该编码最长支持32位,并且不保证编码唯一的正确性,尤其在编码位数越小的时候,重复的可能性越大
getUploadAttachmentPath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取网站存放上传附件的路径
getUploadAvatarPath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取网站存放上传头像的路径
getUploadImagePath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取网站存放上传图片的路径
getUploadVideoPath(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
获取网站存放上传视频的路径
getUser() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
getUUID() - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
获取唯一性编码
getVirtualNodeNum() - 类 中的方法wang.bigbird.domain.framework.core.ConsistentHash
获取虚拟节点数
getWithoutJwtSecurityApi() - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
获取不需要认证的接口列表
getWorkbook(File) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
取得Workbook对象(xls和xlsx对象不同,不过都是Workbook的实现类) xls:HSSFWorkbook xlsx:XSSFWorkbook,该方法不适合处理大数据量的文件
getWorkerId(String, String) - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
获取worker id 如果节点对应的worker id存在,那么,在pidHome目录下会存在如下名称的文件 pidName_workerId
GldGenerator() - 类 的构造器wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
GONE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
grantRole(Long, Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.AuthorizationController
为用户授予角色
groupFields(Map<String, List<QueryParam.QueryField>>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
groupTableByIndex(LinkedHashMap<String, TableData>) - 类 中的方法wang.bigbird.domain.framework.document.word.AbstractWordMaker
将表格数据按照表格索引号分组

H

hammingDistance(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
计算两个数的海明距离
handle() - 接口 中的方法wang.bigbird.domain.framework.data.kafka.handler.InProducerTransactionJobHandler
处理任务
handle(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.handler.KafkaConsumerHandler
消息处理
handle(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.rabbitmq.handler.RabbitmqConsumerHandler
消息处理
handle(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.rocketmq.handler.RocketmqConsumerHandler
消息处理
handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.handlers.JwtAccessDeniedHandler
 
handleAccessDeniedException(SecurityException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理SecurityException
handleAccessDeniedException(AccessDeniedException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理AccessDeniedException
handleBadRequestDataException(BadRequestDataException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理BadRequestDataException
handleBadRequestDataException(ServiceNotFoundException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理ServiceNotFoundException
handleBaseBusinessException(BaseBusinessException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
自定义业务异常
handleBindException(BindException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
spring自动绑定的参数校验异常
handleBusinessException(BusinessException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
WEB业务异常
handleCallerNotFoundException(CallerNotFoundException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理CallerNotFoundException
handleConstraintViolationException(ConstraintViolationException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
JAVA参数校验异常
handleDisposedJwtException(DisposedJwtException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理DisposedJwtException
handleDuplicateKeyException(DuplicateKeyException) - 类 中的方法wang.bigbird.domain.framework.web.dao.advice.DaoExceptionHandler
处理DuplicateKeyException
handleExpiredJwtException(ExpiredJwtException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理ExpiredJwtException
handleHttpMessageNotReadableException(HttpMessageNotReadableException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
处理HttpMessageNotReadableException
handleHttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
处理HttpRequestMethodNotSupportedException
handleIllegalArgumentException(IllegalArgumentException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
参数异常
handleInvalidArgumentException(InvalidArgumentException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
参数无效
handleIpInvalidException(IpInvalidException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理IpInvalidException
handleKickOffJwtException(KickOffJwtException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理KickOffJwtException
handleLimitListValidateException(LimitListValidateException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理LimitListValidateException
handleMalformedJwtException(MalformedJwtException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理MalformedJwtException
handleMaxUploadSizeExceededException(MaxUploadSizeExceededException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
上传附件大小超限异常
handleMethodArgumentNotValidException(MethodArgumentNotValidException) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
参数校验异常
handleReplayAttackException(ReplayAttackException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理ReplayAttackException
handleSignatureInvalidException(SignatureInvalidException) - 类 中的方法wang.bigbird.domain.framework.web.defence.advice.DefenceExceptionHandler
处理SignatureInvalidException
handleThrowable(Throwable) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
未知异常,屏蔽具体错误信息给前端, 日志打印异常堆栈
handleUnsupportedJwtException(UnsupportedJwtException) - 类 中的方法wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
处理UnsupportedJwtException
hash(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
hash 脱敏
hashCode() - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
 
hashCode() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
hasLength(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check that the given String is neither null nor of length 0.
hasPermission(Authentication, Object, Object) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.access.JwtPermissionEvaluator
hasPermission鉴权方法 这里仅仅判断PreAuthorize注解中的权限表达式 实际中可以根据业务需求设计数据库通过targetUrl和permission做更复杂鉴权
hasPermission(Authentication, Serializable, String, Object) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.access.JwtPermissionEvaluator
 
hasText(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check whether the given String contains actual text.
hasUniqueObject(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hdel(String, String...) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hdel(String, String...) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HDEL 删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
HEALTH_STATUS_NORMAL - 类 中的静态变量wang.bigbird.domain.framework.web.core.controller.HealthController
正常状态
HealthController - wang.bigbird.domain.framework.web.core.controller中的类
供外部调用的服务健康状态接口
HealthController() - 类 的构造器wang.bigbird.domain.framework.web.core.controller.HealthController
 
hex2byte(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.arithmetic.DES
已过时。
将字节数组转换为十六进制字节数组
hexists(String, String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hexists(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HEXISTS 检查给定域 field 是否存在于哈希表 hash 当中。
hexToByte(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
十六进制转字节数组
hget(String, String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hget(String, String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HGET 返回哈希表中给定域的值。
hgetall(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hgetall(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HGETALL 用于返回哈希表中,所有的字段和值。
hincrby(String, String, Number) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hincrby(String, String, Number) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HINCRBY 为哈希表 key 中的域 field 的值加上增量 increment 。
hkeys(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hkeys(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HKEYS 返回哈希表 key 中的所有域。
hlen(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hlen(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HLEN 返回哈希表 key 中域的数量。
hmget(String, Collection<String>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hmget(String, Collection<String>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HMGET 用于返回哈希表中,一个或多个给定字段的值。
hmset(String, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hmset(String, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HMSET 同时将多个 field-value (域-值)对设置到哈希表 key 中。
hourCheck(String, String, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每小时,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
hourCheck(String, String, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每小时,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
hourCheck(String, String, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
hourCheck(String, String, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
hset(String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hset(String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HSET 将哈希表 hash 中域 field 的值设置为 value 。
hsetnx(String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
hsetnx(String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisHashService
HSETNX 当且仅当域 field 尚未存在于哈希表的情况下,将它的值设置为 value 。
html2Pdf(File, String, Map<String, File>, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.HtmlConvertor
将html文档转换为pdf文档
html2Pdf(String, String, Map<String, File>, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.HtmlConvertor
将html文档转换为pdf文档
HTML_AMP - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HTML_APOS - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HTML_GT - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HTML_LT - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HTML_NBSP - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HTML_QUOTE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
HtmlConvertor - wang.bigbird.domain.framework.document.pdf.toolkit.convertor中的类
基于Html的PDF文档转换器
HtmlConvertor() - 类 的构造器wang.bigbird.domain.framework.document.pdf.toolkit.convertor.HtmlConvertor
 
HtmlMaker - wang.bigbird.domain.framework.document.html中的类
Html文档制作接口
HtmlMaker() - 类 的构造器wang.bigbird.domain.framework.document.html.HtmlMaker
 
HtmlProcessor - wang.bigbird.domain.framework.document.html.toolkit中的类
Html文档处理器,提供围绕Html处理的公共方法
HttpContextHolder - wang.bigbird.domain.framework.web.core.holder中的类
当前会话的HttpServletRequest和HttpServletResponse
HttpProxy - wang.bigbird.domain.framework.core.url.proxy中的类
Http代理对象
HttpProxy() - 类 的构造器wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
HttpProxy(String, int) - 类 的构造器wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
HttpProxy(String, int, String, String) - 类 的构造器wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
HttpUtils - wang.bigbird.domain.framework.web.core.base.utils中的类
Http协议解析通用工具
HttpUtils() - 类 的构造器wang.bigbird.domain.framework.web.core.base.utils.HttpUtils
 
Huawei() - 类 的构造器wang.bigbird.domain.framework.data.oss.config.properties.OssProperties.Huawei
 
HuaweiOssHandler - wang.bigbird.domain.framework.data.oss.handler.impl中的类
华为云云对象存储服务
HuaweiOssHandler() - 类 的构造器wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 

I

IAesCryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto中的接口
AES秘钥服务,对称加密,加密和解密都是用同一个密钥
IAppService - wang.bigbird.domain.framework.web.defence.service中的接口
应用信息服务
IAreaService - wang.bigbird.domain.framework.web.admin.service中的接口
区域信息服务
IBaseResponseStatus - wang.bigbird.domain.framework.web.core.response中的接口
定义几类常规的响应状态信息
ICaptchaService - wang.bigbird.domain.framework.web.captcha.service中的接口
验证码服务
ICryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto中的接口
加密解密服务
idCard(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
身份证脱敏
IdConfiguration - wang.bigbird.domain.framework.id中的类
ID配置
IdConfiguration() - 类 的构造器wang.bigbird.domain.framework.id.IdConfiguration
 
IdContext - wang.bigbird.domain.framework.id.context中的类
id策略上下文
IdContext(IdGenerator, Long, boolean) - 类 的构造器wang.bigbird.domain.framework.id.context.IdContext
 
idContext(IdGenerator, IdProperties) - 类 中的方法wang.bigbird.domain.framework.id.IdConfiguration
 
IDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge中的接口
安全防护判断接口
IDENTIFY_CODE_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
IDENTIFY_CODE_EXPIRE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
identityToString(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of an object's overall identity.
IdGenerateException - wang.bigbird.domain.framework.id.exception中的异常错误
自定义ID生成异常
IdGenerateException() - 异常错误 的构造器wang.bigbird.domain.framework.id.exception.IdGenerateException
Default constructor
IdGenerateException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.id.exception.IdGenerateException
Constructor with message & cause
IdGenerateException(String) - 异常错误 的构造器wang.bigbird.domain.framework.id.exception.IdGenerateException
Constructor with message
IdGenerateException(String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.id.exception.IdGenerateException
Constructor with message format
IdGenerateException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.id.exception.IdGenerateException
Constructor with cause
IdGenerator - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
压缩的雪花ID生成器,提供16位长度,防止官方雪花算法长度过长19位导致JS精度(支持17位)丢失问题 compressed id generator, result id not great than 53bits before 2318-06-04.
idGenerator(WorkerIdAssigner, IdProperties) - 类 中的方法wang.bigbird.domain.framework.id.IdConfiguration
 
IdGenerator - wang.bigbird.domain.framework.id.support中的接口
ID生成器
IdProperties - wang.bigbird.domain.framework.id.config.properties中的类
ID 属性
IdProperties() - 类 的构造器wang.bigbird.domain.framework.id.config.properties.IdProperties
 
IdProperties.Baidu - wang.bigbird.domain.framework.id.config.properties中的类
Baidu Uid 配置
IdProperties.Twitter - wang.bigbird.domain.framework.id.config.properties中的类
Twitter Snowflake配置
IdProperties.WorkerId - wang.bigbird.domain.framework.id.config.properties中的类
 
IdStrategy - wang.bigbird.domain.framework.id.base.enums中的枚举
ID生成策略
idx() - 枚举 中的方法wang.bigbird.domain.framework.web.defence.base.enums.AppType
 
IExposedApiService - wang.bigbird.domain.framework.web.defence.service中的接口
对外暴露服务API信息服务
IFrequencyCheckerService - wang.bigbird.domain.framework.web.frequency.service中的接口
频率检查器
ignoreSsl() - 类 中的静态方法wang.bigbird.domain.framework.core.url.cert.SslUtils
忽略HTTPS请求的SSL证书,必须在openConnection之前调用
ignoreSsl(URL) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
忽略SSL,信任所有证书
IKeyHolder - wang.bigbird.domain.framework.common.crypto.service中的接口
加密的key和解密的key的持有者
ILeafAllocService - wang.bigbird.domain.framework.id.service中的接口
 
IllegalQueryParamException - wang.bigbird.domain.framework.data.elasticsearch.exception中的异常错误
查询参数有误异常
IllegalQueryParamException() - 异常错误 的构造器wang.bigbird.domain.framework.data.elasticsearch.exception.IllegalQueryParamException
 
IllegalQueryParamException(String) - 异常错误 的构造器wang.bigbird.domain.framework.data.elasticsearch.exception.IllegalQueryParamException
 
IllegalQueryParamException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.data.elasticsearch.exception.IllegalQueryParamException
 
IllegalQueryParamException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.data.elasticsearch.exception.IllegalQueryParamException
 
image(String, HttpServletRequest, HttpServletResponse) - 类 中的方法wang.bigbird.domain.framework.web.captcha.controller.CaptchaController
网站自定义验证码
IMAGE_BMP - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
BMP文件后缀
IMAGE_CELL_AREA_DEFINE_NUM - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
图片类型数据规则单幅图像区域信息坐标定义数量,样例: [leftTopRow,leftTopCol,rightBottomRow,rightBottomCol,left,top,right,bottom|leftTopRow,leftTopCol,rightBottomRow,rightBottomCol,left,top,right,bottom]
IMAGE_CELL_AREA_DEFINE_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
图片类型数据规则单幅图像区域信息坐标定义分隔符,样例: [leftTopRow,leftTopCol,rightBottomRow,rightBottomCol,left,top,right,bottom|leftTopRow,leftTopCol,rightBottomRow,rightBottomCol,left,top,right,bottom]
IMAGE_DATA_TYPE_HEIGHT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
图片类型数据规则最大高定义元素项位置:A|名称|image|限制数量|宽|高|依赖项?
IMAGE_DATA_TYPE_WIDTH_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
图片类型数据规则最大宽定义元素项位置:A|名称|image|限制数量|宽|高|依赖项?
IMAGE_JPEG - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
JPEG文件后缀
IMAGE_JPG - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
JPG文件后缀
IMAGE_PNG - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
PNG文件后缀
ImageCell - wang.bigbird.domain.framework.document.api.data中的类
图像单元对象
ImageCell() - 类 的构造器wang.bigbird.domain.framework.document.api.data.ImageCell
 
ImageData - wang.bigbird.domain.framework.document.api.data中的类
动态图片数据对象
ImageData() - 类 的构造器wang.bigbird.domain.framework.document.api.data.ImageData
 
ImageUtils - wang.bigbird.domain.framework.core中的类
图像工具类
ImageUtils() - 类 的构造器wang.bigbird.domain.framework.core.ImageUtils
 
IMPORT_DATA_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
include(String) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
文本是否包含禁用词
include(String) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
incr(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
incr(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
INCR 为键 key 储存的数字值加上一。
incrby(String, long) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
incrby(String, long) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
INCRBY 为键 key 储存的数字值加上 delta。
indexName(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
IndexNameHelper - wang.bigbird.domain.framework.data.elasticsearch.base.helper中的类
索引名称辅助类,提供索引名称的映射方法
IndexNameHelper() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.base.helper.IndexNameHelper
 
INIData - wang.bigbird.domain.framework.core.ini中的接口
这个接口用于定义操作INI格式数据的对象需要实现的方法
INIException - wang.bigbird.domain.framework.core.ini中的异常错误
INI解析相关异常
INIException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.ini.INIException
包装异常消息
INIException(String) - 异常错误 的构造器wang.bigbird.domain.framework.core.ini.INIException
包装异常消息
INIException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.ini.INIException
包装异常消息
INIFileAccessor - wang.bigbird.domain.framework.core.ini中的类
这个类用来分析INI文件,可以对INI文件进行简单的访问,如果希望保存更为详细的信息,可以使用XML文件
INIFileAccessor() - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
构造方法,数据保存在内存中,并且去掉key和value两头的空格
INIFileAccessor(boolean) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
构造方法,数据保存在内存中
INIFileAccessor(URL) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定url来构造类的实例
INIFileAccessor(URL, boolean) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定url来构造类的实例,并根据local属性决定编码方式
INIFileAccessor(URL, String) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定url来构造类的实例,并采用指定的encode编码方式
INIFileAccessor(File) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定文件来构造类的实例,如果文件不存在,则创建文件
INIFileAccessor(File, boolean) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定文件来构造类的实例,如果文件不存在,根据isCreate属性决定是否创建
INIFileAccessor(String) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定文件路径来构造类的实例,如果文件不存在,则创建文件
INIFileAccessor(String, boolean) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定文件名来构造类的实例,如果文件不存在,根据isCreate属性决定是否创建
INIFileAccessor(String, boolean, boolean) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定文件名来构造类的实例,如果文件不存在,根据isCreate属性决定是否创建,根据local属性决定是否采用本地编码
INIFileAccessor(Reader) - 类 的构造器wang.bigbird.domain.framework.core.ini.INIFileAccessor
通过指定INI文件Reader对象来构造类的实例
init() - 类 中的方法wang.bigbird.domain.framework.cache.CacheConfiguration
 
init(ObjectMapper) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedJsonJacksonCodec
 
init() - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.common.logging.LoggingConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
Read-ahead four bytes and check for BOM marks.
init() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeReader
Read-ahead four bytes and check for BOM marks.
init() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.ElasticsearchConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.MybatisPlusConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.sharding.MybatisPlusConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.oss.OssConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.redis.RedisConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.RocketmqConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.ZookeeperConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.distributedlock.core.LockCoreConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.distributedlock.redislock.RedisLockConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.distributedlock.zklock.ZkLockConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.id.IdConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentIdWorker
 
init() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
在初始化workerId的过程中,会执行如下处理: 1、判断之前是否分配了workerId,如果已经分配,那么继续使用上一次分配的workerId,否则新分配一个workerId。
init() - 类 中的方法wang.bigbird.domain.framework.message.email.configure.EmailConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.configure.ChinatelecomRetrofitConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.message.wechat.configure.WechatRetrofitConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.message.wechat.WechatMessageSender
 
init() - 类 中的方法wang.bigbird.domain.framework.web.admin.WebAdminConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.admin.WebConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.auth.WebAuthConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.captcha.WebCaptchaConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.core.config.configuration.Swagger2Configuration
 
init(FilterConfig) - 类 中的方法wang.bigbird.domain.framework.web.core.filter.CachedBodyHttpServletRequestFilter
 
init() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.dao.WebDaoConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.defence.WebDefenceConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.frequency.WebFrequencyConfiguration
 
init() - 类 中的方法wang.bigbird.domain.framework.web.retrofit.WebRetrofitConfiguration
 
initCancelStatus(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
初始化取消状态
initDefaultInstance(int) - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
 
initEnv() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
初始化环境
initEnv() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
initEnv() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
initialize() - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
初始化应用
initialize() - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.ExcelApp
 
initialize() - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.PptApp
 
initialize() - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
 
initLoopTask() - 类 中的方法wang.bigbird.domain.framework.core.task.LoopTask
初始化子任务集合
injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.InsertIgnoreBatchSomeColumn
 
InProducerTransactionJobHandler - wang.bigbird.domain.framework.data.kafka.handler中的接口
放在生产者事务过程中的任务处理器
inputTableCellContent(Document, int, int, int, String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
往文档指定表格指定单元格录入数据
inputTableCellContent(int, int, int, String) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
往表格指定单元格设置文本内容
insert(String, String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsManipulateService
插入单条
insert(String, String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsManipulateServiceImpl
 
insertBatchSomeColumn(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
批量插入 如果实体中属性为null,那么插入数据表中数据为null, 如果数据库中已存在数据,会报错
insertBatchSomeColumn(List<T>) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl.ServiceImpl
 
insertBatchSomeColumn(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.IService
批量插入 如果实体中属性为null,那么插入数据表中数据为null, 如果数据库中已存在数据,会报错
insertFill(MetaObject) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.CustomMetaObjectHandler
 
InsertIgnoreBatchSomeColumn - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
批量新增数据,自选字段 insert ignore 只在 mysql 下测试过 除了主键是 数据库自增的未测试 外理论上都可以使用 注意: 这是自选字段 insert ignore ,如果个别字段在 entity 里为 null 但是数据库中有配置默认值, insert 后数据库字段是为 null 而不是默认值 常用的 Predicate: 例1: t -> !
InsertIgnoreBatchSomeColumn() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.InsertIgnoreBatchSomeColumn
 
insertIgnoreBatchSomeColumn(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
批量插入(insert ignore) 如果实体中属性为null,那么插入数据表中数据为null, 如果数据库中已存在数据,会被忽略已存在的数据
insertIgnoreBatchSomeColumn(List<T>) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl.ServiceImpl
 
insertIgnoreBatchSomeColumn(List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.IService
批量插入(insert ignore) 如果实体中属性为null,那么插入数据表中数据为null, 如果数据库中已存在数据,会被忽略已存在的数据
insertImageAtBookMark(String, File) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
在指定书签插入图片
insertImageAtTextMark(String, File) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
在指定文本标签处插入图片
insertImageAtTextMark(String, File) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
在指定文本标签处插入图片
inspectInject(MapperBuilderAssistant, Class<?>) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MySqlInjector
 
INSTANCE - 类 中的静态变量wang.bigbird.domain.framework.cache.support.redission.CustomizedJsonJacksonCodec
 
Instance - wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components中的类
代表打开的一份可操控的Microsoft Office文档实例
Instance(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
 
INT_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
整数类型数据规则默认值定义元素项位置:A|名称|int|最小值|最大值|默认值|依赖项?
INT_DATA_TYPE_MAX_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
整数类型数据规则最大值定义元素项位置:A|名称|int|最小值|最大值|默认值|依赖项?
INT_DATA_TYPE_MIN_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
整数类型数据规则最小值定义元素项位置:A|名称|int|最小值|最大值|默认值|依赖项?
Integrated() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties.SmsProperties.Integrated
 
IntegratedHttpApi - wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated中的接口
中国电信一体化服务平台接口调用器
integratedHttpApi(OkHttpClient) - 类 中的方法wang.bigbird.domain.framework.message.sms.chinatelecom.configure.ChinatelecomRetrofitConfiguration
 
IntegratedSendSmsResponse - wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated中的类
数据响应体,用于返回非列表模式的数据
IntegratedSendSmsResponse() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated.IntegratedSendSmsResponse
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.aop.CryptoRestInterceptor
 
INTERNAL_SERVER_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
intersect(Set<E>, Set<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
获取两个集合的交集
interval - 类 中的变量wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
心跳间隔
INVALID_JWT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
INVALID_JWT_SIGNATURE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
INVALID_REQUEST - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
InvalidArgumentException - wang.bigbird.domain.framework.core.exceptions中的异常错误
无效参数异常 用于特指符合目标格式,但是在业务上无效的参数传递场景
InvalidArgumentException(String) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.InvalidArgumentException
 
inWhiteList(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
判断文件格式是否在白名单中
IOssHandler - wang.bigbird.domain.framework.data.oss.handler中的接口
对象存储处理器
IP_INVALID - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
IP_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
IP正则模式 ^:表示字符串的起始位置。
IPageable - wang.bigbird.domain.framework.core.pageable.param中的接口
分页参数接口
IPageData<T> - wang.bigbird.domain.framework.core.pageable中的接口
分页数据接口
IPermissionService - wang.bigbird.domain.framework.web.admin.service中的接口
系统权限条目信息服务
IpInvalidException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
非法访问IP异常
IpInvalidException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.IpInvalidException
 
IpInvalidException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.IpInvalidException
 
IpInvalidException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.IpInvalidException
 
IpLimitDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge.impl中的类
IP限制防御器
IpLimitDefenceJudge() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.impl.IpLimitDefenceJudge
 
IProducer - wang.bigbird.domain.framework.core.prosumer中的接口
生产器
IPwdValidateService - wang.bigbird.domain.framework.web.core.pwd.service中的接口
密码校验服务
IRespResult<T> - wang.bigbird.domain.framework.web.core.response中的接口
响应实体信息接口
IRoleAreaService - wang.bigbird.domain.framework.web.admin.service中的接口
角色区域关系信息服务
IRolePermissionService - wang.bigbird.domain.framework.web.admin.service中的接口
角色权限关系信息服务
IRoleService - wang.bigbird.domain.framework.web.admin.service中的接口
角色信息服务
IRsaCryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto中的接口
RSA秘钥服务,非对称加密,加密和解密构成一个密钥对
isArray(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
判断对象是否是一个数组
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAudioFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是音频文件
isAudioFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是音频文件
isBadFormat(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
检测该字符串是否是不良的数值格式,指该字符串能够被数值类解析为对应数值,但是格式不良好 该方法主要用于数值输入组件的数值验证上
isBlank(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Checks if a CharSequence is empty (""), null or whitespace only.
isCancel(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
是否取消任务
isChannel() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
代理主机不是IP,代表这是隧道模式,隧道模式会自行切换IP,程序不需要重新获取
isCheckedException(Throwable) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isChildFolder(File, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断目标文件夹是否是源文件夹的子文件夹
isChildFolder(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断目标文件夹是否是源文件夹的子文件夹
isCityExisted(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
isCityExisted(String) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
是否存在对应地市
isCityExisted(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isContainJavaScript(File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
判断PDF文件是否包含JS脚本
isDirectory(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断是否是目录,如果目录不存在,则创建目录
isDirectory(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断是否是目录,如果路径对应目录不存在,则创建目录
isDocker() - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.DockerUtils
Whether a docker
isEmail(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
是否是邮箱
isEmpty(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
是否为空
isEmpty() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
isEmpty(Object[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Check whether the given object (possibly a String) is empty.
isEnableJwtSecurity() - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
是否启用认证授权机制
IService<T> - wang.bigbird.domain.framework.data.mybatisplus.dynamic.service中的接口
扩展IService
isExcelFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是excel文件
isExcelFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是excel文件
isFalse(boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an InvalidArgumentException if the expression evaluates to true.
isFalse(boolean, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an InvalidArgumentException if the expression evaluates to true.
isFileLink(String) - 类 中的静态方法wang.bigbird.domain.framework.core.UrlUtils
判断一个链接地址是否标识网络文件
isHistoryPwd(String, String) - 接口 中的方法wang.bigbird.domain.framework.web.core.pwd.service.IPwdValidateService
是否历史密码
isHtmlFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是网页文件
isHtmlFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是网页文件
ISignService - wang.bigbird.domain.framework.common.crypto.service中的接口
签名接口
isImageFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是图像文件
isImageFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是图像文件
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that the provided object is an instance of the provided class.
isIp(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否是IP地址
ISm4CryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto中的接口
Sm4秘钥服务,对称加密,加密和解密都是用同一个密钥,且密钥长度
isMobilePhone(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
是否是手机号
ISmsService - wang.bigbird.domain.framework.web.captcha.service中的接口
短信服务
isNegativeInteger(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
是否是负整数
isNotBlank(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
检测是否不为空
isNotEmpty(Map<?, ?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
检测是否不为空
isNull(Object, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an object is null.
isNull(Object, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an object is null.
isNullOrEmpty(Collection<?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
判断集合是否为空
isNullOrEmpty(Map<?, ?>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
判断集合是否为空
isNullOrEmpty(Object[]) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
判断集合是否为空
isNumber(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
判断字符串是否能转换成数值
isNumeric(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
利用正则表达式判断字符串是否都是由数字构成
isOk(RespResult<?>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
判断响应是否成功
isPageable() - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
isPdfFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是PDF文件
isPdfFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是PDF文件
isPositiveInteger(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
是否是正整数
isPowerPointFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是powerpoint文件
isPowerPointFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是powerpoint文件
isPrimes(int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
判断一个整数是否属于质数
isProvinceExisted(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
isProvinceExisted(String) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
是否存在对应省
isProvinceExisted(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
isRunning() - 接口 中的方法wang.bigbird.domain.framework.core.prosumer.IProducer
是否运行中
isRunning() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Whether is padding
isSearchCount() - 接口 中的方法wang.bigbird.domain.framework.core.pageable.param.IPageable
是否统计总数
isSearchCount() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
isSpecifiedTypeFile(String, String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否属于指定类型文件
isSpecifiedTypeFile(File, String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否属于指定类型文件
isSubSet(Set<E>, Set<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
child是否是father的子集
isSuper() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.PermissionController
获取当前登录用户是否是超管
isTelePhone(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
是否是座机号码
isTrue(boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTxtFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是txt文件
isTxtFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是txt文件
isVideoFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是视频文件
isVideoFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是视频文件
isWeakPwd(String) - 接口 中的方法wang.bigbird.domain.framework.web.core.pwd.service.IPwdValidateService
判断是否弱密码
isWordFile(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是word文件
isWordFile(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
判断文件是否是word文件
IUserAreaService - wang.bigbird.domain.framework.web.admin.service中的接口
用户区域关系信息服务
IUserRoleService - wang.bigbird.domain.framework.web.admin.service中的接口
用户角色关系信息服务

J

jackson2ObjectMapperBuilderCustomizer() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
 
JacksonProperties - wang.bigbird.domain.framework.web.core.config.properties中的类
Jackson配置
JacksonProperties() - 类 的构造器wang.bigbird.domain.framework.web.core.config.properties.JacksonProperties
 
javaMailSender - 类 中的变量wang.bigbird.domain.framework.message.email.EmailMessageSender
 
joinStr(Object...) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
拼接字符串,该方法用于避免多个字符串采用+进行拼接
json2List(String, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转List
json2List(String, Class<T>, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转List
json2Map(String) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Map
json2Map(String, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Map
json2Node(String) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Node
json2Node(String, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Node
json2Object(String, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转对象
json2Object(String, Class<T>, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转对象
json2Object(String, TypeReference<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转对象
json2Object(String, TypeReference<T>, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转对象
json2Set(String, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Set
json2Set(String, Class<T>, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
JSON转Set
JsonSerializer<T> - wang.bigbird.domain.framework.data.kafka.base.tools.serializer中的类
json序列化
JsonSerializer() - 类 的构造器wang.bigbird.domain.framework.data.kafka.base.tools.serializer.JsonSerializer
 
JsonUtils - wang.bigbird.domain.framework.core中的类
Json工具类
JwtAccessDeniedHandler - wang.bigbird.domain.framework.web.auth.security.jwt.handlers中的类
无权限访问处理器
JwtAccessDeniedHandler() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.handlers.JwtAccessDeniedHandler
 
JwtAuthData - wang.bigbird.domain.framework.web.auth.security.jwt.bean中的类
JWT认证权限基础数据
JwtAuthData() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.JwtAuthData
 
JwtAuthenticationEntryPoint - wang.bigbird.domain.framework.web.auth.security.jwt.handlers中的类
认证失败处理器
JwtAuthenticationEntryPoint() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.handlers.JwtAuthenticationEntryPoint
 
JwtAuthenticationTokenFilter - wang.bigbird.domain.framework.web.auth.security.jwt.filter中的类
执行jwt token验证的过滤器
JwtAuthenticationTokenFilter(JwtSecurityUtils) - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.filter.JwtAuthenticationTokenFilter
 
JwtEnterprise - wang.bigbird.domain.framework.web.auth.security.jwt.bean.user中的类
用户企业
JwtEnterprise() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtEnterprise
 
JwtExceptionHandler - wang.bigbird.domain.framework.web.auth.advice中的类
异常统一处理
JwtExceptionHandler() - 类 的构造器wang.bigbird.domain.framework.web.auth.advice.JwtExceptionHandler
 
JwtPermission - wang.bigbird.domain.framework.web.auth.security.jwt.bean.user中的类
用户权限
JwtPermission() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtPermission
 
JwtPermissionEvaluator - wang.bigbird.domain.framework.web.auth.security.jwt.access中的类
自定义权限注解验证
JwtPermissionEvaluator() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.access.JwtPermissionEvaluator
 
JwtRole - wang.bigbird.domain.framework.web.auth.security.jwt.bean.user中的类
用户角色
JwtRole() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtRole
 
JwtSecurityProperties - wang.bigbird.domain.framework.web.auth.config.properties中的类
JWT配置
JwtSecurityProperties() - 类 的构造器wang.bigbird.domain.framework.web.auth.config.properties.JwtSecurityProperties
 
JwtSecurityUtils - wang.bigbird.domain.framework.web.auth.security.jwt.utils中的类
JWT token创建与解析工具 在本模块中设计了一种对应关系用于记录:用户与refresh token,token与refresh token的映射。
JwtSecurityUtils(JwtSecurityProperties) - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
 
JwtToken - wang.bigbird.domain.framework.web.auth.security.jwt中的类
Token对象
JwtToken() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.JwtToken
 
JwtUser - wang.bigbird.domain.framework.web.auth.security.jwt.bean.user中的类
用户认证权限数据
JwtUser() - 类 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtUser
 

K

K - 类 中的静态变量wang.bigbird.domain.framework.core.FileUtils
按KB计算
KafkaAdminService - wang.bigbird.domain.framework.data.kafka.service中的接口
kafka管理者服务
KafkaAdminServiceImpl - wang.bigbird.domain.framework.data.kafka.service.impl中的类
kafka管理者服务
KafkaAdminServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.kafka.service.impl.KafkaAdminServiceImpl
 
KafkaConfiguration - wang.bigbird.domain.framework.data.kafka中的类
Kafka 配置
KafkaConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
 
KafkaConsumerHandler<T> - wang.bigbird.domain.framework.data.kafka.handler中的接口
kafka消费处理器
KafkaConsumerProperties - wang.bigbird.domain.framework.data.kafka.config.properties中的类
kafka消费者属性
KafkaConsumerProperties() - 类 的构造器wang.bigbird.domain.framework.data.kafka.config.properties.KafkaConsumerProperties
 
KafkaConsumerService - wang.bigbird.domain.framework.data.kafka.service中的接口
kafka消费者服务 Kafka最初考虑的问题是,customer应该从brokes拉取消息还是brokers将消息推送到consumer, 也就是pull还push。
KafkaConsumerServiceImpl - wang.bigbird.domain.framework.data.kafka.service.impl中的类
kafka消费者服务
KafkaConsumerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.kafka.service.impl.KafkaConsumerServiceImpl
 
kafkaProducerFactory(KafkaProducerProperties, KafkaConsumerProperties, KafkaProperties) - 类 中的方法wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
生产者工厂
KafkaProducerProperties - wang.bigbird.domain.framework.data.kafka.config.properties中的类
kafka生产者属性
KafkaProducerProperties() - 类 的构造器wang.bigbird.domain.framework.data.kafka.config.properties.KafkaProducerProperties
 
KafkaProducerService - wang.bigbird.domain.framework.data.kafka.service中的接口
kafka生产者服务
KafkaProducerServiceImpl - wang.bigbird.domain.framework.data.kafka.service.impl中的类
kafka生产者服务
KafkaProducerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.kafka.service.impl.KafkaProducerServiceImpl
 
keyBits - 枚举 中的变量wang.bigbird.domain.framework.common.crypto.base.enums.RsaKeyBits
key 长度位数
keyBytes - 枚举 中的变量wang.bigbird.domain.framework.common.crypto.base.enums.RsaKeyBits
key 字节数
KeyHolder - wang.bigbird.domain.framework.common.crypto.service.impl中的类
 
KeyHolder() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.impl.KeyHolder
 
KeyPairBO - wang.bigbird.domain.framework.common.crypto.bo中的类
密钥对
KeyPairBO() - 类 的构造器wang.bigbird.domain.framework.common.crypto.bo.KeyPairBO
 
KeyProperty - wang.bigbird.domain.framework.common.crypto.properties中的类
 
KeyProperty() - 类 的构造器wang.bigbird.domain.framework.common.crypto.properties.KeyProperty
 
KeyUtils - wang.bigbird.domain.framework.document.api.base.utils中的类
提供文档模版中关于键的通用操作方法
KeyUtils() - 类 的构造器wang.bigbird.domain.framework.document.api.base.utils.KeyUtils
 
KEYWORD_PAGE_NUMBER - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
页码关键词
KICK_OFF_JWT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
kickedOffline(String, Long) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
强制认证对象下线
kickedOffline(String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
强制token下线
KickOffJwtException - wang.bigbird.domain.framework.web.auth.security.jwt.exception中的异常错误
踢下线的Jwt访问时发生的异常
KickOffJwtException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.exception.KickOffJwtException
 
KickOffJwtException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.auth.security.jwt.exception.KickOffJwtException
 

L

lambdaQueryChain() - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
lambda查询链
lambdaUpdateChain() - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
lambda更新链
lastElement(Set<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Retrieve the last element of the given Set, using SortedSet.last() or otherwise iterating over all elements (assuming a linked set).
lastElement(List<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Retrieve the last element of the given List, accessing the highest index.
lastSecond - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
lastTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
依靠中间件获取上一次记录的时间
lastTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
lastTime() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
LeafAlloc - wang.bigbird.domain.framework.id.domain.entity中的类
美团leaf信息表实体
LeafAlloc() - 类 的构造器wang.bigbird.domain.framework.id.domain.entity.LeafAlloc
 
LeafAllocMapper - wang.bigbird.domain.framework.id.dao中的接口
 
LeafAllocServiceImpl - wang.bigbird.domain.framework.id.service.impl中的类
 
LeafAllocServiceImpl() - 类 的构造器wang.bigbird.domain.framework.id.service.impl.LeafAllocServiceImpl
 
length(CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Gets a CharSequence length or 0 if the CharSequence is null.
length(int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
LF - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
LibreOfficeConvertor - wang.bigbird.domain.framework.document.pdf.toolkit.convertor中的类
基于LibreOffice的PDF文档转换器,支持跨平台,转换原理为: 机器上需要安装LibreOffice,利用LibreOffice的进程执行文档格式转换,一个进程同一时刻只能转换一个文档。
LIMIT_LIST_VALIDATE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
limitChars(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
删除字符串中的不被限制串包含的字符
LimitListValidateException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
未通过黑白名单检查异常
LimitListValidateException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.LimitListValidateException
 
LimitListValidateException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.LimitListValidateException
 
LimitListValidateException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.LimitListValidateException
 
lindex(String, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
lindex(String, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
lindex 将 key 对应的列表指定位置的值取出
list() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.PermissionController
获取全部权限信息
list() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
获取全部角色信息
listCity(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
listCity(String) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
查询省下的所有地市
listCity(String) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
listen(String, Class<T>, RabbitmqConsumerHandler<T>) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqConsumerServiceImpl
 
listen(String, Class<T>, RabbitmqConsumerHandler<T>) - 接口 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.RabbitmqConsumerService
消费指定队列的消息,采用监听模式,效果等同于@RabbitListener
listPermission() - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.PermissionServiceImpl
 
listPermission() - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IPermissionService
查询权限列表
listProvince() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.AreaController
获取省级行政区列表
listProvince() - 类 中的方法wang.bigbird.domain.framework.web.admin.service.cache.AreaCacheService
 
listProvince() - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
查询权限列表
listProvince() - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
listRole() - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
listRole() - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
查询角色列表
llen(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
llen(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
llen 获取 key 对应的列表长度
loadAppIdByType(AppType) - 接口 中的方法wang.bigbird.domain.framework.web.defence.service.IAppService
获取指定类型的应用ID信息
loadAppIdByType(AppType) - 类 中的方法wang.bigbird.domain.framework.web.defence.service.impl.AppServiceImpl
 
loadAppKeyAndSecret() - 接口 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.service.AppKeyAndSecretLoaderService
获取appKey:appSecret标识
loadAppSecret(String) - 接口 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.service.AppSecretLoaderService
根据appKey获取appSecret
loadBizTag() - 接口 中的方法wang.bigbird.domain.framework.id.service.ILeafAllocService
获取所有业务标识
loadBizTag() - 类 中的方法wang.bigbird.domain.framework.id.service.impl.LeafAllocServiceImpl
 
loadByApiUrlAndType(String, String) - 接口 中的方法wang.bigbird.domain.framework.web.defence.service.IExposedApiService
根据apiUrl获取对外暴露服务API信息
loadByApiUrlAndType(String, String) - 类 中的方法wang.bigbird.domain.framework.web.defence.service.impl.ExposedApiServiceImpl
 
loadByAppKey(String) - 接口 中的方法wang.bigbird.domain.framework.web.defence.service.IAppService
根据appKey获取应用
loadByAppKey(String) - 类 中的方法wang.bigbird.domain.framework.web.defence.service.impl.AppServiceImpl
 
loadForbidWords() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
加载禁用词
loadForbidWords() - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractInputStreamForbidWordRepository
 
loadImage(String, String) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
读取图像数据
loadLoginUserId() - 类 中的方法wang.bigbird.domain.framework.web.auth.controller.BaseController
获取当前登录用户ID
loadLoginUserRole() - 类 中的方法wang.bigbird.domain.framework.web.auth.controller.BaseController
获取当前登录用户角色
loadRoleByUser(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
loadRoleByUser(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
获取用户对应的角色ID
loadServerTimeStamp() - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
网站对外提供的服务器时间戳
loadTokenByRefreshToken(String, Integer, String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
通过refresh token换取token
loadTokenId() - 类 中的方法wang.bigbird.domain.framework.web.auth.controller.BaseController
获取当前登录Token ID
loadUserByRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
loadUserByRole(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
获取角色对应的用户ID集合
loadUserRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
loadUserRole(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
获取用户角色关系信息
loadWorkerIdFromMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
从中间件获取已分配的worker id
loadWorkerIdFromMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
loadWorkerIdFromMiddleware() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
localDateConverter() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
LocalDate转换器,用于转换RequestParam和PathVariable参数 千万不要试图转为 lambda 表达式!
localDateTimeConverter() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
LocalDateTime转换器,用于转换RequestParam和PathVariable参数 千万不要试图转为 lambda 表达式!
LOCALHOST - 类 中的静态变量wang.bigbird.domain.framework.core.NetUtils
 
LocalHostIP - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
本机IP
localTimeConverter() - 类 中的方法wang.bigbird.domain.framework.web.core.WebCoreConfiguration
LocalTime转换器,用于转换RequestParam和PathVariable参数 千万不要试图转为 lambda 表达式!
Lock - wang.bigbird.domain.framework.distributedlock.core.base.annotation中的注释类型
Lock 注解
lock(String) - 接口 中的方法wang.bigbird.domain.framework.distributedlock.core.service.DistributedLock
获取锁,并且一直持有锁
lock(String, long, TimeUnit) - 接口 中的方法wang.bigbird.domain.framework.distributedlock.core.service.DistributedLock
获取锁,经过指定时间后,释放锁
lock(String) - 类 中的方法wang.bigbird.domain.framework.distributedlock.redislock.impl.RedisLockServiceImpl
 
lock(String, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.distributedlock.redislock.impl.RedisLockServiceImpl
 
lock(String) - 类 中的方法wang.bigbird.domain.framework.distributedlock.zklock.impl.ZkLockServiceImpl
 
lock(String, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.distributedlock.zklock.impl.ZkLockServiceImpl
 
LockCoreConfiguration - wang.bigbird.domain.framework.distributedlock.core中的类
锁配置
LockCoreConfiguration() - 类 的构造器wang.bigbird.domain.framework.distributedlock.core.LockCoreConfiguration
 
LockUtil - wang.bigbird.domain.framework.distributedlock.core.base.utils中的类
锁工具类
Logging - wang.bigbird.domain.framework.common.logging.base.annotation中的注释类型
自定义日志注解
LoggingConfiguration - wang.bigbird.domain.framework.common.logging中的类
日志配置
LoggingConfiguration() - 类 的构造器wang.bigbird.domain.framework.common.logging.LoggingConfiguration
 
LogicalTypeEnum - wang.bigbird.domain.framework.data.elasticsearch.base.enums中的枚举
多个查询条件时的指定组合逻辑关系
LogLevel - wang.bigbird.domain.framework.common.logging.base中的枚举
日志级别定义
logout() - 类 中的方法wang.bigbird.domain.framework.web.auth.controller.BaseController
注销
logSQL(int, String, long, Category, String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MyFormattedLogger
 
LoopTask - wang.bigbird.domain.framework.core.task中的类
永动机,用于执行循环任务(指不发送停止命令,就永远执行下去的任务) 可执行多个不同类别的循环任务,具体的永动机需要继承该类并且实现初始化子任务集合的业务逻辑
LoopTask() - 类 的构造器wang.bigbird.domain.framework.core.task.LoopTask
 
LOWER_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
 
lpop(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
lpop(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
lpop 将 key 对应的列表头部的值取出
lpush(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
lpush(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
lpush 将值 value 放入 key 对应的列表头部
lrange(String, int, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
lrange(String, int, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
lrange 将 key 对应的列表指定位置范围的值取出
lrem(String, int, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
lrem(String, int, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
lrem 根据参数 count 的值,移除 key 对应的列表中与参数 value 相等的元素
LunarCalendar - wang.bigbird.domain.framework.core中的类
农历
LunarCalendar() - 类 的构造器wang.bigbird.domain.framework.core.LunarCalendar
 

M

M - 类 中的静态变量wang.bigbird.domain.framework.core.FileUtils
按MB计算
mail(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
邮箱脱敏
makeAccessible(Field) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
改变private/protected的成员变量为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨
makeDoc(File, String, File, String, String) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
 
makeDoc(File, INIData, String, File, String, String) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
 
makeDoc(File, String, File, String, String) - 接口 中的方法wang.bigbird.domain.framework.document.api.DocMaker
该方法不保证并发正确性,建议调用者采用desDir+desFilePrefix进行隔离,即每次调用传入不同路径,保证生成的文档不会被覆盖 接受外部传入的文档数据,填充进drs文档,并根据drs文档组成结构中模板对应的文档类型,制作对应包含数据的文档,并将文档放到指定目录。
makeDoc(File, INIData, String, File, String, String) - 接口 中的方法wang.bigbird.domain.framework.document.api.DocMaker
根据文档模板+制作规则,接受外部传入的文档数据制作对应文档,并将文档放到指定目录
map(Object, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
构造新的destinationClass实例对象,通过source对象中的字段内容 映射到destinationClass实例对象中,并返回新的destinationClass实例对象。
mapList(Collection<?>, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
把原对象集合映射到新的目标对象集合中
mappingJackson2HttpMessageConverter() - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
重写Converter,否则返回string类型带双引号
match(String) - 类 中的方法wang.bigbird.domain.framework.web.auth.security.jwt.bean.user.JwtPermission
解析权限表达式是否匹配某一项权限,匹配规则如下: 如果权限表达式为"*",标识任意权限,直接返回匹配。
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法wang.bigbird.domain.framework.cache.condition.CacheEnableCondition
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法wang.bigbird.domain.framework.data.kafka.base.tools.support.ProducerCondition
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法wang.bigbird.domain.framework.data.kafka.base.tools.support.TransactionCondition
 
matches(TypeDescriptor, TypeDescriptor) - 类 中的方法wang.bigbird.domain.framework.web.core.support.StringToCollectionConverter
 
matchesCharacter(String, char) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Test if the given String matches the given single character.
max(Number...) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取数字集合中的最大值
MAX_PORT - 类 中的静态变量wang.bigbird.domain.framework.core.NetUtils
 
MAX_RESULT_SIZE - 类 中的静态变量wang.bigbird.domain.framework.data.elasticsearch.base.constants.QueryConstant
ES支持的普通查询最大结果集
MAX_SEARCH_SIZE - 类 中的静态变量wang.bigbird.domain.framework.data.elasticsearch.base.constants.QueryConstant
为减小网络开销,限制查询请求的size最大为2000
maxWorkerId - 类 中的变量wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
支持的最大机器id,结果是31(这个移位算法可以很快的计算出几位二进制数所能表示的最大十进制数)
memory() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemUtils
获取内存使用情况
MemoryMapDfaImpl - wang.bigbird.domain.framework.common.forbidden.core中的类
用Map实现DFA
MemoryMapDfaImpl() - 类 的构造器wang.bigbird.domain.framework.common.forbidden.core.MemoryMapDfaImpl
 
mergeArrayIntoCollection(Object, Collection<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Merge the given array into the given Collection.
mergeCell(int, int, int, int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
合并表格指定区域的单元格
mergeCell(int, int, int, int, int) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
合并表格指定区域的单元格
mergePropertiesIntoMap(Properties, Map<K, V>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
Message - wang.bigbird.domain.framework.message.api.pojo中的类
消息对象
Message() - 类 的构造器wang.bigbird.domain.framework.message.api.pojo.Message
 
MessageHandler - wang.bigbird.domain.framework.data.rabbitmq.handler中的类
提供消息处理的公共方法
MessageHandler() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.handler.MessageHandler
 
MessageSendDTO - wang.bigbird.domain.framework.message.wechat.domain.dto中的类
企业微信发送消息响应体
MessageSendDTO() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.dto.MessageSendDTO
 
MessageSender - wang.bigbird.domain.framework.message.api中的接口
消息发送接口
MessageSendException - wang.bigbird.domain.framework.message.api.exception中的异常错误
消息发送异常
MessageSendException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.message.api.exception.MessageSendException
包装异常消息
MessageSendException(String) - 异常错误 的构造器wang.bigbird.domain.framework.message.api.exception.MessageSendException
包装异常消息
MessageSendException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.message.api.exception.MessageSendException
包装异常消息
METHOD_NOT_ALLOWED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MicrosoftOfficeConvertor - wang.bigbird.domain.framework.document.pdf.toolkit.convertor中的类
基于Jacob调用MicrosoftOffice组件的PDF文档转换器,仅支持Windows平台,转换原理为: 机器上需要安装MicrosoftOffice,利用MicrosoftOffice的进程执行文档格式转换,一个进程同一时刻只能转换一个文档。
migrate() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.FlywayConfiguration
 
migrate() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.FlywayConfiguration
 
millimetre2Pixel(int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
毫米转像素
min(Number...) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
获取数字集合中的最小值
minus(Set<E>, Set<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
求两个集合的差集,set1相对set2的差集
minuteCheck(String, String, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每分钟,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
minuteCheck(String, String, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
每分钟,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
minuteCheck(String, String, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
minuteCheck(String, String, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
minutesBetween(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的分钟数,严格计算模式,不满跨度值不纳入计数
minutesBetween(Date, Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的分钟数,严格计算模式,不满跨度值不纳入计数
mobile(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
手机脱敏
MOBILE - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
请求来源渠道:MOBILE
MOBILE_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
手机号正则模式,国家号码段分配如下: 一、中国移动: 134(0-8)、135、136、137、138、139、144(物)、147、148(物)、150、151、152、157、158、159、165(虚)、1703(虚)、1705(虚)、1706(虚)、172(物)、178、182、183、184、187、188、195、197(5G)、198 二、中国联通: 130、131、132、140(物)、145、146(物)、155、156、166、167(虚)、1704(虚)、1707(虚)、1708(虚)、1709(虚),171(虚)、175、176、185、186、196(5G) 三、中国电信: 133、1349(卫)、141(物)、149(物)、153、162(虚)、1700(虚)、1701(虚)、1702(虚)、173、1740(0-5)(卫)、177、179(虚)、180、181、189、190(5G)、191、193、199 四、中国广电: 192(5G) 五、其他: 1、中国交通通信信息中心 1749(卫) 2、工业和信息化部应急通信保障中心 1740(6-9)(卫)、1741(0-2)(卫)
MOBILE_TELEPHONE_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
电话号正则模式
mongo(MongoDBProperties, MongoProperties) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.MongoDBConfiguration
MongoDB 客户端
MongoDBAggService - wang.bigbird.domain.framework.data.mongodb.service中的接口
聚合服务
MongoDBAggServiceImpl - wang.bigbird.domain.framework.data.mongodb.service.impl中的类
聚合服务
MongoDBAggServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBAggServiceImpl
 
MongoDBConfiguration - wang.bigbird.domain.framework.data.mongodb中的类
MongoDB 配置
MongoDBConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.MongoDBConfiguration
 
MongoDBIndexService - wang.bigbird.domain.framework.data.mongodb.service中的接口
索引服务
MongoDBIndexServiceImpl - wang.bigbird.domain.framework.data.mongodb.service.impl中的类
索引服务
MongoDBIndexServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBIndexServiceImpl
 
MongoDBManipulateService - wang.bigbird.domain.framework.data.mongodb.service中的接口
数据操作服务
MongoDBManipulateServiceImpl - wang.bigbird.domain.framework.data.mongodb.service.impl中的类
数据操作服务
MongoDBManipulateServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
MongoDBProperties - wang.bigbird.domain.framework.data.mongodb.config.properties中的类
MongoDB 属性
MongoDBProperties() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.config.properties.MongoDBProperties
 
MongoDBQueryService - wang.bigbird.domain.framework.data.mongodb.service中的接口
查询服务
MongoDBQueryServiceImpl - wang.bigbird.domain.framework.data.mongodb.service.impl中的类
查询服务
MongoDBQueryServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBQueryServiceImpl
 
mongoTemplate(MongoClient, MongoDBProperties) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.MongoDBConfiguration
MongoTemplate 如果保留该方法名作为Bean名称,需要开启Bean覆盖,否则会报错
MongoUtil - wang.bigbird.domain.framework.data.mongodb.base.utils中的类
MongoDB工具类
monthBetween(Date, Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的月数,严格计算模式,不满跨度值不纳入计数
monthBetween(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的月数,严格计算模式,不满跨度值不纳入计数
MOVE_FILE_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
moveEnd() - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
把插入点移动到文档末尾
moveFileOrFolder(File, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
剪切文件或文件夹到指定文件夹
moveFileOrFolder(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
剪切文件或文件夹到指定文件夹
moveStart() - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
把插入点移动到文档首位置
MQProducerHelper - wang.bigbird.domain.framework.data.rocketmq.base.helper中的类
消息生产者创建器
MQProducerHelper() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.base.helper.MQProducerHelper
 
MULTIPART_FILE_CONTENT_CONTAIN_JS - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MULTIPART_FILE_DIR_NOT_EXIST - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MULTIPART_FILE_NOT_IN_WHITELIST - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MULTIPART_FILE_SIZE_EXCEEDED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MULTIPART_FILE_SUFFIX_EMPTY - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
MultipartHelper - wang.bigbird.domain.framework.web.retrofit.base.helper中的类
表单提交参数构造辅助器
MultipartHelper() - 类 的构造器wang.bigbird.domain.framework.web.retrofit.base.helper.MultipartHelper
 
MybatisPlusConfiguration - wang.bigbird.domain.framework.data.mybatisplus.dynamic中的类
MybatisPlus 配置
MybatisPlusConfiguration(DataSource, ObjectProvider<TransactionManagerCustomizers>) - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.MybatisPlusConfiguration
构造函数隐式注入,@Configuration类历史上不支持构造函数注入。
MybatisPlusConfiguration - wang.bigbird.domain.framework.data.mybatisplus.sharding中的类
MybatisPlus 配置
MybatisPlusConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.sharding.MybatisPlusConfiguration
 
mybatisPlusInterceptor() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.MybatisPlusConfiguration
分页插件
MyDruidDataSourceCreator - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
改良的Druid数据源创建器
MyDruidDataSourceCreator(DruidConfig) - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MyDruidDataSourceCreator
 
MyFormattedLogger - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
自定义SQL日志打印格式
MyFormattedLogger() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MyFormattedLogger
 
MySqlInjector - wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support中的类
自定义sql注入器
MySqlInjector() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.MySqlInjector
 
myTransactionManager() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.MybatisPlusConfiguration
事务管理器

N

name(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
姓名脱敏
NAME_EXISTED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
NamingThreadFactory - wang.bigbird.domain.framework.core中的类
线程创建器,如果没有给线程指定名称,那么,该创建器将用线程调用者的类名称给创建的线程命名
NamingThreadFactory() - 类 的构造器wang.bigbird.domain.framework.core.NamingThreadFactory
 
needMerge() - 类 中的方法wang.bigbird.domain.framework.document.api.data.CellData
单元格是否需要执行行列合并处理
NetUtils - wang.bigbird.domain.framework.core中的类
网络操作工具类
NetUtils() - 类 的构造器wang.bigbird.domain.framework.core.NetUtils
 
newFile(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
新建文件,同时采用UTF-8编码写入文件内容,新文件会完全覆盖旧文件
newFile(String, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
新建文件,同时采用UTF-8编码写入文件内容
newFile(String, String, boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
新建文件,同时采用指定编码写入文件内容
newFolder(File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
创建一个文件夹
newFolder(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
创建一个文件夹
newThread(Runnable) - 类 中的方法wang.bigbird.domain.framework.core.NamingThreadFactory
 
newThread(Runnable) - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentIdWorker.UpdateThreadFactory
 
nextId(Object) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.CustomIdGenerator
 
nextId() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
generate new ID
nextId() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
Get UID
nextId() - 类 中的方法wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
获得下一个ID(该方法是线程安全的)
nextIdsForOneSecond(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.CachedUIdWorker
Get the UIDs in the same specified second under the max sequence
nextInstance(Object) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
nextPos() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
NICKNAME_EXISTED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
NO_CONTENT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
NONCE_PARAM_CODE - 类 中的静态变量wang.bigbird.domain.framework.web.defence.security.AccessData
 
NonceCacheService - wang.bigbird.domain.framework.web.defence.security.judge.service中的类
随机数缓存服务
NonceCacheService() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.service.NonceCacheService
 
NonStandardJWTParserService - wang.bigbird.domain.framework.web.auth.security.jwt.service中的接口
非标准JWT解析服务
noNullElements(Object[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an array contains no null elements.
noNullElements(Collection<?>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a collection contains no null elements.
noNullElements(Collection<?>, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a collection contains no null elements.
NOT_ACCEPTABLE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
NOT_DEFINED_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
NOT_FOUND - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
notEmpty(byte...) - 类 中的静态方法wang.bigbird.domain.framework.common.crypto.base.utils.BytesUtil
校验
notEmpty(Object[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Map<?, ?>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notNull(Object, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an object is not null.
notNull(Object, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert that an object is not null.
NotNullConverter(X) - 类 的构造器wang.bigbird.domain.framework.core.BeanCopierUtils.NotNullConverter
 
now() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemClock
获取当前时间毫秒值
nowDate() - 类 中的静态方法wang.bigbird.domain.framework.core.SystemClock
获取当前时间戳
NULL - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
nullSafeClassName(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Return a String representation of the contents of the specified array.

O

object2Json(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
对象转JSON
object2Json(Object, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
对象转JSON
object2JsonPretty(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
对象转JSON
object2JsonPretty(Object, ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
对象转JSON
object2Xml(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
对象转XML
objectKafkaTemplate(ProducerFactory) - 类 中的方法wang.bigbird.domain.framework.data.kafka.KafkaConfiguration
KafkaTemplate(json序列化方式)
ObjectUtils - wang.bigbird.domain.framework.core中的类
对象操作工具类
obsClient(OssProperties) - 类 中的方法wang.bigbird.domain.framework.data.oss.OssConfiguration
 
of(IPageable) - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
of(IPageData<T>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
分页数据响应报文
of(Integer, String) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(Integer, String, Object) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(Integer, String, Throwable) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(Integer, String, Object, Throwable) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(ResponseStatus) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(ResponseStatus, Object) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(ResponseStatus, Throwable) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(ResponseStatus, Object, Throwable) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
 
of(Throwable, ResponseStatus, Object...) - 异常错误 中的静态方法wang.bigbird.domain.framework.web.core.exceptions.BusinessException
支持msg中有{}占位符的异常信息
of(Integer, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
构造无数据信息响应
of(Integer, String, T) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
构造有数据信息响应
of(ResponseStatus) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
构造无数据信息响应
office2Pdf(String, File, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.LibreOfficeConvertor
利用LibreOffice将office文档转换为pdf文档,其过程为:
office2Pdf(File, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.MicrosoftOfficeConvertor
利用MicrosoftOffice将office文档转换为pdf文档,其过程为:
office2Pdf(String, int[], File, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.OpenOfficeConvertor
利用OpenOffice将office文档转换为pdf文档,其过程为:
OFFICE_POSTFIXS - 类 中的静态变量wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
office中各种文档格式
OFFICE_POSTFIXS - 类 中的静态变量wang.bigbird.domain.framework.document.pdf.toolkit.convertor.OfficeConvertor
office中各种文档格式
OfficeConvertor - wang.bigbird.domain.framework.document.pdf.toolkit.convertor中的类
基于Office的PDF文档转换器
OfficeConvertor() - 类 的构造器wang.bigbird.domain.framework.document.pdf.toolkit.convertor.OfficeConvertor
 
OK - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ok() - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
默认不带数据的请求成功响应
ok(T) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
带数据的请求成功响应
ok(Supplier<T>) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
函数式填充响应
ok(Function<T, R>, T) - 类 中的静态方法wang.bigbird.domain.framework.web.core.response.RespResult
函数式填充响应
OK0 - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
okHttpClient() - 类 中的方法wang.bigbird.domain.framework.web.retrofit.WebRetrofitConfiguration
用于支持https请求 普通的@RetrofitClient不支持https请求, 对于https接口请求需要采用以下方式构造Retrofit客户端 Retrofit retrofit = new Retrofit.Builder().baseUrl(authBaseUrl) .addConverterFactory(JacksonConverterFactory.create()) .client(okHttpClient) .build(); return retrofit.create(XxxHttpClient.class);
oosClient(OssProperties) - 类 中的方法wang.bigbird.domain.framework.data.oss.OssConfiguration
 
Open() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties.SmsProperties.Open
 
openExistDocument(File) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
打开一个已存在的文档
openExistDocument(File) - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.ExcelApp
 
openExistDocument(File) - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.PptApp
 
openExistDocument(File) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
 
OpenHttpApi - wang.bigbird.domain.framework.message.sms.chinatelecom.api.open中的接口
中国电信能力开放平台接口调用器
OpenHttpApiFallback - wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open中的类
当服务降级后,调用相关接口时,返回默认响应
OpenHttpApiFallback() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open.OpenHttpApiFallback
 
OpenHttpDegradeFallbackFactory - wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open中的类
当服务降级后,调用相关接口时,返回默认响应,相比fallback, 通过fallbackFactory可以获取发生降级导致的异常信息
OpenHttpDegradeFallbackFactory() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open.OpenHttpDegradeFallbackFactory
 
OpenOfficeConvertor - wang.bigbird.domain.framework.document.pdf.toolkit.convertor中的类
基于OpenOffice的PDF文档转换器,支持跨平台,转换原理为: 机器上需要安装OpenOffice,利用OpenOffice的进程执行文档格式转换,一个进程同一时刻只能转换一个文档。
OpenSendSmsResponse - wang.bigbird.domain.framework.message.sms.chinatelecom.api.open中的类
数据响应体,用于返回非列表模式的数据
OpenSendSmsResponse() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.api.open.OpenSendSmsResponse
 
optRow(int, int, List<String>) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
该方法自动被调用,每读一行调用一次,在方法中写自己的业务逻辑即可
Order - wang.bigbird.domain.framework.core.pageable.param中的类
排序方式
Order(String) - 类 的构造器wang.bigbird.domain.framework.core.pageable.param.Order
排序表示式,格式为:fieldName,asc 或者 fieldName,desc
order(QueryParam.Order) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
Order() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Order
 
orders - 类 中的变量wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
排序字段信息
orders() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
ossClient(OssProperties) - 类 中的方法wang.bigbird.domain.framework.data.oss.OssConfiguration
 
OssConfiguration - wang.bigbird.domain.framework.data.oss中的类
OSS 配置
OssConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.oss.OssConfiguration
 
OssHandlerContextRegister - wang.bigbird.domain.framework.data.oss.context中的类
对象存储处理器注册室
OssHandlerContextRegister() - 类 的构造器wang.bigbird.domain.framework.data.oss.context.OssHandlerContextRegister
 
OssPersistenceService - wang.bigbird.domain.framework.data.oss.service中的接口
云对象存储服务
OssPersistenceServiceImpl - wang.bigbird.domain.framework.data.oss.service.impl中的类
云对象存储服务
OssPersistenceServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.oss.service.impl.OssPersistenceServiceImpl
 
OssProperties - wang.bigbird.domain.framework.data.oss.config.properties中的类
对象存储统一配置
OssProperties() - 类 的构造器wang.bigbird.domain.framework.data.oss.config.properties.OssProperties
 
OssProperties.Aliyun - wang.bigbird.domain.framework.data.oss.config.properties中的类
阿里云Oss配置
OssProperties.Ct - wang.bigbird.domain.framework.data.oss.config.properties中的类
天翼云Oss配置
OssProperties.Huawei - wang.bigbird.domain.framework.data.oss.config.properties中的类
华为云Oss配置
OssProperties.Qcloud - wang.bigbird.domain.framework.data.oss.config.properties中的类
腾讯云Oss配置
OssType - wang.bigbird.domain.framework.data.oss.config.properties中的枚举
对象存储类型
OTHER - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 

P

p1 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
p2 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
p3 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
p4 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
p5 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
p6 - 类 中的变量wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Padded 6 long (48 bytes)
PaddedAtomicLong - wang.bigbird.domain.framework.id.base.utils中的类
Represents a padded AtomicLong to prevent the FalseSharing problem The CPU cache line commonly be 64 bytes, here is a sample of cache line after padding:
64 bytes = 8 bytes (object reference) + 6 * 8 bytes (padded long) + 8 bytes (a long value)
PaddedAtomicLong() - 类 的构造器wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
Constructors from AtomicLong
PaddedAtomicLong(long) - 类 的构造器wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
 
paddingBuffer() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Padding buffer fill the slots until to catch the cursor
Page<D> - wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param中的类
新版分页规范 适配mybatisPlus分页插件
Page() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
pageable(boolean) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
PageData<T> - wang.bigbird.domain.framework.core.pageable中的类
分页数据(默认实现)
PageData() - 类 的构造器wang.bigbird.domain.framework.core.pageable.PageData
 
PageParam - wang.bigbird.domain.framework.web.core.domain.param中的类
分页参数信息
PageParam() - 类 的构造器wang.bigbird.domain.framework.web.core.domain.param.PageParam
 
PageVO<D> - wang.bigbird.domain.framework.web.core.domain.vo中的类
分页数据响应报文
PageVO() - 类 的构造器wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
PARAMETERS_ANOMALIES - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
parse(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
时间字符串转Date对象
parse(Class<T>, V) - 类 中的静态方法wang.bigbird.domain.framework.core.enums.EnumUtils
指定值对应的枚举
parseDomainIP(String) - 类 中的静态方法wang.bigbird.domain.framework.core.NetUtils
解析域名对应的IP
parseIdTimestamp(long) - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
 
parseLocale(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags.
parseLocaleString(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Parse the given String representation into a Locale.
parseMaxIdleTime(String, long) - 类 中的方法wang.bigbird.domain.framework.cache.support.CustomizedCacheManager
解析名称中是否包含maxIdleTime的特别设置,没有的话,就保持默认值
parseMessage(Message, Class<T>, RabbitmqConsumerHandler<T>) - 类 中的静态方法wang.bigbird.domain.framework.data.rabbitmq.handler.MessageHandler
拆解消息进行处理
parsePageNum(LinkedHashMap<String, TableData>) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
解析要输出的文档数量
parsePercent(String) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
将百分数解析为对应的float型小数
parseTimeZoneString(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Parse the given timeZoneString value into a TimeZone.
parseTTL(String, long) - 类 中的方法wang.bigbird.domain.framework.cache.support.CustomizedCacheManager
解析名称中是否包含ttl的特别设置,没有的话,就保持默认值
parseUID(long) - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
解析默认业务提供的唯一ID的组成结构
parseUID(long, String) - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
解析指定业务提供的唯一ID的组成结构
parseUID(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.CachedUIdWorker
 
parseUID(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
parseUID(long) - 接口 中的方法wang.bigbird.domain.framework.id.strategy.baidu.UIdWorker
Parse the UID into elements which are used to generate the UID.
parseUID(Long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
反解析UID
parseUID(String) - 类 中的方法wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
反解析UID
parseUID(long, String) - 接口 中的方法wang.bigbird.domain.framework.id.support.IdGenerator
解析ID
parseUID(long, String) - 类 中的方法wang.bigbird.domain.framework.id.support.SegmentGenerator
 
parseUID(long, String) - 类 中的方法wang.bigbird.domain.framework.id.support.SnowflakeGenerator
 
parseUID(long, String) - 类 中的方法wang.bigbird.domain.framework.id.support.UidGenerator
 
password(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
密码脱敏
PASSWORD_EMPTY - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PASSWORD_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PASSWORD_FORMAT_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PASSWORD_WEAK - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PasswordPolicy - wang.bigbird.domain.framework.web.core.pwd中的类
密码验证策略
PasswordPolicy() - 类 的构造器wang.bigbird.domain.framework.web.core.pwd.PasswordPolicy
 
PasswordValidator - wang.bigbird.domain.framework.web.core.pwd中的类
强密码规则校验器 默认策略 defaultPolicy 如下: 密码长度应至少8位; 至少包含数字、小写字母、大写字母、特殊符号4类; 应避免键盘排序输入; 不能与账号一致; 不能与近三次密码一致; 弱密码库校验。
PasswordValidator() - 类 的构造器wang.bigbird.domain.framework.web.core.pwd.PasswordValidator
 
PasswordValidator.Result - wang.bigbird.domain.framework.web.core.pwd中的类
 
pathEquals(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Compare two paths after normalization of them.
PC - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
请求来源渠道:PC
PdfMaker - wang.bigbird.domain.framework.document.pdf中的类
Pdf文档制作接口
PdfMaker() - 类 的构造器wang.bigbird.domain.framework.document.pdf.PdfMaker
 
PdfProcessor - wang.bigbird.domain.framework.document.pdf.toolkit中的类
PDF文档处理器,提供围绕PDF处理的公共方法 如果要使用该工具中的导出表格方法,需要把字体文件安装到系统
Permission - wang.bigbird.domain.framework.web.admin.domain.entity中的类
系统权限条目表实体
Permission() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.Permission
 
PermissionBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
权限信息实体
PermissionBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.PermissionBO
 
PermissionController - wang.bigbird.domain.framework.web.admin.controller中的类
权限管理接口
PermissionController() - 类 的构造器wang.bigbird.domain.framework.web.admin.controller.PermissionController
 
PermissionMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
PermissionParam - wang.bigbird.domain.framework.web.admin.domain.param中的类
权限信息请求实体
PermissionParam() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.param.PermissionParam
 
permissions() - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.PermissionController
获取当前登录用户的权限
PermissionServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
系统权限条目信息服务
PermissionServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.PermissionServiceImpl
 
PermissionVO - wang.bigbird.domain.framework.web.admin.domain.vo中的类
权限信息响应实体
PermissionVO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.vo.PermissionVO
 
PHONE_NUM_FORMAT_ERROR - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PHONE_NUM_NOT_EXIST_IN_WHITE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
PHONE_NUM_REGISTERED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
pickUpEmail(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
提取邮箱
pickUpMobilePhone(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
提取手机号码
pickUpPhone(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
提取电话号码或者手机号码
pickUpRegex(String, Pattern) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
提取符合正则匹配模式的字符串信息集合
pickUpTelePhone(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
提取电话号码
pidName - 类 中的变量wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
名称格式为:ip_port
pixel2Millimetre(int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
像素转毫米
pointcut() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.BaseLoggingAop
pointcut 指定切入点的生效时机
pointcut() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.ControllerLoggingAop
 
pointcut() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.CustomLoggingAop
 
pointcut() - 类 中的方法wang.bigbird.domain.framework.common.logging.base.aop.FeignLoggingAop
 
pointcut() - 类 中的方法wang.bigbird.domain.framework.distributedlock.core.base.aop.DistributedLockAop
pointcut 指定切入点的生效时机
post(String, Map<String, String>, HttpProxy) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式
postByBinary(String, byte[], int, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字节数组形式发送参数
postByBinary(String, byte[], int, String, String, String, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字节数组形式发送参数
postByBinary(String, byte[], int, String, Map<String, String>, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字节数组形式发送参数
postByString(String, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字符串形式发送参数
postByString(String, String, String, String, String, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字符串形式发送参数
postByString(String, String, String, Map<String, String>, HttpProxy, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
采用Post方式,以字符串形式发送参数
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.interceptor.DefenceInterceptor
已经执行完controller了,但是还没有进入视图渲染
PptApp - wang.bigbird.domain.framework.document.ppt.jacob中的类
Ppt应用程序的JAVA操控器
PptApp() - 类 的构造器wang.bigbird.domain.framework.document.ppt.jacob.PptApp
创建PPT应用程序
PptMaker - wang.bigbird.domain.framework.document.ppt中的类
Ppt文档制作接口
PptMaker() - 类 的构造器wang.bigbird.domain.framework.document.ppt.PptMaker
 
PptProcessor - wang.bigbird.domain.framework.document.ppt.toolkit中的类
Ppt文档处理器,提供围绕Ppt处理的公共方法
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法wang.bigbird.domain.framework.web.core.interceptor.TraceInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.interceptor.DefenceInterceptor
在请求匹配controller之前执行,返回true才行进行下一步
Presentation - wang.bigbird.domain.framework.document.ppt.jacob.components中的类
代表当前操控的单份文档的控制权
Presentation(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
Presentations - wang.bigbird.domain.framework.document.ppt.jacob.components中的类
代表被操控的所有ppt文档集合的控制权,通过该控制权可以创建对单份文档的控制权
Presentations(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.ppt.jacob.components.Presentations
 
processFileSeparator(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
处理文件分隔符,把各种文件分隔符转换成平台标准文件分隔符,同时去除末尾多余分隔符
ProcessingRuntimeException - wang.bigbird.domain.framework.core.exceptions中的异常错误
处理异常
ProcessingRuntimeException(Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
 
ProcessingRuntimeException(String) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
 
ProcessingRuntimeException(String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
 
ProcessingRuntimeException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
 
ProcessingRuntimeException(Throwable, String, Object...) - 异常错误 的构造器wang.bigbird.domain.framework.core.exceptions.ProcessingRuntimeException
 
processNullStr(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
处理字符串,将空串转换为""
processNullStr(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
处理空字符串,将空字符串转换为默认字符串
processNumberStr(int, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
处理数字串,按照指定长度格式返回
processPathStartWithOutSeparator(String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AbstractOssHandler
处理路径
processPathStartWithSeparator(String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AbstractOssHandler
处理路径
processPathWithNoSeparatorStart(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
处理路径,不以路径分隔符开头
processPathWithSeparatorStart(String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
处理路径,以路径分隔符开头
processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - 类 中的方法wang.bigbird.domain.framework.web.core.base.tools.support.CustomerCorsProcessor
 
processStrLength(int, char, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
采用尾部填充模式将字符串采用指定字符填充为最小指定长度的字符串
processStrLength(int, char, boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
将字符串采用指定字符填充为最小指定长度的字符串
ProducerCondition - wang.bigbird.domain.framework.data.kafka.base.tools.support中的类
生产者条件
ProducerCondition() - 类 的构造器wang.bigbird.domain.framework.data.kafka.base.tools.support.ProducerCondition
 
PropertiesHelper - wang.bigbird.domain.framework.data.elasticsearch.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.base.helper.PropertiesHelper
 
PropertiesHelper - wang.bigbird.domain.framework.data.kafka.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.kafka.base.helper.PropertiesHelper
 
PropertiesHelper - wang.bigbird.domain.framework.data.mongodb.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.mongodb.base.helper.PropertiesHelper
 
PropertiesHelper - wang.bigbird.domain.framework.data.rabbitmq.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.base.helper.PropertiesHelper
 
PropertiesHelper - wang.bigbird.domain.framework.data.redis.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.redis.base.helper.PropertiesHelper
 
PropertiesHelper - wang.bigbird.domain.framework.data.rocketmq.base.helper中的类
属性设置器
PropertiesHelper() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.base.helper.PropertiesHelper
 
provide(long) - 接口 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferedUidProvider
Provides UID in one second
publishEvent(ApplicationEvent) - 类 中的静态方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
发布事件
put(Object, Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
put(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Put an UID in the ring & tail moved
We use 'synchronized' to guarantee the UID fill in slot & publish new tail sequence as atomic operations
Note that: It is recommended to put UID in a serialize way, cause we once batch generate a series UIDs and put the one by one into the buffer, so it is unnecessary put in multi-threads
put(String) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.service.NonceCacheService
加入缓存
putIfAbsent(Object, Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 

Q

Qcloud() - 类 的构造器wang.bigbird.domain.framework.data.oss.config.properties.OssProperties.Qcloud
 
QCloudOssHandler - wang.bigbird.domain.framework.data.oss.handler.impl中的类
腾讯云云对象存储服务
QCloudOssHandler() - 类 的构造器wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
query(QueryParam, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
按条件查询符合条件的数据,只适合查询10000条范围之内的, 注意,查询数据量有可能超过100M限制,此时在查询条件中限制返回字段是一个比较好的解决方法, 更深入的解决办法,参考: http://note.youdao.com/noteshare?
query(QueryParam, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
queryAreaByRoleId(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleAreaServiceImpl
 
queryAreaByRoleId(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleAreaService
查询指定角色拥有的区域ID列表
queryAreaByRoleIds(Set<Long>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleAreaServiceImpl
 
queryAreaByRoleIds(Set<Long>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleAreaService
查询指定角色集合拥有的区域ID列表
queryAreaByUserId(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserAreaServiceImpl
 
queryAreaByUserId(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserAreaService
查询指定用户拥有的区域ID列表
queryChain() - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
查询链
QueryConstant - wang.bigbird.domain.framework.data.elasticsearch.base.constants中的类
查询相关的常量定义
QueryConstant() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.base.constants.QueryConstant
 
queryData() - 类 中的方法wang.bigbird.domain.framework.core.task.ChildTask
获取永动任务数据集
QueryField() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.QueryField
 
queryFields(List<QueryParam.QueryField>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
QueryParam - wang.bigbird.domain.framework.data.elasticsearch.domain.param中的类
自带查询范围校正的ES搜索参数封装
QueryParam.Builder - wang.bigbird.domain.framework.data.elasticsearch.domain.param中的类
 
QueryParam.Order - wang.bigbird.domain.framework.data.elasticsearch.domain.param中的类
指定排序方式与排序字段,升序或者降序
QueryParam.QueryField - wang.bigbird.domain.framework.data.elasticsearch.domain.param中的类
 
QueryParam.RangeFilter<T> - wang.bigbird.domain.framework.data.elasticsearch.domain.param中的类
指定只返回某个字段值在某个范围内的结果
queryPermissionByRoleId(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RolePermissionServiceImpl
 
queryPermissionByRoleId(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRolePermissionService
查询指定角色拥有的权限ID列表
queryPermissionByRoleIds(Set<Long>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RolePermissionServiceImpl
 
queryPermissionByRoleIds(Set<Long>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRolePermissionService
查询指定角色集合拥有的权限ID列表
queryRole(String, List<Long>, String, String, Page<Role>) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
queryRole(String, List<Long>, String, String, Page<Role>) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
查询符合条件的角色信息
queryRoleById(Long, boolean) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
queryRoleById(Long, boolean) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
角色信息
QueryTypeEnum - wang.bigbird.domain.framework.data.elasticsearch.base.enums中的枚举
ES的搜索方式
queryUserArea(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IAreaService
查询用户授权区域
queryUserArea(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.AreaServiceImpl
 
queryUserPermission(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.PermissionServiceImpl
 
queryUserPermission(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IPermissionService
查询用户权限
queueBind(String, String, String, BuiltinExchangeType, boolean, boolean) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqAdminServiceImpl
 
queueBind(String, String, String, BuiltinExchangeType, boolean, boolean) - 接口 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.RabbitmqAdminService
定义交换机,定义队列,将队列与交换机进行绑定
queueMessageClassMap - 类 中的静态变量wang.bigbird.domain.framework.data.rabbitmq.handler.MessageHandler
队列消息数据对应的类型
queueMessageConsumerHandlerMap - 类 中的静态变量wang.bigbird.domain.framework.data.rabbitmq.handler.MessageHandler
队列消息数据对应的处理器
quit() - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.AbstractMicrosoftOfficeApp
应用退出
quote(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

rabbitAdmin(ConnectionFactory) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
RabbitmqAdminService - wang.bigbird.domain.framework.data.rabbitmq.service中的接口
rabbitmq管理者服务
RabbitmqAdminServiceImpl - wang.bigbird.domain.framework.data.rabbitmq.service.impl中的类
rabbitmq管理者服务
RabbitmqAdminServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqAdminServiceImpl
 
RabbitmqConfiguration - wang.bigbird.domain.framework.data.rabbitmq中的类
Rabbitmq 配置
RabbitmqConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
RabbitmqConsumerHandler<T> - wang.bigbird.domain.framework.data.rabbitmq.handler中的接口
rabbitmq消费处理器
RabbitmqConsumerService - wang.bigbird.domain.framework.data.rabbitmq.service中的接口
rabbitmq消费者服务 MQ有两种消息消费模式: 轮询请求队列看是否有消息即拉模式,采用receive,receiveAndConvert和receiveAndReply方法实现; 队列中有消息即对消费者进行通知即推模式,采用@RabbitListener注解实现;
RabbitmqConsumerServiceImpl - wang.bigbird.domain.framework.data.rabbitmq.service.impl中的类
rabbitmq消费者服务
RabbitmqConsumerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqConsumerServiceImpl
 
RabbitmqProducerService - wang.bigbird.domain.framework.data.rabbitmq.service中的接口
rabbitmq生产者服务
RabbitmqProducerServiceImpl - wang.bigbird.domain.framework.data.rabbitmq.service.impl中的类
rabbitmq生产者服务
RabbitmqProducerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqProducerServiceImpl
 
RabbitmqProperties - wang.bigbird.domain.framework.data.rabbitmq.config.properties中的类
rabbitmq 属性
RabbitmqProperties() - 类 的构造器wang.bigbird.domain.framework.data.rabbitmq.config.properties.RabbitmqProperties
 
rabbitTemplate(ConnectionFactory, RabbitmqProperties) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
randomColor(int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.ColorUtils
随机生成一个Color颜色的对象
rangeFilter(QueryParam.RangeFilter) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
RangeFilter() - 类 的构造器wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.RangeFilter
 
RC4 - wang.bigbird.domain.framework.core.arithmetic中的类
RC4加密解密算法 RC4是一种对称密码算法,它属于对称密码算法中的序列密码(streamcipher,也称为流密码), 它是可变密钥长度,面向字节操作的流密码。
RC4() - 类 的构造器wang.bigbird.domain.framework.core.arithmetic.RC4
 
read() - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
read(char[], int, int) - 类 中的方法wang.bigbird.domain.framework.core.unicode.UnicodeReader
 
READ_TIME_OUT - 类 中的静态变量wang.bigbird.domain.framework.core.url.URLConnectionUtils
 
readAllSheet(String) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
读取所有工作簿的入口方法
readClassConfigFileContent(String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.toolkit.WebUtil
读取类路径中的配置文件
readContent(String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
采用UTF-8编码将读取的文件内容以字符串形式返回,若keepFormat取值为true,则保持原有行格式,否则将文件内容做为一条字符串返回
readContent(File, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
采用UTF-8编码将读取的文件内容以字符串形式返回,若keepFormat取值为true,则保持原有行格式,否则将文件内容做为一条字符串返回
readContent(String, boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将读取的文件内容以字符串形式返回,若keepFormat取值为true,则保持原有行格式,否则将文件内容做为一条字符串返回, 该方法将所有内容存放在内存中,适合小文件,超过百M的文件读取,容易出现内存溢出错误
readContent(File, boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将读取的文件内容以字符串形式返回,若keepFormat取值为true,则保持原有行格式,否则将文件内容做为一条字符串返回, 该方法将所有内容存放在内存中,适合小文件,超过百M的文件读取,容易出现内存溢出错误
readOneSheet(String, String) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
读取指定工作簿的入口方法
recordUserRole(AuthorizationBO) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
recordUserRole(AuthorizationBO) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
记录用户角色信息
Redis() - 类 的构造器wang.bigbird.domain.framework.cache.config.properties.CacheProperties.Redis
 
RedisConfiguration - wang.bigbird.domain.framework.data.redis中的类
REDIS 配置
RedisConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.redis.RedisConfiguration
 
RedisHashService - wang.bigbird.domain.framework.data.redis.service中的接口
redis hash 服务
RedisHashServiceImpl - wang.bigbird.domain.framework.data.redis.service.impl中的类
redis hash 服务
RedisHashServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.redis.service.impl.RedisHashServiceImpl
 
RedisListService - wang.bigbird.domain.framework.data.redis.service中的接口
redis list 服务
RedisListServiceImpl - wang.bigbird.domain.framework.data.redis.service.impl中的类
redis list 服务
RedisListServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
RedisLockConfiguration - wang.bigbird.domain.framework.distributedlock.redislock中的类
Redis 锁配置
RedisLockConfiguration() - 类 的构造器wang.bigbird.domain.framework.distributedlock.redislock.RedisLockConfiguration
 
RedisLockServiceImpl - wang.bigbird.domain.framework.distributedlock.redislock.impl中的类
redis 锁服务实现类
RedisLockServiceImpl() - 类 的构造器wang.bigbird.domain.framework.distributedlock.redislock.impl.RedisLockServiceImpl
 
RedisProperties - wang.bigbird.domain.framework.data.redis.config.properties中的类
Redis properties
RedisProperties() - 类 的构造器wang.bigbird.domain.framework.data.redis.config.properties.RedisProperties
 
RedisService - wang.bigbird.domain.framework.data.redis.service中的接口
redis 基础服务
RedisServiceImpl - wang.bigbird.domain.framework.data.redis.service.impl中的类
redis 基础服务
RedisServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
RedisSetService - wang.bigbird.domain.framework.data.redis.service中的接口
redis set 服务
RedisSetServiceImpl - wang.bigbird.domain.framework.data.redis.service.impl中的类
redis set 服务
RedisSetServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
redissonCacheManager(RedissonClient, CacheProperties) - 类 中的方法wang.bigbird.domain.framework.cache.CacheConfiguration
如果需要使用 redis 作为缓存中间件 需要引入 bigbird-framework-data-redis,或者自己注册 redissonClient
redissonClient(RedisProperties, RedisProperties) - 类 中的方法wang.bigbird.domain.framework.data.redis.RedisConfiguration
redisson客户端
redissonConnectionFactory(RedissonClient) - 类 中的方法wang.bigbird.domain.framework.data.redis.RedisConfiguration
以 redisson 为驱动的连接工厂
RedisSortedSetService - wang.bigbird.domain.framework.data.redis.service中的接口
redis 有序set 服务
RedisSortedSetServiceImpl - wang.bigbird.domain.framework.data.redis.service.impl中的类
redis 有序set 服务
RedisSortedSetServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
redisTemplate(RedissonConnectionFactory) - 类 中的方法wang.bigbird.domain.framework.data.redis.RedisConfiguration
构建 redisTemplate
RedisTemplateFactory - wang.bigbird.domain.framework.data.redis.base.tools.support中的类
redisTemplate 工厂 用于生成不同类型的 redisTemplate
RedisTemplateFactory(RedisConnectionFactory) - 类 的构造器wang.bigbird.domain.framework.data.redis.base.tools.support.RedisTemplateFactory
 
redisTemplateFactory(RedissonConnectionFactory) - 类 中的方法wang.bigbird.domain.framework.data.redis.RedisConfiguration
redisTemplate 工厂 默认采用 jackson 序列化方式,不支持 value class 设置为 Object.class
RedisWorkerIdAssigner - wang.bigbird.domain.framework.id.worker中的类
Redis编号分配器,相对于ZK编号分配器,判断活跃节点存在一定延迟
RedisWorkerIdAssigner(Long, String, Integer) - 类 的构造器wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
refresh(boolean) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
重新加载禁用词
REFRESH_TOKEN_SUBJECT - 类 中的静态变量wang.bigbird.domain.framework.web.auth.security.jwt.utils.JwtSecurityUtils
 
register(AppBO) - 接口 中的方法wang.bigbird.domain.framework.web.defence.service.IAppService
登记应用
register(AppBO) - 类 中的方法wang.bigbird.domain.framework.web.defence.service.impl.AppServiceImpl
 
registerJavaLong2StringModule(ObjectMapper) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
注册大数值转换为字符串序列化模块
registerJavaTimeModule(ObjectMapper, String, String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
注册时间序列化模块 支持jsr310,即新的时间类(java.time包下的时间类)
registerJavaTimeModule(ObjectMapper, String, String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
注册时间序列化模块 支持jsr310,即新的时间类(java.time包下的时间类)
registerNode() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
注册节点到节点列表中
registerNode() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
registerNode() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
registration(JwtAuthenticationTokenFilter) - 类 中的方法wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration
注册jwt token验证过滤器
RejectedPolicyEnum - wang.bigbird.domain.framework.web.core.base.enums中的枚举
线程池拒绝策略类型
RejectedPutBufferHandler - wang.bigbird.domain.framework.id.strategy.baidu.buffer中的接口
If tail catches the cursor it means that the ring buffer is full, any more buffer put request will be rejected.
RejectedTakeBufferHandler - wang.bigbird.domain.framework.id.strategy.baidu.buffer中的接口
If cursor catches the tail it means that the ring buffer is empty, any more buffer take request will be rejected.
rejectPutBuffer(RingBuffer, long) - 接口 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RejectedPutBufferHandler
Reject put buffer request
rejectTakeBuffer(RingBuffer) - 接口 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RejectedTakeBufferHandler
Reject take buffer request
releaseExecutors(String) - 类 中的静态方法wang.bigbird.domain.framework.core.task.TaskProcessUtil
回收线程资源
reload(InputStream) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
通过InputStream,重新加载数据
reload(Reader) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
通过reader,重新加载数据
reload(File) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
通过file,重新加载数据
reload(File, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
通过file,重新加载数据,如果文件不存在,根据isCreate属性决定是否创建
reload(File, boolean, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
通过file,重新加载数据,如果文件不存在,根据isCreate属性决定是否创建,根据local属性决定是否采用本地编码
reload(InputStream) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
reload(Reader) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
reload(File) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
reload(File, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
reload(File, boolean, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
remove(String, String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
如果指定的Section不存在或者Key不存在,返回null; 如果指定的Section存在,key存在,执行remove的功能,返回原值
remove(String, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
remove(String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
remove(String, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
remove(String, Map<String, Object>, Criteria) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
remove(String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
根据指定key和value到指定集合中删除数据
remove(String, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
根据指定key和value构成的Map,到指定集合中删除数据
remove(String, Map<String, Object>, Criteria) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
根据指定key和value到指定collName集合中删除数据
removeAllIndex(String) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBIndexServiceImpl
 
removeAllIndex(String) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBIndexService
删除指定集合中的所有索引
removeById(String, String) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
removeById(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
删除指定集合指定主键的数据
RemoveDruidAdConfiguration - wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration中的类
除去Druid监控页面底部的广告
RemoveDruidAdConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.RemoveDruidAdConfiguration
 
removeDruidAdFilterRegistrationBean(DruidStatProperties) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration.RemoveDruidAdConfiguration
 
removeDuplicateStrings(String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Remove duplicate strings from the given array.
removeForbidWord(String...) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
删除禁用词,通常基于文件的禁用词库不支持持久化,基于数据库的可以支持
removeForbidWord(boolean, String...) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
删除禁用词,通常基于文件的禁用词库不支持持久化,基于数据库的可以支持
removeForbidWord(boolean, String...) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
removeFromSession(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
从Session中移除指定键值
removeIndexByName(String, String) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBIndexServiceImpl
 
removeIndexByName(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBIndexService
根据索引名称删除指定集合的索引
render(LinkedHashMap<String, Object>) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
替换文档中的指定标签,该方法处理后,会将文档中的所有标签都去掉,所以在制作文档前应该只调用一次最佳
replace(String, char) - 接口 中的方法wang.bigbird.domain.framework.common.forbidden.service.ForbidWordService
将文本中包含的禁用词的每个字符以指定符号代替
replace(String, char) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.service.impl.ForbidWordServiceImpl
 
replace(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Replace all occurrences of a substring within a string with another string.
replaceAllText(String, String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
用新文本替换旧文本,全部替换
replaceDocText(LinkedHashMap<String, String>) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
替换文档正文中的文本
replaceHeaderFooterText(Document, LinkedHashMap<String, String>) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.WordApp
替换文档的页眉与页脚中的文本
replaceText(String, String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Selection
用新文本替换旧文本,只替换一次
replaceText(LinkedHashMap<String, String>) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
替换文档中的指定文本
REPLAY_ATTACK - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ReplayAttackDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge.impl中的类
防重放攻击防御器
ReplayAttackDefenceJudge() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.impl.ReplayAttackDefenceJudge
 
ReplayAttackException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
重放异常
ReplayAttackException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ReplayAttackException
 
ReplayAttackException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ReplayAttackException
 
ReplayAttackException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ReplayAttackException
 
report() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
心跳上报
report() - 类 中的方法wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
 
report() - 类 中的方法wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
ResponseStatus - wang.bigbird.domain.framework.core.response中的类
响应状态码与响应状态信息
ResponseStatus() - 类 的构造器wang.bigbird.domain.framework.core.response.ResponseStatus
 
RespResult<T> - wang.bigbird.domain.framework.web.core.response中的类
响应结果信息构造器
restHighLevelClient(ElasticsearchProperties, ElasticsearchRestClientProperties) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.ElasticsearchConfiguration
高级别客户端
restoreId(long, long) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
基因id还原为原始ID
restoreId(long) - 类 中的方法wang.bigbird.domain.framework.id.context.IdContext
基因id还原为原始ID
Result() - 类 的构造器wang.bigbird.domain.framework.web.core.pwd.PasswordValidator.Result
 
Retry() - 类 的构造器wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties.Retry
 
RETRYNUM - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
重试次数
RetryPolicyTypeEnum - wang.bigbird.domain.framework.data.zookeeper.base.enums中的枚举
重连策略
reverseColor(Color) - 类 中的静态方法wang.bigbird.domain.framework.core.ColorUtils
反转颜色
revertUnicode(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
将16位unicode编码的字符串转换为普通字符串
revertUnicode10(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
将10位unicode编码的字符串转换为普通字符串
revokeRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.AuthorizationController
解除用户角色
revokeRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
revokeRole(Long) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IUserRoleService
解除用户角色
RingBuffer - wang.bigbird.domain.framework.id.strategy.baidu.buffer中的类
Represents a ring buffer based on array.
RingBuffer(int) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Constructor with buffer size, paddingFactor default as 50
RingBuffer(int, int) - 类 的构造器wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Constructor with buffer size & padding factor
rLock() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
RocketmqConfiguration - wang.bigbird.domain.framework.data.rocketmq中的类
Rocketmq 配置
RocketmqConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.RocketmqConfiguration
 
RocketmqConsumerHandler<T> - wang.bigbird.domain.framework.data.rocketmq.handler中的接口
rocketmq消费处理器
RocketmqConsumerProperties - wang.bigbird.domain.framework.data.rocketmq.config.properties中的类
rocketmq消费者属性
RocketmqConsumerProperties() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.config.properties.RocketmqConsumerProperties
 
RocketmqConsumerService - wang.bigbird.domain.framework.data.rocketmq.service中的接口
rocketmq消费者服务
RocketmqConsumerServiceImpl - wang.bigbird.domain.framework.data.rocketmq.service.impl中的类
rocketmq消费者服务
RocketmqConsumerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqConsumerServiceImpl
 
RocketmqProducerProperties - wang.bigbird.domain.framework.data.rocketmq.config.properties中的类
rocketmq生产者属性
RocketmqProducerProperties() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.config.properties.RocketmqProducerProperties
 
RocketmqProducerService - wang.bigbird.domain.framework.data.rocketmq.service中的接口
rocketmq生产者服务
RocketmqProducerServiceImpl - wang.bigbird.domain.framework.data.rocketmq.service.impl中的类
rocketmq生产者服务
RocketmqProducerServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqProducerServiceImpl
 
Role - wang.bigbird.domain.framework.web.admin.domain.entity中的类
角色表实体
Role() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.Role
 
RoleArea - wang.bigbird.domain.framework.web.admin.domain.entity中的类
角色区域关系表实体
RoleArea() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.RoleArea
 
RoleAreaMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
RoleAreaServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
角色区域关系信息服务
RoleAreaServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.RoleAreaServiceImpl
 
RoleBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
角色信息实体
RoleBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.RoleBO
 
RoleController - wang.bigbird.domain.framework.web.admin.controller中的类
角色管理接口
RoleController() - 类 的构造器wang.bigbird.domain.framework.web.admin.controller.RoleController
 
RoleMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
RoleParam - wang.bigbird.domain.framework.web.admin.domain.param中的类
角色信息请求实体
RoleParam() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.param.RoleParam
 
RolePermission - wang.bigbird.domain.framework.web.admin.domain.entity中的类
角色权限关系表实体
RolePermission() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.RolePermission
 
RolePermissionMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
RolePermissionServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
角色权限关系信息服务
RolePermissionServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.RolePermissionServiceImpl
 
RoleServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
角色信息服务
RoleServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
RoleVO - wang.bigbird.domain.framework.web.admin.domain.vo中的类
角色信息响应实体
RoleVO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.vo.RoleVO
 
round(float, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
提供精确的小数位四舍五入处理。
round(double, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
提供精确的小数位四舍五入处理。
round(double, int, int) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
同上,可采取不同的小数位处理方式
RowData - wang.bigbird.domain.framework.document.api.data中的类
动态表格包含的行数据对象
RowData() - 类 的构造器wang.bigbird.domain.framework.document.api.data.RowData
 
rpop(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
rpop(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
rpop 将 key 对应的列表尾部的值取出
rpoplpush(String, String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
rpoplpush(String, String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
rpoplpush 移除 sourceKey 列表的最后一个元素,并将该元素添加到 destKey 对应列表的头部并返回
rpush(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisListServiceImpl
 
rpush(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisListService
rpush 将值 value 放入 key 对应的列表尾部
rsaCryptoService(Byte2StringType) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
RSA非对称加密解密器
RsaCryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto.impl中的类
RSA非对称加密解密工具 暂时只支持2048位的RSA/ECB/PKCS1Padding加密解密
RsaCryptoService() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.crypto.impl.RsaCryptoService
 
RsaKeyBits - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
RSA密钥长度 RSA算法是一种非对称加密算法,这一算法主要依靠分解大素数的复杂性来实现其安全性, RSA基于一个十分简单的数论事实:将两个大素数相乘十分容易,但想要对其乘积进行因式分解却极其困难, 因此可以将乘积公开作为加密密钥,即公钥,而两个大素数组合成私钥。
rsaKeyHolder(KeyProperty) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
获取RSA key的服务
rsaKeyProperty() - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
 
RULE_DEFINE_MIN_NUM - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
数据项规则描述的最少定义元素项数量,数据项标识|数据项名称|数据类型
RULE_ELEMENT_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
数据项规则描述中各个定义元素项之间的分隔符
RULE_ELEMENT_SEPARATE_REGEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
数据项规则描述中各个定义元素项之间的分隔符对应的正则表达式
run() - 类 中的方法wang.bigbird.domain.framework.core.prosumer.AccumulatorConsumer
 

S

sadd(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
sadd(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SADD 将一个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
save() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到默认的文件当中
save(boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到默认的文件当中
save(File) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到指定的文件当中
save(String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到指定的文件当中
save(String, boolean) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到指定的文件当中
save(String, String) - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
把修改之后的数据存入到指定的文件当中
save() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(File) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(String, boolean) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(String, String) - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
save(String, T) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
save(String, T) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
保存单个对象到指定集合中
save() - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
保存文档更改的内容
save() - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
save() - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
save() - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
 
saveAll(String, List<T>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
saveAll(String, List<T>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
保存对象List到指定集合中
saveAs(String) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
文档另存为到新的地址
saveAs(String) - 类 中的方法wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
saveAs(String) - 类 中的方法wang.bigbird.domain.framework.document.ppt.jacob.components.Presentation
 
saveAs(String) - 类 中的方法wang.bigbird.domain.framework.document.word.jacob.components.Document
 
saveAsHtml(String) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
文档保存为html
saveAsPdf(String) - 类 中的方法wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components.Instance
文档保存为pdf
saveCaptchaValue(String, String) - 接口 中的方法wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
保存验证码
saveCaptchaValue(String, String) - 类 中的方法wang.bigbird.domain.framework.web.captcha.service.impl.CaptchaService
 
saveFile(String, File, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
以指定编码格式将文件内容写入保存的文件路径中
saveFile(String, String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
以指定编码格式将文件内容写入保存的文件路径中
saveInSession(Map<String, String>, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
将指定键值信息存入Session
scard(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
scard(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SCARD 集合中元素的数量。
scrollSearch(QueryParam, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsQueryService
滚动查询符合条件的数据 注意,查询数据量有可能超过100M限制, 此时在查询条件中限制返回字段是一个比较好的解决方法, 另外一个方法是缩小每次滚动的量度,即设置合适的length值,否则滚动量度默认为10000数据量 更深入的解决办法,参考: http://note.youdao.com/noteshare?
scrollSearch(QueryParam, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsQueryServiceImpl
 
sdiff(List<String>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
sdiff(List<String>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SDIFF 返回第一个集合与之后给定集合之间的差集。
search(String, String, String, String, PageParam) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
查询符合条件的角色信息
Section - wang.bigbird.domain.framework.core.ini中的类
是LinkedHashMap的扩展,用来存储一个Section中的所有信息 它比一个LinkedHashMap仅仅多了一个sectionName,这个String用来标记Section的名称
Section() - 类 的构造器wang.bigbird.domain.framework.core.ini.Section
默认节点名称为空串
Section(String) - 类 的构造器wang.bigbird.domain.framework.core.ini.Section
创建指定名称的节点
sections() - 接口 中的方法wang.bigbird.domain.framework.core.ini.INIData
枚举section
sections() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
 
SecurityConfiguration - wang.bigbird.domain.framework.web.auth.config.configuration中的类
Spring Security配置
SecurityConfiguration(JwtAccessDeniedHandler, JwtAuthenticationEntryPoint, JwtSecurityUtils) - 类 的构造器wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration
 
SecurityConfiguration.TokenConfigurer - wang.bigbird.domain.framework.web.auth.config.configuration中的类
 
SegmentBO - wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment中的类
号段,可容纳指定数量的号码
SegmentBO(SegmentBufferBO) - 类 的构造器wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBO
 
SegmentBufferBO - wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment中的类
号段池 - 双buffer,持有两个号段
SegmentBufferBO() - 类 的构造器wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
SegmentGenerator - wang.bigbird.domain.framework.id.support中的类
基于leaf-segment策略的ID生成器
SegmentGenerator(SegmentIdWorker) - 类 的构造器wang.bigbird.domain.framework.id.support.SegmentGenerator
 
SegmentIdWorker - wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment中的类
美团Leaf-segment方式双buffer优化后的ID生成器
SegmentIdWorker() - 类 的构造器wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentIdWorker
 
SegmentIdWorker.UpdateThreadFactory - wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment中的类
 
select(K) - 类 中的方法wang.bigbird.domain.framework.core.ConsistentHash
返回为指定key服务的节点
SELECT_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
下拉选项框类型数据规则默认值定义元素项位置:A|名称|select|可选项|默认值|依赖项?
SELECT_DATA_TYPE_ITEM_TEXT_VALUE_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
下拉选项框类型数据规则可选项定义显示值与文本值分隔符,可选项格式:星期一-星期一,星期二-星期二,星期三-星期三,星期四-星期四,星期五-星期五,星期六-星期六,星期日-星期日
SELECT_DATA_TYPE_ITEMS_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
下拉选项框类型数据规则可选项定义元素项位置:A|名称|select|可选项|默认值|依赖项?
SELECT_DATA_TYPE_ITEMS_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
下拉选项框类型数据规则可选项定义分隔符,可选项格式:星期一-星期一,星期二-星期二,星期三-星期三,星期四-星期四,星期五-星期五,星期六-星期六,星期日-星期日
Selection - wang.bigbird.domain.framework.document.word.jacob.components中的类
代表当前操控的单份文档中的选定范围对象或者插入点对象的控制权
Selection(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.word.jacob.components.Selection
 
send(String, String, String) - 类 中的方法wang.bigbird.domain.framework.web.captcha.service.impl.SmsService
 
send(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.web.captcha.service.ISmsService
调用短信平台发送短信验证码
sendAsync(String, Object, InProducerTransactionJobHandler) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaProducerServiceImpl
 
sendAsync(String, byte[], InProducerTransactionJobHandler) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaProducerServiceImpl
 
sendAsync(String, Object, InProducerTransactionJobHandler) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaProducerService
执行异步发送消息
sendAsync(String, byte[], InProducerTransactionJobHandler) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaProducerService
执行异步发送消息
sendAsync(String, String, String, T, boolean, SendCallback) - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqProducerServiceImpl
 
sendAsync(String, String, String, T, boolean, SendCallback) - 接口 中的方法wang.bigbird.domain.framework.data.rocketmq.service.RocketmqProducerService
异步发送消息
sendMessage(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
sendMessage(String, String, File[], String, String) - 接口 中的方法wang.bigbird.domain.framework.message.api.MessageSender
发送消息
sendMessageByFrequency(String, String, File[], String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
sendMessageByFrequency(String, String, File[], String, String) - 接口 中的方法wang.bigbird.domain.framework.message.api.MessageSender
按频率发送消息,当突然出现大规模消息时,会将消息排队并按照一定频率处理
sendMessageByTemplate(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
sendMessageByTemplate(String, Map<String, String>, String, String) - 接口 中的方法wang.bigbird.domain.framework.message.api.MessageSender
按照消息平台定义的模板发送消息
sendMessageByTemplateByFrequency(String, Map<String, String>, String, String) - 类 中的方法wang.bigbird.domain.framework.message.api.AbstractMessageSender
 
sendMessageByTemplateByFrequency(String, Map<String, String>, String, String) - 接口 中的方法wang.bigbird.domain.framework.message.api.MessageSender
按频率按照消息平台定义的模板发送消息,当突然出现大规模消息时,会将消息排队并按照一定频率处理
sendMqOneway(String, String, String, T, boolean) - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqProducerServiceImpl
 
sendMqOneway(String, String, String, T, boolean) - 接口 中的方法wang.bigbird.domain.framework.data.rocketmq.service.RocketmqProducerService
投递消息,不考虑是否发送成功
sendMsg(Map<String, Object>, T, String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.impl.RabbitmqProducerServiceImpl
 
sendMsg(Map<String, Object>, T, String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.rabbitmq.service.RabbitmqProducerService
发送消息
sendSync(String, Object, InProducerTransactionJobHandler) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaProducerServiceImpl
 
sendSync(String, byte[], InProducerTransactionJobHandler) - 类 中的方法wang.bigbird.domain.framework.data.kafka.service.impl.KafkaProducerServiceImpl
 
sendSync(String, Object, InProducerTransactionJobHandler) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaProducerService
执行同步发送消息
sendSync(String, byte[], InProducerTransactionJobHandler) - 接口 中的方法wang.bigbird.domain.framework.data.kafka.service.KafkaProducerService
执行同步发送消息
sendSync(String, String, String, T, boolean) - 类 中的方法wang.bigbird.domain.framework.data.rocketmq.service.impl.RocketmqProducerServiceImpl
 
sendSync(String, String, String, T, boolean) - 接口 中的方法wang.bigbird.domain.framework.data.rocketmq.service.RocketmqProducerService
同步发送消息
sendTextMessage(String, TextMessageParam) - 接口 中的方法wang.bigbird.domain.framework.message.wechat.retrofit.WechatHttpApi
发送文本消息
sensitive(SensitiveType, Object) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
脱敏
SensitiveConst - wang.bigbird.domain.framework.common.sensitive中的类
脱敏处理相关的常量定义
SensitiveType - wang.bigbird.domain.framework.common.sensitive中的枚举
脱敏类型
SensitiveUtil - wang.bigbird.domain.framework.common.sensitive中的类
脱敏工具类
SEPARATER - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
分隔符
seqBits - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
sequence - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
Volatile fields caused by nextId()
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类 中的方法wang.bigbird.domain.framework.core.CustomLocalDateTimeSerializer
 
serialize(String, T) - 类 中的方法wang.bigbird.domain.framework.data.kafka.base.tools.serializer.JsonSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - 类 中的方法wang.bigbird.domain.framework.web.core.support.CustomLongSerializer
 
SERVER_NONSUPPORT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
SERVER_NOT_AVAILABLE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
SERVER_TIMEOUT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
SERVICE_NOT_FOUND - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
ServiceImpl<M extends BaseMapper<T>,T> - wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl中的类
扩展ServiceImpl
ServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl.ServiceImpl
 
ServiceNotFoundException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
对外暴露服务未注册异常 对外暴露服务需要在tb_exposed_service表中注册
ServiceNotFoundException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ServiceNotFoundException
 
ServiceNotFoundException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ServiceNotFoundException
 
ServiceNotFoundException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.ServiceNotFoundException
 
SESSION_ID - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
会话ID
SESSION_TIMEOUT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
set(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
set(String, Object, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
set(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
SET 将值 value 关联到 key
set(String, Object, long, TimeUnit) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
SETEX 将键 key 的值设置为 value , 并设置键 key 的过期时间。
setAllowNullValues(boolean) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
setApplicationContext(ApplicationContext) - 类 中的方法wang.bigbird.domain.framework.data.oss.context.OssHandlerContextRegister
 
setApplicationContext(ApplicationContext) - 类 中的方法wang.bigbird.domain.framework.web.core.advice.BaseExceptionHandler
 
setApplicationContext(ApplicationContext) - 类 中的方法wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
 
setApplicationContext(ApplicationContext) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.DefenceGateway
 
setBufferPaddingExecutor(BufferPaddingExecutor) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Setters
setCacheNames(Collection<String>) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
setCodec(Codec) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
setCollapseFieldName(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setConfig(Map<String, CacheConfig>) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
setCurrent(long) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
setFrom(int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setGroupFields(Map<String, List<QueryParam.QueryField>>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setHost(String) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
setImageCanvas(Image, Color, String) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
设置图像背景色,该方法能保持底色为透明的png格式的图片任然为透明底色
setIndexName(String) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setLength(int) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setList(List<D>) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
setName(String) - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
设置节点名称
setnx(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
setnx(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
SETNX 只在键 key 不存在的情况下, 将键 key 的值设置为 value 。
setnxex(String, Object, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
setnxex(String, Object, long, TimeUnit) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
SETNXEX 只在键 key 不存在的情况下, 将键 key 的值设置为 value,并且设置过期时间。
setOrder(QueryParam.Order) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setPage(int) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
setPageable(boolean) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setPageSize(int) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
setPassword(String) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
setPort(int) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
setProgressStatus(String, String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
设置当前处理状态
setProxy(String) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
setQueryFields(List<QueryParam.QueryField>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setRangeFilter(QueryParam.RangeFilter) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setRecords(List<D>) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
setRedisson(RedissonClient) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonSpringCacheManager
 
setRefreshInterval(int, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.common.forbidden.repository.AbstractForbidWordRepository
设置刷新周期
setRejectedPutHandler(RejectedPutBufferHandler) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
setRejectedTakeHandler(RejectedTakeBufferHandler) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
setScheduleInterval(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Setters
setSearchCount(boolean) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
setSize(long) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
setSize(int) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
setSource(Class<? extends Object>) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
setSourceInclude(List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam
 
setTarget(Class<? extends Object>) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
setTotal(long) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param.Page
 
setTotal(long) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
 
setUseConverter(boolean) - 类 中的方法wang.bigbird.domain.framework.core.BeanCopierUtils.GldGenerator
 
setUser(String) - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
SHARDING_DATA_SOURCE_NAME - 类 中的静态变量wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration.DataSourceConfiguration
数据源分组 - 分库分表
showChildren(String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
showChildren(String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
列出节点下所有的子节点,但是不带子节点的数据
showChildrenDetail(String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
showChildrenDetail(String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
获取指定节点下的所有子节点的名称与值
shutdown() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Shutdown executors
shutdownLoopTask() - 类 中的方法wang.bigbird.domain.framework.core.task.LoopTask
关闭永动机任务
sign(String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
sign(Charset, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
sign(String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.ISignService
签名
sign(Charset, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.ISignService
签名
Sign - wang.bigbird.domain.framework.web.retrofit.annotation中的注释类型
自定义签名注解
SIGNATURE_INVALID - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
SIGNATURE_PARAM_CODE - 类 中的静态变量wang.bigbird.domain.framework.web.defence.security.AccessData
 
SignatureDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge.impl中的类
签名校验防御器
SignatureDefenceJudge() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.impl.SignatureDefenceJudge
 
SignatureInvalidException - wang.bigbird.domain.framework.web.defence.security.exception中的异常错误
签名检查异常
SignatureInvalidException() - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.SignatureInvalidException
 
SignatureInvalidException(String) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.SignatureInvalidException
 
SignatureInvalidException(String, Throwable) - 异常错误 的构造器wang.bigbird.domain.framework.web.defence.security.exception.SignatureInvalidException
 
SignatureUtils - wang.bigbird.domain.framework.web.core.base.utils中的类
签名工具类,该类用于网站对外接口调用的安全处理。
SignatureUtils() - 类 的构造器wang.bigbird.domain.framework.web.core.base.utils.SignatureUtils
 
SignInterceptor - wang.bigbird.domain.framework.web.retrofit.interceptor中的类
接口请求添加签名
SignInterceptor() - 类 的构造器wang.bigbird.domain.framework.web.retrofit.interceptor.SignInterceptor
 
signRequest(String, Map<String, String>, Map<String, String>, String, String) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.utils.SignatureUtils
获取接口签名值,该方法提供给接口调用方获取接口签名
signService(SignType, Byte2StringType) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
签名服务
SignService - wang.bigbird.domain.framework.common.crypto.service.impl中的类
签名服务
SignService() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
SignService(BytesConverter, SignType) - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
SignType - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
签名算法采用的加密方式
SignUtil - wang.bigbird.domain.framework.common.crypto.base.utils中的类
签名处理工具
SignUtil() - 类 的构造器wang.bigbird.domain.framework.common.crypto.base.utils.SignUtil
 
SimpleGrantedAuthorityDeserializer - wang.bigbird.domain.framework.web.auth.base.tools中的类
SimpleGrantedAuthority只有有参构造,并且被final修饰不能继承重写, 为此,需要自定义反序列化器用于支持包含SimpleGrantedAuthority对象的反序列化
SimpleGrantedAuthorityDeserializer() - 类 的构造器wang.bigbird.domain.framework.web.auth.base.tools.SimpleGrantedAuthorityDeserializer
 
simpleMessageListenerContainer(ConnectionFactory, RabbitmqProperties) - 类 中的方法wang.bigbird.domain.framework.data.rabbitmq.RabbitmqConfiguration
 
SINGLE_QUOTE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
sinter(List<String>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
sinter(List<String>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SINTER 返回一个集合的全部成员,该集合是所有给定集合的交集。
sismember(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
sismember(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SISMEMBER 判断 member 元素是否存在于集合 key 当中。
SLASH - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
sleepMs(long, long) - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
睡眠等待回拨时间
sm4CryptoService(Byte2StringType) - 类 中的方法wang.bigbird.domain.framework.common.crypto.CryptoConfiguration
国密SM4加密解密器
Sm4CryptoService - wang.bigbird.domain.framework.common.crypto.service.crypto.impl中的类
国密SM4对称加密解密工具
Sm4CryptoService() - 类 的构造器wang.bigbird.domain.framework.common.crypto.service.crypto.impl.Sm4CryptoService
 
Sm4KeyLength - wang.bigbird.domain.framework.common.crypto.base.enums中的枚举
SM4 密钥长度类型
smembers(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
smembers(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SMEMBERS 返回集合 key 中的所有成员。
smove(String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
smove(String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SMOVE 将 member 元素从 source 集合移动到 destination 集合。
sms(SmsCaptchaParam, HttpServletRequest) - 类 中的方法wang.bigbird.domain.framework.web.captcha.controller.CaptchaController
请求短信验证码
SmsCaptchaParam - wang.bigbird.domain.framework.web.captcha.domain.param中的类
短信验证码请求信息
SmsCaptchaParam() - 类 的构造器wang.bigbird.domain.framework.web.captcha.domain.param.SmsCaptchaParam
 
SmsMessageSender - wang.bigbird.domain.framework.message.sms.chinatelecom中的类
短信消息发送器
SmsMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.SmsMessageSender
 
SmsMessageSender - wang.bigbird.domain.framework.message.sms.chuanglan中的类
短信消息发送器
SmsMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.sms.chuanglan.SmsMessageSender
 
SmsProperties - wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties中的类
Redis properties
SmsProperties() - 类 的构造器wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties.SmsProperties
 
SmsProperties.Integrated - wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties中的类
一体化服务平台配置
SmsProperties.Open - wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties中的类
能力开放平台配置
SmsService - wang.bigbird.domain.framework.web.captcha.service.impl中的类
短信服务
SmsService() - 类 的构造器wang.bigbird.domain.framework.web.captcha.service.impl.SmsService
 
SmsType - wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties中的枚举
短信平台类型
SnowflakeGenerator - wang.bigbird.domain.framework.id.support中的类
基于twitter-snowflake策略的ID生成器
SnowflakeGenerator(Long, Long, WorkerIdAssigner) - 类 的构造器wang.bigbird.domain.framework.id.support.SnowflakeGenerator
 
SnowflakeIdWorker - wang.bigbird.domain.framework.id.strategy.twitter中的类
twitter Snowflake算法,提供uid生成器
SnowFlake的结构如下(每部分用-分开):
0 - 0000000000 0000000000 0000000000 0000000000 0 - 00000 - 00000 - 000000000000
1位标识,由于long基本类型在Java中是带符号的,最高位是符号位,正数是0,负数是1,所以id一般是正数,最高位是0
41位时间截(毫秒级),注意,41位时间截不是存储当前时间的时间截,而是存储时间截的差值(当前时间截 - 开始时间截)
这里的的开始时间截,一般是我们的id生成器开始使用的时间,由我们程序来指定的(如下面程序IdWorker类的startTime属性)。
SnowflakeIdWorker(long, long) - 类 的构造器wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
 
SolarTerms - wang.bigbird.domain.framework.core中的类
节气
SolarTerms(Calendar) - 类 的构造器wang.bigbird.domain.framework.core.SolarTerms
 
sortByField(List<E>, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.SortUtils
指定属性名进行排序,其中list存放的item可以是一个复杂对象
sortJson(String) - 类 中的静态方法wang.bigbird.domain.framework.core.JsonUtils
根据json key排序
sortMapByKey(Map<K, V>, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.SortUtils
按照键对map进行排序,其中map存放的key可以是一个复杂对象
sortMapByValue(Map<K, V>, String, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.SortUtils
按照值对map进行排序,其中map存放的value可以是一个复杂对象
sortStringArray(String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Sort the given String array if necessary.
SortUtils - wang.bigbird.domain.framework.core中的类
排序操作工具类
SortUtils() - 类 的构造器wang.bigbird.domain.framework.core.SortUtils
 
sourceInclude(List<String>) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.domain.param.QueryParam.Builder
 
SPACE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
SPECIAL_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
 
specialProcessed - 类 中的变量wang.bigbird.domain.framework.document.word.AbstractWordMaker
是否执行特殊处理的标识符,比如通用WORD处理器在制作word文档时,可能需要先对模板中的图片标签做一下处理
SpelResolvingCacheResolver - wang.bigbird.domain.framework.cache.support中的类
cacheName spel 解析 将缓存名称表达式中的参数采用具体的参数值替换后获得最后的缓存名称 该解析器将在调用缓存方法时,截取缓存设置中的cacheNames,将表达式进行转换
SpelResolvingCacheResolver(CacheManager) - 类 的构造器wang.bigbird.domain.framework.cache.support.SpelResolvingCacheResolver
 
split(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Split a String at the first occurrence of the delimiter.
split(String, int) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
将字符串按照指定长度进行分割,对于一个中文字符按两个英文字符长度计算,返回分割后的字符串集合
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Take an array of strings and split each element based on the given delimiter.
spop(String, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
spop(String, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SPOP 移除并返回集合中的一个随机元素。
SpringContextHolder - wang.bigbird.domain.framework.web.core.holder中的类
Spring BeanFactory持有类,可以通过该类获取Spring容器中的Bean 【注意】 该类是通过Spring启动后回调ApplicationContextAware接口获取Spring容器 备注:如果使用该类的时机在回调该接口之前会收到一个SpringContextHolder.assertApplicationContext()异常
SpringContextHolder() - 类 的构造器wang.bigbird.domain.framework.web.core.holder.SpringContextHolder
 
sqlInjector() - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.MybatisPlusConfiguration
自定义SQL注入器,该注入器添加的特征会提升sql操作效率
srem(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
srem(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SREM 移除集合中的一个元素,不存在的元素会被忽略。
SslUtils - wang.bigbird.domain.framework.core.url.cert中的类
Java在请求某些不受信任的https网站时会报:PKIX path building failed 解决办法: 1、导入证书到本地证书库 2、信任所有SSL证书,该方法最便捷,因为某些时候不能每次都手动的导入证书,而且这个过程非常麻烦。
SslUtils() - 类 的构造器wang.bigbird.domain.framework.core.url.cert.SslUtils
 
STANDARD_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.DateUtils
年月日时分秒格式
start() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.BufferPaddingExecutor
Start executors such as schedule
startCookieManager() - 类 中的静态方法wang.bigbird.domain.framework.core.url.URLConnectionUtils
启动Cookie管理策略,执行该方法后,将每次访问的Cookie信息都保存起来,以便模拟登录
Started - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
开始
startElement(String, String, String, Attributes) - 类 中的方法wang.bigbird.domain.framework.document.excel.handler.ExcelHandler
 
startHeartBeatThread() - 类 中的方法wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
心跳线程,用于每隔一段时间上报一次临时节点时间
startLoopTask() - 类 中的方法wang.bigbird.domain.framework.core.task.LoopTask
开启永动机任务
startProgress(String, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
开始处理
startsWithDigitCharacter(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否以数字开头
startsWithIgnoreCase(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
startsWithLetterCharacter(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
判断字符串是否以字母开头
state(boolean, String) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
statFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
statFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
statFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 
statFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
statFile(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.handler.IOssHandler
获取文件属性
statFile(String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.service.impl.OssPersistenceServiceImpl
 
statFile(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.service.OssPersistenceService
获取文件属性
stopOfficeService() - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.LibreOfficeConvertor
关闭LibreOffice服务
stopOfficeService() - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.OpenOfficeConvertor
关闭OpenOffice服务
storeFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.AliyunOssHandler
 
storeFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.CtOssHandler
 
storeFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.HuaweiOssHandler
 
storeFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.handler.impl.QCloudOssHandler
 
storeFile(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.handler.IOssHandler
存储文件
storeFile(String, String, String) - 类 中的方法wang.bigbird.domain.framework.data.oss.service.impl.OssPersistenceServiceImpl
 
storeFile(String, String, String) - 接口 中的方法wang.bigbird.domain.framework.data.oss.service.OssPersistenceService
存储文件
STR_DATA_TYPE_DEFAULT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
文本类型数据规则默认值定义元素项位置:A|名称|str|数据长度限制|过滤字符|限制字符|默认值|依赖项?
STR_DATA_TYPE_FILTER_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
文本类型数据规则过滤字符定义元素项位置:A|名称|str|数据长度限制|过滤字符|限制字符|默认值|依赖项?
STR_DATA_TYPE_LENGTH_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
文本类型数据规则数据长度限制定义元素项位置:A|名称|str|数据长度限制|过滤字符|限制字符|默认值|依赖项?
STR_DATA_TYPE_LIMIT_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
文本类型数据规则限制字符定义元素项位置:A|名称|str|数据长度限制|过滤字符|限制字符|默认值|依赖项?
StreamUtils - wang.bigbird.domain.framework.core中的类
IO流操作工具类
StreamUtils() - 类 的构造器wang.bigbird.domain.framework.core.StreamUtils
 
String2Color(String) - 类 中的静态方法wang.bigbird.domain.framework.core.ColorUtils
将十六进制字符串转换为Color对象
StringToCollectionConverter - wang.bigbird.domain.framework.web.core.support中的类
Converts a comma-delimited String to a Collection.
StringToCollectionConverter(ConversionService) - 类 的构造器wang.bigbird.domain.framework.web.core.support.StringToCollectionConverter
 
StringUtils - wang.bigbird.domain.framework.core中的类
字符串操作工具类
stripFileNameExtension(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Strip the FileName extension from the given Java resource path, e.g.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Test whether the given string matches the given substring at the given index.
Successed - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
成功
sum(String, Map<String, Object>, Class<T>, String) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBAggServiceImpl
 
sum(String, Map<String, Object>, Class<T>, String, String...) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBAggServiceImpl
 
sum(String, Map<String, Object>, Criteria, Class<T>, String, String...) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBAggServiceImpl
 
sum(String, Map<String, Object>, Class<T>, String) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBAggService
对某字段做sum求和
sum(String, Map<String, Object>, Class<T>, String, String...) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBAggService
对某字段分组做sum求和
sum(String, Map<String, Object>, Criteria, Class<T>, String, String...) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBAggService
对某字段分组做sum求和
sumPaddingToPreventOptimization() - 类 中的方法wang.bigbird.domain.framework.id.base.utils.PaddedAtomicLong
To prevent GC optimizations for cleaning unused padded references
sunion(List<String>, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSetServiceImpl
 
sunion(List<String>, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSetService
SUNION 返回一个集合的全部成员,该集合是所有给定集合的并集。
support(ApiSecurityItem) - 接口 中的方法wang.bigbird.domain.framework.web.defence.security.judge.IDefenceJudge
是否支持此接口的检查
support(ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.IpLimitDefenceJudge
 
support(ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.ReplayAttackDefenceJudge
 
support(ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.SignatureDefenceJudge
 
support(ApiSecurityItem) - 类 中的方法wang.bigbird.domain.framework.web.defence.security.judge.impl.WhiteBlackLimitListDefenceJudge
 
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.aop.DecryptAdvice
 
supports(MethodParameter, Class) - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.aop.EncryptAdvice
 
Swagger2Configuration - wang.bigbird.domain.framework.web.core.config.configuration中的类
Swagger配置
Swagger2Configuration() - 类 的构造器wang.bigbird.domain.framework.web.core.config.configuration.Swagger2Configuration
 
SwaggerProperties - wang.bigbird.domain.framework.web.core.config.properties中的类
Swagger配置,用于决定是否采用Swagger生成API文档
SwaggerProperties() - 类 的构造器wang.bigbird.domain.framework.web.core.config.properties.SwaggerProperties
 
switchPos() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
SystemClock - wang.bigbird.domain.framework.core中的类
高并发场景下System.currentTimeMillis()的性能问题的优化 System.currentTimeMillis()以毫秒为单位返回当前时间。
SystemUtils - wang.bigbird.domain.framework.core中的类
系统操作工具类
SystemUtils() - 类 的构造器wang.bigbird.domain.framework.core.SystemUtils
 

T

T - 类 中的静态变量wang.bigbird.domain.framework.core.FileUtils
按TB计算
TAB - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
TABLE_CELL_AREA_DEFINE_PAIR_NUM - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域定义对数量,样例:[4-4,1-1],前一段表示行起始到行结束,后一段表示列起始到列结束
TABLE_CELL_AREA_DEFINE_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域定义分隔符,样例:[4-4,1-1],前一段表示行起始到行结束,后一段表示列起始到列结束
TABLE_CELL_AREA_START_END_SEPARATE - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域行或者列起始索引与结束索引之间的分隔符,样例:[4-4,1-1],前一段表示行起始到行结束,后一段表示列起始到列结束
TABLE_CELL_SPECIAL_MERGE_AREA_DEFINE_MARK - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格单元格区域跟随表格行数执行跨行合并的区域定义:*=[3,0]。
TABLE_DATA_TYPE_PAGE_MAX_ROW_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格类型数据规则最大行数定义元素项位置:A|名称|table|表格索引值|最少行数|最大行数|依赖项?
TABLE_DATA_TYPE_PAGE_MIN_ROW_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格类型数据规则最少行数定义元素项位置:A|名称|table|表格索引值|最少行数|最大行数|依赖项?
TABLE_DATA_TYPE_TABLE_INDEX_INDEX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
表格类型数据规则最大行数定义元素项位置:A|名称|table|表格索引值|最少行数|最大行数|依赖项?
TableData - wang.bigbird.domain.framework.document.api.data中的类
动态表格数据对象
TableData() - 类 的构造器wang.bigbird.domain.framework.document.api.data.TableData
 
TAG_END - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
标签结束符
TAG_START - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
标签起始符
take() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
Take an UID of the ring at the next cursor, this is a lock free operation by using atomic cursor Before getting the UID, we also check whether reach the padding threshold, the padding buffer operation will be triggered in another thread
If there is no more available UID to be taken, the specified RejectedTakeBufferHandler will be applied
TaskProcessUtil - wang.bigbird.domain.framework.core.task中的类
为每个子任务构造对应的线程池通用方法
TaskProcessUtil() - 类 的构造器wang.bigbird.domain.framework.core.task.TaskProcessUtil
 
telephone(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
固话脱敏
TELEPHONE_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
座机号正则模式
TEMPLATE_FILE_PREFIX - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
模板文件的前缀
TemplateMessage - wang.bigbird.domain.framework.message.api.pojo中的类
模板消息
TemplateMessage() - 类 的构造器wang.bigbird.domain.framework.message.api.pojo.TemplateMessage
 
terminal() - 类 中的方法wang.bigbird.domain.framework.core.task.ChildTask
优雅停机
Text() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.param.TextMessageParam.Text
 
TextMessageParam - wang.bigbird.domain.framework.message.wechat.domain.param中的类
企业微信发送文本消息时的请求参数
TextMessageParam() - 类 的构造器wang.bigbird.domain.framework.message.wechat.domain.param.TextMessageParam
 
TextMessageParam.Text - wang.bigbird.domain.framework.message.wechat.domain.param中的类
文本消息载体
THIRD_SYSTEM_BUSINESS_FAILED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
THIRD_SYSTEM_BUSINESS_REFUSE - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
THREAD_CLOCK_NAME - 类 中的静态变量wang.bigbird.domain.framework.core.SystemClock
线程名--系统时钟
ThreadMdcUtils - wang.bigbird.domain.framework.common.logging.base.utils中的类
日志线程装饰工具
ThreadMdcUtils() - 类 的构造器wang.bigbird.domain.framework.common.logging.base.utils.ThreadMdcUtils
 
ThreadPoolProperties - wang.bigbird.domain.framework.web.core.config.properties中的类
线程池配置
ThreadPoolProperties() - 类 的构造器wang.bigbird.domain.framework.web.core.config.properties.ThreadPoolProperties
 
tilNextMillis(long) - 类 中的方法wang.bigbird.domain.framework.id.strategy.twitter.SnowflakeIdWorker
保证返回的毫秒数在参数之后(阻塞到下一个毫秒,直到获得新的时间戳)
TIME_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.DateUtils
时分秒格式
timeBits - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
Bits allocate
timeCheck(String, String, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
指定时间内,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
timeCheck(String, String, int, int, int) - 接口 中的方法wang.bigbird.domain.framework.web.frequency.service.IFrequencyCheckerService
指定时间内,某个key,在某个场景下,被调用的次数检查,超过最大次数时抛出异常
timeCheck(String, String, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
timeCheck(String, String, int, int, int) - 类 中的方法wang.bigbird.domain.framework.web.frequency.service.impl.FrequencyCheckerService
 
TIP_START - 接口 中的静态变量wang.bigbird.domain.framework.document.api.DocMaker
数据项规则描述的数据语义定义元素项起始符,样例:数据项顺序=数据项标识|数据项名称|数据类型|基本约束…?
toArray(Enumeration<E>, A[]) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toBase64(byte...) - 类 中的静态方法wang.bigbird.domain.framework.common.crypto.base.utils.BytesUtil
字节数组转换成base64字符串
toBean(Map<String, Object>, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanUtils
Map数据->bean对象
toHexString(byte...) - 类 中的静态方法wang.bigbird.domain.framework.common.crypto.base.utils.BytesUtil
字节数组转换成16进制字符串
toIterator(Enumeration<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
Adapt an Enumeration to an Iterator.
TokenConfigurer(JwtSecurityUtils) - 类 的构造器wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration.TokenConfigurer
 
tokenizeToStringArray(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLocalDateTime(Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
将Date转换为LocalDatetime
toMap(T) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
将目标对象的所有属性转换成Map对象
toMap(T, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
将目标对象的所有属性转换成Map对象
toMap(T, boolean, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
将目标对象的所有属性转换成Map对象
toMap(T, boolean, boolean, String...) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanMapperUtils
将目标对象的所有属性转换成Map对象
toMap(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.BeanUtils
对象->Map
toObjectArray(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toStoreValue(Object) - 类 中的方法wang.bigbird.domain.framework.cache.support.redission.CustomizedRedissonCache
 
toString() - 类 中的方法wang.bigbird.domain.framework.core.ini.INIFileAccessor
返回类的基本信息
toString() - 类 中的方法wang.bigbird.domain.framework.core.ini.Section
 
toString() - 类 中的方法wang.bigbird.domain.framework.core.pageable.param.Order
 
toString() - 类 中的方法wang.bigbird.domain.framework.core.url.proxy.HttpProxy
 
toString() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.BitsAllocator
 
toString() - 类 中的方法wang.bigbird.domain.framework.id.strategy.baidu.buffer.RingBuffer
 
toString() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBO
 
toString() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
toStringArray(Collection<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Copy the given Enumeration into a String array.
TOTAL_BITS - 类 中的静态变量wang.bigbird.domain.framework.id.strategy.baidu.BitsAllocator
Total 64 bits uid长度为64位
TotalProgress - 类 中的静态变量wang.bigbird.domain.framework.web.core.constants.Constant
总进度
toText() - 类 中的方法wang.bigbird.domain.framework.common.crypto.base.utils.SignUtil
返回按照编码排序的字符串
TRACE_ID - 类 中的静态变量wang.bigbird.domain.framework.common.logging.constants.Constant
链路ID
TraceInterceptor - wang.bigbird.domain.framework.web.core.interceptor中的类
Rest请求链路追踪拦截器,用于为每个rest请求添加traceId,以方便定位请求日志
TraceInterceptor() - 类 的构造器wang.bigbird.domain.framework.web.core.interceptor.TraceInterceptor
 
TransactionCondition - wang.bigbird.domain.framework.data.kafka.base.tools.support中的类
事务条件
TransactionCondition() - 类 的构造器wang.bigbird.domain.framework.data.kafka.base.tools.support.TransactionCondition
 
transfer(Function<D, M>) - 类 中的方法wang.bigbird.domain.framework.web.core.domain.vo.PageVO
当前页数据类型转换 用于结果返回前端前想要对当前页对象进行转换的情况 一般可用于将数据库取出来的分页数据Entity转换为DTO或者VO对象, 可减少网络IO数据传输量
transferImage(Image) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
将Image转化为TYPE_INT_RGB类型的BufferedImage,该方法意义还在于复制BufferedImage, 以保证返回相同数据但是内存地址不相同的图片对象
trimAllWhitespace(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim the elements of the given String array, calling String.trim() on each non-null element.
trimLeadingCharacter(String, char) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.StringBoolean
true
truncate(double, double, double) - 类 中的静态方法wang.bigbird.domain.framework.core.DataUtils
取值在指定的最小值与最大值之间,若超出,则取边界值
tryLock(String, long, long, TimeUnit) - 接口 中的方法wang.bigbird.domain.framework.distributedlock.core.service.DistributedLock
尝试获取锁(ZK锁暂时不支持)
tryLock(String, long, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.distributedlock.redislock.impl.RedisLockServiceImpl
 
tryLock(String, long, long, TimeUnit) - 类 中的方法wang.bigbird.domain.framework.distributedlock.zklock.impl.ZkLockServiceImpl
 
ttl(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisServiceImpl
 
ttl(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisService
TTL 返回给定 key 的剩余生存时间(TTL, time to live)。
Twitter() - 类 的构造器wang.bigbird.domain.framework.id.config.properties.IdProperties.Twitter
 

U

UID_FOREVER - 类 中的静态变量wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
uid机器节点列表
UID_FOREVER - 类 中的静态变量wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
持久顺序节点根目录(用于保存节点的顺序编号)
UID_ROOT - 类 中的静态变量wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
redis上uid机器节点的key前缀
UID_ROOT - 类 中的静态变量wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
ZK上uid根目录
UID_TEMPORARY - 类 中的静态变量wang.bigbird.domain.framework.id.worker.RedisWorkerIdAssigner
uid活跃节点心跳列表(用于保存活跃节点及活跃心跳)
UID_TEMPORARY - 类 中的静态变量wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
临时节点根目录(用于保存活跃节点及活跃心跳)
UidGenerator - wang.bigbird.domain.framework.id.support中的类
基于baidu-uid策略的ID生成器
UidGenerator(int, int, int, String, WorkerIdAssigner, int, int, Long, RejectedPutBufferHandler, RejectedTakeBufferHandler) - 类 的构造器wang.bigbird.domain.framework.id.support.UidGenerator
 
UIdWorker - wang.bigbird.domain.framework.id.strategy.baidu中的接口
Represents a unique id generator.
UN_DEL - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common.DelFlag
未删除
UNAUTHORIZED - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
uncapitalize(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UNDERLINE - 类 中的静态变量wang.bigbird.domain.framework.core.constants.Common
 
UnicodeInputStream - wang.bigbird.domain.framework.core.unicode中的类
This inputstream will recognize unicode BOM marks and will skip bytes if getEncoding() method is called before any of the read(...) methods.
UnicodeInputStream(InputStream, String) - 类 的构造器wang.bigbird.domain.framework.core.unicode.UnicodeInputStream
 
UnicodeReader - wang.bigbird.domain.framework.core.unicode中的类
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
UnicodeReader(InputStream, String) - 类 的构造器wang.bigbird.domain.framework.core.unicode.UnicodeReader
 
union(Set<E>, Set<E>) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
获取两个集合的并集
unique(E[]) - 类 中的静态方法wang.bigbird.domain.framework.core.CollectionUtils
唯一化一个数组
UNIT_STEP - 类 中的静态变量wang.bigbird.domain.framework.core.DataUtils
单位进位,中文默认为4位即(万、亿)
unlock(String) - 接口 中的方法wang.bigbird.domain.framework.distributedlock.core.service.DistributedLock
释放锁
unlock(String) - 类 中的方法wang.bigbird.domain.framework.distributedlock.redislock.impl.RedisLockServiceImpl
 
unlock(String) - 类 中的方法wang.bigbird.domain.framework.distributedlock.zklock.impl.ZkLockServiceImpl
 
UNPROCESSABLE_ENTITY - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
unqualify(String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
Unqualify a string qualified by a separator character.
UNSUPPORTED_ENCODING - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
UNSUPPORTED_JWT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
unwrapOptional(Object) - 类 中的静态方法wang.bigbird.domain.framework.core.ObjectUtils
Unwrap the given object which is potentially a Optional.
unZip(File, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
解压zip格式的压缩文件
unZip(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
解压zip文件
update(String, String, String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.EsManipulateService
更新单条
update(String, String, String, Object) - 类 中的方法wang.bigbird.domain.framework.data.elasticsearch.service.impl.EsManipulateServiceImpl
 
update(String, Map<String, Object>, Map<String, Object>, boolean) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
update(String, Map<String, Object>, Map<String, Object>, boolean) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
指定集合 修改数据,且修改所找到的数据(一条/多条)
updateAll(String, Map<String, Object>, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
updateAll(String, Map<String, Object>, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
修改指定集合符合条件的所有数据
updateById(String, String, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
updateById(String, String, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
修改指定集合指定主键的数据
updateChain() - 接口 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao.BaseMapper
更新链
updateFill(MetaObject) - 类 中的方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.CustomMetaObjectHandler
 
updateMaxId(String) - 接口 中的方法wang.bigbird.domain.framework.id.dao.LeafAllocMapper
按照数据库设置的每次分配的号码数量更新指定业务所被分配的ID号码的最大值
updateMaxIdAndGetLeafAlloc(String) - 接口 中的方法wang.bigbird.domain.framework.id.service.ILeafAllocService
按照数据库设置的每次分配的号码数量更新指定业务所被分配的ID号码的最大值
updateMaxIdAndGetLeafAlloc(String) - 类 中的方法wang.bigbird.domain.framework.id.service.impl.LeafAllocServiceImpl
 
updateMaxIdByCustomStep(String, int) - 接口 中的方法wang.bigbird.domain.framework.id.dao.LeafAllocMapper
按照自定义的号段数量更新指定业务所被分配的ID号码的最大值
updateMaxIdByCustomStepAndGetLeafAlloc(String, int) - 接口 中的方法wang.bigbird.domain.framework.id.service.ILeafAllocService
按照自定义设置的每次分配的号码数量更新指定业务所被分配的ID号码的最大值
updateMaxIdByCustomStepAndGetLeafAlloc(String, int) - 类 中的方法wang.bigbird.domain.framework.id.service.impl.LeafAllocServiceImpl
 
updateNode(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
updateNode(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
更新节点
updateNodeAsync(String, String) - 类 中的方法wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
updateNodeAsync(String, String) - 接口 中的方法wang.bigbird.domain.framework.data.zookeeper.service.ZookeeperService
异步更新节点
updateOne(String, Map<String, Object>, Map<String, Object>) - 类 中的方法wang.bigbird.domain.framework.data.mongodb.service.impl.MongoDBManipulateServiceImpl
 
updateOne(String, Map<String, Object>, Map<String, Object>) - 接口 中的方法wang.bigbird.domain.framework.data.mongodb.service.MongoDBManipulateService
修改指定集合符合条件的第一条数据
updatePermission(Long, PermissionParam) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.PermissionController
更新权限信息
updatePermission(Long, PermissionBO) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.PermissionServiceImpl
 
updatePermission(Long, PermissionBO) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IPermissionService
更新权限信息
updateRole(Long, RoleParam) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
更新角色信息
updateRole(Long, RoleBO) - 类 中的方法wang.bigbird.domain.framework.web.admin.service.impl.RoleServiceImpl
 
updateRole(Long, RoleBO) - 接口 中的方法wang.bigbird.domain.framework.web.admin.service.IRoleService
更新角色
UpdateThreadFactory() - 类 的构造器wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentIdWorker.UpdateThreadFactory
 
UpdateUserAuthorityEventSource - wang.bigbird.domain.framework.web.admin.event.source中的类
更新用户权限事件源
UpdateUserAuthorityEventSource() - 类 的构造器wang.bigbird.domain.framework.web.admin.event.source.UpdateUserAuthorityEventSource
 
updateUserAuthorityListener(UpdateUserAuthorityEventSource) - 类 中的方法wang.bigbird.domain.framework.web.admin.event.AdminEventListenerList
更新用户权限事件监听
uploadFile(String, String, MultipartFile, HttpSession) - 类 中的方法wang.bigbird.domain.framework.web.core.controller.CommonController
上传文件,仅支持上传一个附件
UPPER_PATTERN - 类 中的静态变量wang.bigbird.domain.framework.core.StringUtils
 
UriTree - wang.bigbird.domain.framework.web.core.toolkit中的类
将uri以树的形式存储起来
UriTree() - 类 的构造器wang.bigbird.domain.framework.web.core.toolkit.UriTree
 
URLConnectionUtils - wang.bigbird.domain.framework.core.url中的类
以get或者post方式传递参数进行通信,由于该类中的方法对异常都进行了处理,所以对通信过程中传递参数的有效性需要采用标准约定来保证
URLConnectionUtils() - 类 的构造器wang.bigbird.domain.framework.core.url.URLConnectionUtils
 
urlDecoderGb2312(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
使用URLDecoder的GB2312解码方法
urlDecoderUtf8(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
使用URLDecoder的UTF-8解码方法
urlEncoderGb2312(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
使用URLEncoder的GB2312编码方法
urlEncoderUtf8(String) - 类 中的静态方法wang.bigbird.domain.framework.core.Coder
使用URLEncoder的UTF-8编码方法
UrlUtils - wang.bigbird.domain.framework.core中的类
URL解析工具
UrlUtils() - 类 的构造器wang.bigbird.domain.framework.core.UrlUtils
 
USER - 类 中的静态变量wang.bigbird.domain.framework.web.auth.security.jwt.bean.JwtAuthData
认证对象类型是用户
USER_AGENT - 类 中的静态变量wang.bigbird.domain.framework.core.url.URLConnectionUtils
 
USER_FORBIDDEN - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
USER_NOT_EXIST - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
USER_NOT_LOGIN - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
UserArea - wang.bigbird.domain.framework.web.admin.domain.entity中的类
用户区域关系表实体
UserArea() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.UserArea
 
UserAreaMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
UserAreaServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
用户区域关系信息服务
UserAreaServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.UserAreaServiceImpl
 
UserBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
用户信息实体
UserBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.UserBO
 
USERNAME_OR_PASSWORD_INCORRECT - 接口 中的静态变量wang.bigbird.domain.framework.web.core.response.IBaseResponseStatus
 
UserRole - wang.bigbird.domain.framework.web.admin.domain.entity中的类
用户角色关系表实体
UserRole() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.entity.UserRole
 
UserRoleBO - wang.bigbird.domain.framework.web.admin.domain.bo中的类
用户角色关系信息实体
UserRoleBO() - 类 的构造器wang.bigbird.domain.framework.web.admin.domain.bo.UserRoleBO
 
UserRoleMapper - wang.bigbird.domain.framework.web.admin.dao中的接口
 
UserRoleServiceImpl - wang.bigbird.domain.framework.web.admin.service.impl中的类
用户角色关系信息服务
UserRoleServiceImpl() - 类 的构造器wang.bigbird.domain.framework.web.admin.service.impl.UserRoleServiceImpl
 
uuid() - 类 中的静态方法wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support.IdGenerator
 

V

vague(String) - 类 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveUtil
模糊显示脱敏
validate(T) - 类 中的静态方法wang.bigbird.domain.framework.web.core.base.tools.Validator
校验Bean中字段是否满足限制条件
validate(String, String, String, PasswordPolicy) - 类 中的方法wang.bigbird.domain.framework.web.core.pwd.PasswordValidator
验证密码是否符合安全校验规范
Validator - wang.bigbird.domain.framework.web.core.base.tools中的类
Bean校验器
Validator() - 类 的构造器wang.bigbird.domain.framework.web.core.base.tools.Validator
 
ValidExceptionDetailVO - wang.bigbird.domain.framework.web.core.domain.vo中的类
校验异常详情
ValidExceptionDetailVO() - 类 的构造器wang.bigbird.domain.framework.web.core.domain.vo.ValidExceptionDetailVO
 
value - 枚举 中的变量wang.bigbird.domain.framework.common.crypto.base.enums.AesKeyLength
 
value - 枚举 中的变量wang.bigbird.domain.framework.common.crypto.base.enums.Sm4KeyLength
 
value() - 接口 中的方法wang.bigbird.domain.framework.core.enums.ValuedEnum
 
value() - 枚举 中的方法wang.bigbird.domain.framework.id.base.enums.IdStrategy
 
value() - 枚举 中的方法wang.bigbird.domain.framework.id.base.enums.WorkerIdStrategy
 
value() - 枚举 中的方法wang.bigbird.domain.framework.id.base.enums.WorkerNodeType
 
value() - 枚举 中的方法wang.bigbird.domain.framework.web.admin.base.enums.AreaLevelEnum
 
ValuedEnum<T> - wang.bigbird.domain.framework.core.enums中的接口
值枚举 该类型的枚举类可以使用EnumUtils工具来简化解析和取值操作
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.cache.config.properties.CacheType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.AesKeyLength
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.AesModel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.Byte2StringType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.RsaKeyBits
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.SignType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.Sm4KeyLength
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.logging.base.LogLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveType
返回带有指定名称的该类型的枚举常量。
valueOf(Class<T>, String) - 类 中的静态方法wang.bigbird.domain.framework.core.enums.EnumUtils
获取指定名称对应的枚举
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.AnalyzerEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.LogicalTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.QueryTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.oss.config.properties.OssType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.zookeeper.base.enums.AuthenticationTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.data.zookeeper.base.enums.RetryPolicyTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.IdStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.WorkerIdStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.WorkerNodeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties.SmsType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.web.admin.base.enums.AreaLevelEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.web.core.base.enums.RejectedPolicyEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wang.bigbird.domain.framework.web.defence.base.enums.AppType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.cache.config.properties.CacheType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.AesKeyLength
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.AesModel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.Byte2StringType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.RsaKeyBits
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.SignType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.crypto.base.enums.Sm4KeyLength
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.logging.base.LogLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.common.sensitive.SensitiveType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.AnalyzerEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.LogicalTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.elasticsearch.base.enums.QueryTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.oss.config.properties.OssType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.zookeeper.base.enums.AuthenticationTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.data.zookeeper.base.enums.RetryPolicyTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.IdStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.WorkerIdStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.id.base.enums.WorkerNodeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties.SmsType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.web.admin.base.enums.AreaLevelEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.web.core.base.enums.RejectedPolicyEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wang.bigbird.domain.framework.web.defence.base.enums.AppType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
verify(Charset, String, String) - 类 中的方法wang.bigbird.domain.framework.common.crypto.service.impl.SignService
 
verify(String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.ISignService
校验签名
verify(Charset, String, String) - 接口 中的方法wang.bigbird.domain.framework.common.crypto.service.ISignService
校验签名
verifyCaptcha(String, String, boolean, boolean) - 接口 中的方法wang.bigbird.domain.framework.web.captcha.service.ICaptchaService
验证验证码
verifyCaptcha(String, String, boolean, boolean) - 类 中的方法wang.bigbird.domain.framework.web.captcha.service.impl.CaptchaService
 
verifyConvertFiles(File, File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.convertor.OfficeConvertor
验证转换文件
verifyFile(File) - 类 中的静态方法wang.bigbird.domain.framework.document.excel.toolkit.ExcelProcessor
验证文件有效性
verifyFile(File) - 类 中的静态方法wang.bigbird.domain.framework.document.html.toolkit.HtmlProcessor
验证文件有效性
verifyFile(File) - 类 中的静态方法wang.bigbird.domain.framework.document.pdf.toolkit.PdfProcessor
验证文件有效性
verifyFile(File) - 类 中的静态方法wang.bigbird.domain.framework.document.ppt.toolkit.PptProcessor
验证文件有效性
verifyFile(File) - 类 中的静态方法wang.bigbird.domain.framework.document.word.toolkit.WordProcessor
验证文件有效性
viewRole(Long) - 类 中的方法wang.bigbird.domain.framework.web.admin.controller.RoleController
浏览角色信息

W

wang.bigbird.domain.framework.cache - 程序包 wang.bigbird.domain.framework.cache
 
wang.bigbird.domain.framework.cache.condition - 程序包 wang.bigbird.domain.framework.cache.condition
 
wang.bigbird.domain.framework.cache.config.properties - 程序包 wang.bigbird.domain.framework.cache.config.properties
 
wang.bigbird.domain.framework.cache.support - 程序包 wang.bigbird.domain.framework.cache.support
 
wang.bigbird.domain.framework.cache.support.caffeine - 程序包 wang.bigbird.domain.framework.cache.support.caffeine
 
wang.bigbird.domain.framework.cache.support.redission - 程序包 wang.bigbird.domain.framework.cache.support.redission
 
wang.bigbird.domain.framework.common.crypto - 程序包 wang.bigbird.domain.framework.common.crypto
 
wang.bigbird.domain.framework.common.crypto.annotation - 程序包 wang.bigbird.domain.framework.common.crypto.annotation
 
wang.bigbird.domain.framework.common.crypto.base.aop - 程序包 wang.bigbird.domain.framework.common.crypto.base.aop
 
wang.bigbird.domain.framework.common.crypto.base.enums - 程序包 wang.bigbird.domain.framework.common.crypto.base.enums
 
wang.bigbird.domain.framework.common.crypto.base.exceptions - 程序包 wang.bigbird.domain.framework.common.crypto.base.exceptions
 
wang.bigbird.domain.framework.common.crypto.base.utils - 程序包 wang.bigbird.domain.framework.common.crypto.base.utils
 
wang.bigbird.domain.framework.common.crypto.bo - 程序包 wang.bigbird.domain.framework.common.crypto.bo
 
wang.bigbird.domain.framework.common.crypto.properties - 程序包 wang.bigbird.domain.framework.common.crypto.properties
 
wang.bigbird.domain.framework.common.crypto.service - 程序包 wang.bigbird.domain.framework.common.crypto.service
 
wang.bigbird.domain.framework.common.crypto.service.crypto - 程序包 wang.bigbird.domain.framework.common.crypto.service.crypto
 
wang.bigbird.domain.framework.common.crypto.service.crypto.impl - 程序包 wang.bigbird.domain.framework.common.crypto.service.crypto.impl
 
wang.bigbird.domain.framework.common.crypto.service.impl - 程序包 wang.bigbird.domain.framework.common.crypto.service.impl
 
wang.bigbird.domain.framework.common.forbidden.core - 程序包 wang.bigbird.domain.framework.common.forbidden.core
 
wang.bigbird.domain.framework.common.forbidden.repository - 程序包 wang.bigbird.domain.framework.common.forbidden.repository
 
wang.bigbird.domain.framework.common.forbidden.service - 程序包 wang.bigbird.domain.framework.common.forbidden.service
 
wang.bigbird.domain.framework.common.forbidden.service.impl - 程序包 wang.bigbird.domain.framework.common.forbidden.service.impl
 
wang.bigbird.domain.framework.common.logging - 程序包 wang.bigbird.domain.framework.common.logging
 
wang.bigbird.domain.framework.common.logging.base - 程序包 wang.bigbird.domain.framework.common.logging.base
 
wang.bigbird.domain.framework.common.logging.base.annotation - 程序包 wang.bigbird.domain.framework.common.logging.base.annotation
 
wang.bigbird.domain.framework.common.logging.base.aop - 程序包 wang.bigbird.domain.framework.common.logging.base.aop
 
wang.bigbird.domain.framework.common.logging.base.utils - 程序包 wang.bigbird.domain.framework.common.logging.base.utils
 
wang.bigbird.domain.framework.common.logging.config.properties - 程序包 wang.bigbird.domain.framework.common.logging.config.properties
 
wang.bigbird.domain.framework.common.logging.constants - 程序包 wang.bigbird.domain.framework.common.logging.constants
 
wang.bigbird.domain.framework.common.logging.domain - 程序包 wang.bigbird.domain.framework.common.logging.domain
 
wang.bigbird.domain.framework.common.sensitive - 程序包 wang.bigbird.domain.framework.common.sensitive
 
wang.bigbird.domain.framework.core - 程序包 wang.bigbird.domain.framework.core
 
wang.bigbird.domain.framework.core.arithmetic - 程序包 wang.bigbird.domain.framework.core.arithmetic
 
wang.bigbird.domain.framework.core.constants - 程序包 wang.bigbird.domain.framework.core.constants
 
wang.bigbird.domain.framework.core.enums - 程序包 wang.bigbird.domain.framework.core.enums
 
wang.bigbird.domain.framework.core.exceptions - 程序包 wang.bigbird.domain.framework.core.exceptions
 
wang.bigbird.domain.framework.core.ini - 程序包 wang.bigbird.domain.framework.core.ini
 
wang.bigbird.domain.framework.core.pageable - 程序包 wang.bigbird.domain.framework.core.pageable
 
wang.bigbird.domain.framework.core.pageable.param - 程序包 wang.bigbird.domain.framework.core.pageable.param
 
wang.bigbird.domain.framework.core.prosumer - 程序包 wang.bigbird.domain.framework.core.prosumer
 
wang.bigbird.domain.framework.core.response - 程序包 wang.bigbird.domain.framework.core.response
 
wang.bigbird.domain.framework.core.task - 程序包 wang.bigbird.domain.framework.core.task
 
wang.bigbird.domain.framework.core.unicode - 程序包 wang.bigbird.domain.framework.core.unicode
 
wang.bigbird.domain.framework.core.url - 程序包 wang.bigbird.domain.framework.core.url
 
wang.bigbird.domain.framework.core.url.cert - 程序包 wang.bigbird.domain.framework.core.url.cert
 
wang.bigbird.domain.framework.core.url.proxy - 程序包 wang.bigbird.domain.framework.core.url.proxy
 
wang.bigbird.domain.framework.data.elasticsearch - 程序包 wang.bigbird.domain.framework.data.elasticsearch
 
wang.bigbird.domain.framework.data.elasticsearch.base.constants - 程序包 wang.bigbird.domain.framework.data.elasticsearch.base.constants
 
wang.bigbird.domain.framework.data.elasticsearch.base.enums - 程序包 wang.bigbird.domain.framework.data.elasticsearch.base.enums
 
wang.bigbird.domain.framework.data.elasticsearch.base.helper - 程序包 wang.bigbird.domain.framework.data.elasticsearch.base.helper
 
wang.bigbird.domain.framework.data.elasticsearch.config.properties - 程序包 wang.bigbird.domain.framework.data.elasticsearch.config.properties
 
wang.bigbird.domain.framework.data.elasticsearch.domain.param - 程序包 wang.bigbird.domain.framework.data.elasticsearch.domain.param
 
wang.bigbird.domain.framework.data.elasticsearch.entity - 程序包 wang.bigbird.domain.framework.data.elasticsearch.entity
 
wang.bigbird.domain.framework.data.elasticsearch.exception - 程序包 wang.bigbird.domain.framework.data.elasticsearch.exception
 
wang.bigbird.domain.framework.data.elasticsearch.service - 程序包 wang.bigbird.domain.framework.data.elasticsearch.service
 
wang.bigbird.domain.framework.data.elasticsearch.service.impl - 程序包 wang.bigbird.domain.framework.data.elasticsearch.service.impl
 
wang.bigbird.domain.framework.data.kafka - 程序包 wang.bigbird.domain.framework.data.kafka
 
wang.bigbird.domain.framework.data.kafka.base.helper - 程序包 wang.bigbird.domain.framework.data.kafka.base.helper
 
wang.bigbird.domain.framework.data.kafka.base.tools.serializer - 程序包 wang.bigbird.domain.framework.data.kafka.base.tools.serializer
 
wang.bigbird.domain.framework.data.kafka.base.tools.support - 程序包 wang.bigbird.domain.framework.data.kafka.base.tools.support
 
wang.bigbird.domain.framework.data.kafka.config.properties - 程序包 wang.bigbird.domain.framework.data.kafka.config.properties
 
wang.bigbird.domain.framework.data.kafka.handler - 程序包 wang.bigbird.domain.framework.data.kafka.handler
 
wang.bigbird.domain.framework.data.kafka.service - 程序包 wang.bigbird.domain.framework.data.kafka.service
 
wang.bigbird.domain.framework.data.kafka.service.impl - 程序包 wang.bigbird.domain.framework.data.kafka.service.impl
 
wang.bigbird.domain.framework.data.mongodb - 程序包 wang.bigbird.domain.framework.data.mongodb
 
wang.bigbird.domain.framework.data.mongodb.base.helper - 程序包 wang.bigbird.domain.framework.data.mongodb.base.helper
 
wang.bigbird.domain.framework.data.mongodb.base.utils - 程序包 wang.bigbird.domain.framework.data.mongodb.base.utils
 
wang.bigbird.domain.framework.data.mongodb.config.properties - 程序包 wang.bigbird.domain.framework.data.mongodb.config.properties
 
wang.bigbird.domain.framework.data.mongodb.service - 程序包 wang.bigbird.domain.framework.data.mongodb.service
 
wang.bigbird.domain.framework.data.mongodb.service.impl - 程序包 wang.bigbird.domain.framework.data.mongodb.service.impl
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.base.tools.support
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.config.configuration
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.dao
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.entity
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.domain.param
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.service - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.service
 
wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl - 程序包 wang.bigbird.domain.framework.data.mybatisplus.dynamic.service.impl
 
wang.bigbird.domain.framework.data.mybatisplus.sharding - 程序包 wang.bigbird.domain.framework.data.mybatisplus.sharding
 
wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration - 程序包 wang.bigbird.domain.framework.data.mybatisplus.sharding.config.configuration
 
wang.bigbird.domain.framework.data.oss - 程序包 wang.bigbird.domain.framework.data.oss
 
wang.bigbird.domain.framework.data.oss.config.properties - 程序包 wang.bigbird.domain.framework.data.oss.config.properties
 
wang.bigbird.domain.framework.data.oss.context - 程序包 wang.bigbird.domain.framework.data.oss.context
 
wang.bigbird.domain.framework.data.oss.handler - 程序包 wang.bigbird.domain.framework.data.oss.handler
 
wang.bigbird.domain.framework.data.oss.handler.impl - 程序包 wang.bigbird.domain.framework.data.oss.handler.impl
 
wang.bigbird.domain.framework.data.oss.service - 程序包 wang.bigbird.domain.framework.data.oss.service
 
wang.bigbird.domain.framework.data.oss.service.impl - 程序包 wang.bigbird.domain.framework.data.oss.service.impl
 
wang.bigbird.domain.framework.data.rabbitmq - 程序包 wang.bigbird.domain.framework.data.rabbitmq
 
wang.bigbird.domain.framework.data.rabbitmq.base.helper - 程序包 wang.bigbird.domain.framework.data.rabbitmq.base.helper
 
wang.bigbird.domain.framework.data.rabbitmq.config.properties - 程序包 wang.bigbird.domain.framework.data.rabbitmq.config.properties
 
wang.bigbird.domain.framework.data.rabbitmq.handler - 程序包 wang.bigbird.domain.framework.data.rabbitmq.handler
 
wang.bigbird.domain.framework.data.rabbitmq.service - 程序包 wang.bigbird.domain.framework.data.rabbitmq.service
 
wang.bigbird.domain.framework.data.rabbitmq.service.impl - 程序包 wang.bigbird.domain.framework.data.rabbitmq.service.impl
 
wang.bigbird.domain.framework.data.redis - 程序包 wang.bigbird.domain.framework.data.redis
 
wang.bigbird.domain.framework.data.redis.base.helper - 程序包 wang.bigbird.domain.framework.data.redis.base.helper
 
wang.bigbird.domain.framework.data.redis.base.tools.support - 程序包 wang.bigbird.domain.framework.data.redis.base.tools.support
 
wang.bigbird.domain.framework.data.redis.config.properties - 程序包 wang.bigbird.domain.framework.data.redis.config.properties
 
wang.bigbird.domain.framework.data.redis.service - 程序包 wang.bigbird.domain.framework.data.redis.service
 
wang.bigbird.domain.framework.data.redis.service.impl - 程序包 wang.bigbird.domain.framework.data.redis.service.impl
 
wang.bigbird.domain.framework.data.rocketmq - 程序包 wang.bigbird.domain.framework.data.rocketmq
 
wang.bigbird.domain.framework.data.rocketmq.base.helper - 程序包 wang.bigbird.domain.framework.data.rocketmq.base.helper
 
wang.bigbird.domain.framework.data.rocketmq.config.properties - 程序包 wang.bigbird.domain.framework.data.rocketmq.config.properties
 
wang.bigbird.domain.framework.data.rocketmq.handler - 程序包 wang.bigbird.domain.framework.data.rocketmq.handler
 
wang.bigbird.domain.framework.data.rocketmq.service - 程序包 wang.bigbird.domain.framework.data.rocketmq.service
 
wang.bigbird.domain.framework.data.rocketmq.service.impl - 程序包 wang.bigbird.domain.framework.data.rocketmq.service.impl
 
wang.bigbird.domain.framework.data.zookeeper - 程序包 wang.bigbird.domain.framework.data.zookeeper
 
wang.bigbird.domain.framework.data.zookeeper.base.enums - 程序包 wang.bigbird.domain.framework.data.zookeeper.base.enums
 
wang.bigbird.domain.framework.data.zookeeper.config.properties - 程序包 wang.bigbird.domain.framework.data.zookeeper.config.properties
 
wang.bigbird.domain.framework.data.zookeeper.service - 程序包 wang.bigbird.domain.framework.data.zookeeper.service
 
wang.bigbird.domain.framework.data.zookeeper.service.impl - 程序包 wang.bigbird.domain.framework.data.zookeeper.service.impl
 
wang.bigbird.domain.framework.distributedlock.core - 程序包 wang.bigbird.domain.framework.distributedlock.core
 
wang.bigbird.domain.framework.distributedlock.core.base.annotation - 程序包 wang.bigbird.domain.framework.distributedlock.core.base.annotation
 
wang.bigbird.domain.framework.distributedlock.core.base.aop - 程序包 wang.bigbird.domain.framework.distributedlock.core.base.aop
 
wang.bigbird.domain.framework.distributedlock.core.base.utils - 程序包 wang.bigbird.domain.framework.distributedlock.core.base.utils
 
wang.bigbird.domain.framework.distributedlock.core.service - 程序包 wang.bigbird.domain.framework.distributedlock.core.service
 
wang.bigbird.domain.framework.distributedlock.redislock - 程序包 wang.bigbird.domain.framework.distributedlock.redislock
 
wang.bigbird.domain.framework.distributedlock.redislock.impl - 程序包 wang.bigbird.domain.framework.distributedlock.redislock.impl
 
wang.bigbird.domain.framework.distributedlock.zklock - 程序包 wang.bigbird.domain.framework.distributedlock.zklock
 
wang.bigbird.domain.framework.distributedlock.zklock.impl - 程序包 wang.bigbird.domain.framework.distributedlock.zklock.impl
 
wang.bigbird.domain.framework.document.api - 程序包 wang.bigbird.domain.framework.document.api
 
wang.bigbird.domain.framework.document.api.base.utils - 程序包 wang.bigbird.domain.framework.document.api.base.utils
 
wang.bigbird.domain.framework.document.api.data - 程序包 wang.bigbird.domain.framework.document.api.data
 
wang.bigbird.domain.framework.document.api.exception - 程序包 wang.bigbird.domain.framework.document.api.exception
 
wang.bigbird.domain.framework.document.api.office.microsoft.jacob - 程序包 wang.bigbird.domain.framework.document.api.office.microsoft.jacob
 
wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components - 程序包 wang.bigbird.domain.framework.document.api.office.microsoft.jacob.components
 
wang.bigbird.domain.framework.document.excel - 程序包 wang.bigbird.domain.framework.document.excel
 
wang.bigbird.domain.framework.document.excel.handler - 程序包 wang.bigbird.domain.framework.document.excel.handler
 
wang.bigbird.domain.framework.document.excel.jacob - 程序包 wang.bigbird.domain.framework.document.excel.jacob
 
wang.bigbird.domain.framework.document.excel.jacob.components - 程序包 wang.bigbird.domain.framework.document.excel.jacob.components
 
wang.bigbird.domain.framework.document.excel.toolkit - 程序包 wang.bigbird.domain.framework.document.excel.toolkit
 
wang.bigbird.domain.framework.document.html - 程序包 wang.bigbird.domain.framework.document.html
 
wang.bigbird.domain.framework.document.html.toolkit - 程序包 wang.bigbird.domain.framework.document.html.toolkit
 
wang.bigbird.domain.framework.document.pdf - 程序包 wang.bigbird.domain.framework.document.pdf
 
wang.bigbird.domain.framework.document.pdf.toolkit - 程序包 wang.bigbird.domain.framework.document.pdf.toolkit
 
wang.bigbird.domain.framework.document.pdf.toolkit.convertor - 程序包 wang.bigbird.domain.framework.document.pdf.toolkit.convertor
 
wang.bigbird.domain.framework.document.ppt - 程序包 wang.bigbird.domain.framework.document.ppt
 
wang.bigbird.domain.framework.document.ppt.jacob - 程序包 wang.bigbird.domain.framework.document.ppt.jacob
 
wang.bigbird.domain.framework.document.ppt.jacob.components - 程序包 wang.bigbird.domain.framework.document.ppt.jacob.components
 
wang.bigbird.domain.framework.document.ppt.toolkit - 程序包 wang.bigbird.domain.framework.document.ppt.toolkit
 
wang.bigbird.domain.framework.document.word - 程序包 wang.bigbird.domain.framework.document.word
 
wang.bigbird.domain.framework.document.word.jacob - 程序包 wang.bigbird.domain.framework.document.word.jacob
 
wang.bigbird.domain.framework.document.word.jacob.components - 程序包 wang.bigbird.domain.framework.document.word.jacob.components
 
wang.bigbird.domain.framework.document.word.toolkit - 程序包 wang.bigbird.domain.framework.document.word.toolkit
 
wang.bigbird.domain.framework.document.word.wrapper.poi - 程序包 wang.bigbird.domain.framework.document.word.wrapper.poi
 
wang.bigbird.domain.framework.id - 程序包 wang.bigbird.domain.framework.id
 
wang.bigbird.domain.framework.id.base.enums - 程序包 wang.bigbird.domain.framework.id.base.enums
 
wang.bigbird.domain.framework.id.base.utils - 程序包 wang.bigbird.domain.framework.id.base.utils
 
wang.bigbird.domain.framework.id.config.properties - 程序包 wang.bigbird.domain.framework.id.config.properties
 
wang.bigbird.domain.framework.id.context - 程序包 wang.bigbird.domain.framework.id.context
 
wang.bigbird.domain.framework.id.dao - 程序包 wang.bigbird.domain.framework.id.dao
 
wang.bigbird.domain.framework.id.domain.entity - 程序包 wang.bigbird.domain.framework.id.domain.entity
 
wang.bigbird.domain.framework.id.exception - 程序包 wang.bigbird.domain.framework.id.exception
 
wang.bigbird.domain.framework.id.service - 程序包 wang.bigbird.domain.framework.id.service
 
wang.bigbird.domain.framework.id.service.impl - 程序包 wang.bigbird.domain.framework.id.service.impl
 
wang.bigbird.domain.framework.id.strategy.baidu - 程序包 wang.bigbird.domain.framework.id.strategy.baidu
 
wang.bigbird.domain.framework.id.strategy.baidu.buffer - 程序包 wang.bigbird.domain.framework.id.strategy.baidu.buffer
 
wang.bigbird.domain.framework.id.strategy.baidu.impl - 程序包 wang.bigbird.domain.framework.id.strategy.baidu.impl
 
wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment - 程序包 wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment
 
wang.bigbird.domain.framework.id.strategy.twitter - 程序包 wang.bigbird.domain.framework.id.strategy.twitter
 
wang.bigbird.domain.framework.id.support - 程序包 wang.bigbird.domain.framework.id.support
 
wang.bigbird.domain.framework.id.worker - 程序包 wang.bigbird.domain.framework.id.worker
 
wang.bigbird.domain.framework.message.api - 程序包 wang.bigbird.domain.framework.message.api
 
wang.bigbird.domain.framework.message.api.exception - 程序包 wang.bigbird.domain.framework.message.api.exception
 
wang.bigbird.domain.framework.message.api.pojo - 程序包 wang.bigbird.domain.framework.message.api.pojo
 
wang.bigbird.domain.framework.message.dingtalk - 程序包 wang.bigbird.domain.framework.message.dingtalk
 
wang.bigbird.domain.framework.message.email - 程序包 wang.bigbird.domain.framework.message.email
 
wang.bigbird.domain.framework.message.email.configure - 程序包 wang.bigbird.domain.framework.message.email.configure
 
wang.bigbird.domain.framework.message.sms.chinatelecom - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom
 
wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom.api.integrated
 
wang.bigbird.domain.framework.message.sms.chinatelecom.api.open - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom.api.open
 
wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom.config.properties
 
wang.bigbird.domain.framework.message.sms.chinatelecom.configure - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom.configure
 
wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open - 程序包 wang.bigbird.domain.framework.message.sms.chinatelecom.fallback.open
 
wang.bigbird.domain.framework.message.sms.chuanglan - 程序包 wang.bigbird.domain.framework.message.sms.chuanglan
 
wang.bigbird.domain.framework.message.wechat - 程序包 wang.bigbird.domain.framework.message.wechat
 
wang.bigbird.domain.framework.message.wechat.configure - 程序包 wang.bigbird.domain.framework.message.wechat.configure
 
wang.bigbird.domain.framework.message.wechat.domain.dto - 程序包 wang.bigbird.domain.framework.message.wechat.domain.dto
 
wang.bigbird.domain.framework.message.wechat.domain.param - 程序包 wang.bigbird.domain.framework.message.wechat.domain.param
 
wang.bigbird.domain.framework.message.wechat.retrofit - 程序包 wang.bigbird.domain.framework.message.wechat.retrofit
 
wang.bigbird.domain.framework.web.admin - 程序包 wang.bigbird.domain.framework.web.admin
 
wang.bigbird.domain.framework.web.admin.base.enums - 程序包 wang.bigbird.domain.framework.web.admin.base.enums
 
wang.bigbird.domain.framework.web.admin.controller - 程序包 wang.bigbird.domain.framework.web.admin.controller
 
wang.bigbird.domain.framework.web.admin.dao - 程序包 wang.bigbird.domain.framework.web.admin.dao
 
wang.bigbird.domain.framework.web.admin.domain.bo - 程序包 wang.bigbird.domain.framework.web.admin.domain.bo
 
wang.bigbird.domain.framework.web.admin.domain.entity - 程序包 wang.bigbird.domain.framework.web.admin.domain.entity
 
wang.bigbird.domain.framework.web.admin.domain.param - 程序包 wang.bigbird.domain.framework.web.admin.domain.param
 
wang.bigbird.domain.framework.web.admin.domain.vo - 程序包 wang.bigbird.domain.framework.web.admin.domain.vo
 
wang.bigbird.domain.framework.web.admin.event - 程序包 wang.bigbird.domain.framework.web.admin.event
 
wang.bigbird.domain.framework.web.admin.event.source - 程序包 wang.bigbird.domain.framework.web.admin.event.source
 
wang.bigbird.domain.framework.web.admin.service - 程序包 wang.bigbird.domain.framework.web.admin.service
 
wang.bigbird.domain.framework.web.admin.service.cache - 程序包 wang.bigbird.domain.framework.web.admin.service.cache
 
wang.bigbird.domain.framework.web.admin.service.impl - 程序包 wang.bigbird.domain.framework.web.admin.service.impl
 
wang.bigbird.domain.framework.web.auth - 程序包 wang.bigbird.domain.framework.web.auth
 
wang.bigbird.domain.framework.web.auth.advice - 程序包 wang.bigbird.domain.framework.web.auth.advice
 
wang.bigbird.domain.framework.web.auth.base.tools - 程序包 wang.bigbird.domain.framework.web.auth.base.tools
 
wang.bigbird.domain.framework.web.auth.config.configuration - 程序包 wang.bigbird.domain.framework.web.auth.config.configuration
 
wang.bigbird.domain.framework.web.auth.config.properties - 程序包 wang.bigbird.domain.framework.web.auth.config.properties
 
wang.bigbird.domain.framework.web.auth.controller - 程序包 wang.bigbird.domain.framework.web.auth.controller
 
wang.bigbird.domain.framework.web.auth.security.jwt - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt
 
wang.bigbird.domain.framework.web.auth.security.jwt.access - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.access
 
wang.bigbird.domain.framework.web.auth.security.jwt.bean - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.bean
 
wang.bigbird.domain.framework.web.auth.security.jwt.bean.user - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.bean.user
 
wang.bigbird.domain.framework.web.auth.security.jwt.exception - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.exception
 
wang.bigbird.domain.framework.web.auth.security.jwt.filter - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.filter
 
wang.bigbird.domain.framework.web.auth.security.jwt.handlers - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.handlers
 
wang.bigbird.domain.framework.web.auth.security.jwt.service - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.service
 
wang.bigbird.domain.framework.web.auth.security.jwt.utils - 程序包 wang.bigbird.domain.framework.web.auth.security.jwt.utils
 
wang.bigbird.domain.framework.web.captcha - 程序包 wang.bigbird.domain.framework.web.captcha
 
wang.bigbird.domain.framework.web.captcha.config.properties - 程序包 wang.bigbird.domain.framework.web.captcha.config.properties
 
wang.bigbird.domain.framework.web.captcha.controller - 程序包 wang.bigbird.domain.framework.web.captcha.controller
 
wang.bigbird.domain.framework.web.captcha.domain.param - 程序包 wang.bigbird.domain.framework.web.captcha.domain.param
 
wang.bigbird.domain.framework.web.captcha.service - 程序包 wang.bigbird.domain.framework.web.captcha.service
 
wang.bigbird.domain.framework.web.captcha.service.impl - 程序包 wang.bigbird.domain.framework.web.captcha.service.impl
 
wang.bigbird.domain.framework.web.core - 程序包 wang.bigbird.domain.framework.web.core
 
wang.bigbird.domain.framework.web.core.advice - 程序包 wang.bigbird.domain.framework.web.core.advice
 
wang.bigbird.domain.framework.web.core.base.enums - 程序包 wang.bigbird.domain.framework.web.core.base.enums
 
wang.bigbird.domain.framework.web.core.base.tools - 程序包 wang.bigbird.domain.framework.web.core.base.tools
 
wang.bigbird.domain.framework.web.core.base.tools.support - 程序包 wang.bigbird.domain.framework.web.core.base.tools.support
 
wang.bigbird.domain.framework.web.core.base.utils - 程序包 wang.bigbird.domain.framework.web.core.base.utils
 
wang.bigbird.domain.framework.web.core.config.configuration - 程序包 wang.bigbird.domain.framework.web.core.config.configuration
 
wang.bigbird.domain.framework.web.core.config.properties - 程序包 wang.bigbird.domain.framework.web.core.config.properties
 
wang.bigbird.domain.framework.web.core.constants - 程序包 wang.bigbird.domain.framework.web.core.constants
 
wang.bigbird.domain.framework.web.core.controller - 程序包 wang.bigbird.domain.framework.web.core.controller
 
wang.bigbird.domain.framework.web.core.domain.param - 程序包 wang.bigbird.domain.framework.web.core.domain.param
 
wang.bigbird.domain.framework.web.core.domain.vo - 程序包 wang.bigbird.domain.framework.web.core.domain.vo
 
wang.bigbird.domain.framework.web.core.exceptions - 程序包 wang.bigbird.domain.framework.web.core.exceptions
 
wang.bigbird.domain.framework.web.core.filter - 程序包 wang.bigbird.domain.framework.web.core.filter
 
wang.bigbird.domain.framework.web.core.holder - 程序包 wang.bigbird.domain.framework.web.core.holder
 
wang.bigbird.domain.framework.web.core.interceptor - 程序包 wang.bigbird.domain.framework.web.core.interceptor
 
wang.bigbird.domain.framework.web.core.pwd - 程序包 wang.bigbird.domain.framework.web.core.pwd
 
wang.bigbird.domain.framework.web.core.pwd.service - 程序包 wang.bigbird.domain.framework.web.core.pwd.service
 
wang.bigbird.domain.framework.web.core.response - 程序包 wang.bigbird.domain.framework.web.core.response
 
wang.bigbird.domain.framework.web.core.support - 程序包 wang.bigbird.domain.framework.web.core.support
 
wang.bigbird.domain.framework.web.core.toolkit - 程序包 wang.bigbird.domain.framework.web.core.toolkit
 
wang.bigbird.domain.framework.web.dao - 程序包 wang.bigbird.domain.framework.web.dao
 
wang.bigbird.domain.framework.web.dao.advice - 程序包 wang.bigbird.domain.framework.web.dao.advice
 
wang.bigbird.domain.framework.web.defence - 程序包 wang.bigbird.domain.framework.web.defence
 
wang.bigbird.domain.framework.web.defence.advice - 程序包 wang.bigbird.domain.framework.web.defence.advice
 
wang.bigbird.domain.framework.web.defence.base.enums - 程序包 wang.bigbird.domain.framework.web.defence.base.enums
 
wang.bigbird.domain.framework.web.defence.config.configuration - 程序包 wang.bigbird.domain.framework.web.defence.config.configuration
 
wang.bigbird.domain.framework.web.defence.config.properties - 程序包 wang.bigbird.domain.framework.web.defence.config.properties
 
wang.bigbird.domain.framework.web.defence.dao - 程序包 wang.bigbird.domain.framework.web.defence.dao
 
wang.bigbird.domain.framework.web.defence.domain.bo - 程序包 wang.bigbird.domain.framework.web.defence.domain.bo
 
wang.bigbird.domain.framework.web.defence.domain.entity - 程序包 wang.bigbird.domain.framework.web.defence.domain.entity
 
wang.bigbird.domain.framework.web.defence.security - 程序包 wang.bigbird.domain.framework.web.defence.security
 
wang.bigbird.domain.framework.web.defence.security.annotation - 程序包 wang.bigbird.domain.framework.web.defence.security.annotation
 
wang.bigbird.domain.framework.web.defence.security.bean - 程序包 wang.bigbird.domain.framework.web.defence.security.bean
 
wang.bigbird.domain.framework.web.defence.security.exception - 程序包 wang.bigbird.domain.framework.web.defence.security.exception
 
wang.bigbird.domain.framework.web.defence.security.interceptor - 程序包 wang.bigbird.domain.framework.web.defence.security.interceptor
 
wang.bigbird.domain.framework.web.defence.security.judge - 程序包 wang.bigbird.domain.framework.web.defence.security.judge
 
wang.bigbird.domain.framework.web.defence.security.judge.impl - 程序包 wang.bigbird.domain.framework.web.defence.security.judge.impl
 
wang.bigbird.domain.framework.web.defence.security.judge.service - 程序包 wang.bigbird.domain.framework.web.defence.security.judge.service
 
wang.bigbird.domain.framework.web.defence.service - 程序包 wang.bigbird.domain.framework.web.defence.service
 
wang.bigbird.domain.framework.web.defence.service.impl - 程序包 wang.bigbird.domain.framework.web.defence.service.impl
 
wang.bigbird.domain.framework.web.frequency - 程序包 wang.bigbird.domain.framework.web.frequency
 
wang.bigbird.domain.framework.web.frequency.exception - 程序包 wang.bigbird.domain.framework.web.frequency.exception
 
wang.bigbird.domain.framework.web.frequency.service - 程序包 wang.bigbird.domain.framework.web.frequency.service
 
wang.bigbird.domain.framework.web.frequency.service.impl - 程序包 wang.bigbird.domain.framework.web.frequency.service.impl
 
wang.bigbird.domain.framework.web.retrofit - 程序包 wang.bigbird.domain.framework.web.retrofit
 
wang.bigbird.domain.framework.web.retrofit.annotation - 程序包 wang.bigbird.domain.framework.web.retrofit.annotation
 
wang.bigbird.domain.framework.web.retrofit.base.helper - 程序包 wang.bigbird.domain.framework.web.retrofit.base.helper
 
wang.bigbird.domain.framework.web.retrofit.interceptor - 程序包 wang.bigbird.domain.framework.web.retrofit.interceptor
 
weakColor(Color, double) - 类 中的静态方法wang.bigbird.domain.framework.core.ColorUtils
弱化颜色
WebAdminConfiguration - wang.bigbird.domain.framework.web.admin中的类
WEB框架配置
WebAdminConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.admin.WebAdminConfiguration
 
WebAuthConfiguration - wang.bigbird.domain.framework.web.auth中的类
WEB框架配置
WebAuthConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.auth.WebAuthConfiguration
 
WebCaptchaConfiguration - wang.bigbird.domain.framework.web.captcha中的类
WEB框架配置
WebCaptchaConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.captcha.WebCaptchaConfiguration
 
WebConfiguration - wang.bigbird.domain.framework.web.admin中的类
WEB框架配置
WebConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.admin.WebConfiguration
 
WebConfiguration - wang.bigbird.domain.framework.web.core.config.configuration中的类
Web配置
WebConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.core.config.configuration.WebConfiguration
 
WebCoreConfiguration - wang.bigbird.domain.framework.web.core中的类
WEB框架配置
WebCoreConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.core.WebCoreConfiguration
 
WebDaoConfiguration - wang.bigbird.domain.framework.web.dao中的类
WEB框架配置
WebDaoConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.dao.WebDaoConfiguration
 
WebDefenceConfiguration - wang.bigbird.domain.framework.web.defence中的类
WEB框架配置
WebDefenceConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.defence.WebDefenceConfiguration
 
WebFrequencyConfiguration - wang.bigbird.domain.framework.web.frequency中的类
WEB框架配置
WebFrequencyConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.frequency.WebFrequencyConfiguration
 
WebProperties - wang.bigbird.domain.framework.web.core.config.properties中的类
WEB框架通用配置
WebProperties() - 类 的构造器wang.bigbird.domain.framework.web.core.config.properties.WebProperties
 
WebRetrofitConfiguration - wang.bigbird.domain.framework.web.retrofit中的类
WEB框架配置
WebRetrofitConfiguration() - 类 的构造器wang.bigbird.domain.framework.web.retrofit.WebRetrofitConfiguration
 
WebUtil - wang.bigbird.domain.framework.web.core.toolkit中的类
WEB通用工具
WebUtil() - 类 的构造器wang.bigbird.domain.framework.web.core.toolkit.WebUtil
 
wechatHttpApi(OkHttpClient) - 类 中的方法wang.bigbird.domain.framework.message.wechat.configure.WechatRetrofitConfiguration
 
WechatHttpApi - wang.bigbird.domain.framework.message.wechat.retrofit中的接口
企业微信平台接口调用器
wechatHttpClient() - 类 中的方法wang.bigbird.domain.framework.message.wechat.configure.WechatRetrofitConfiguration
 
WechatMessageSender - wang.bigbird.domain.framework.message.wechat中的类
微信消息发送器
WechatMessageSender() - 类 的构造器wang.bigbird.domain.framework.message.wechat.WechatMessageSender
 
WechatRetrofitConfiguration - wang.bigbird.domain.framework.message.wechat.configure中的类
Retrofit 配置
WechatRetrofitConfiguration() - 类 的构造器wang.bigbird.domain.framework.message.wechat.configure.WechatRetrofitConfiguration
 
WhiteBlackLimitListDefenceJudge - wang.bigbird.domain.framework.web.defence.security.judge.impl中的类
黑白名单限制防御器
WhiteBlackLimitListDefenceJudge() - 类 的构造器wang.bigbird.domain.framework.web.defence.security.judge.impl.WhiteBlackLimitListDefenceJudge
 
wLock() - 类 中的方法wang.bigbird.domain.framework.id.strategy.meituan.leaf.segment.SegmentBufferBO
 
WordApp - wang.bigbird.domain.framework.document.word.jacob中的类
Word应用程序的JAVA操控器
WordApp() - 类 的构造器wang.bigbird.domain.framework.document.word.jacob.WordApp
创建Word应用程序
WordMaker - wang.bigbird.domain.framework.document.word.jacob中的类
只能应用于Windows系统,并且要求安装了Microsoft Office Word应用程序下才能使用的Word文档制作器, 该制作器对于WORD文档的制作质量最好,支持页眉与页脚的处理。
WordMaker() - 类 的构造器wang.bigbird.domain.framework.document.word.jacob.WordMaker
 
WordMaker - wang.bigbird.domain.framework.document.word中的类
Word文档制作器,该制作器应用于文档数据收集,应用于PC端类似合同,检测报告等在线文档业务场景最为合适。
WordMaker() - 类 的构造器wang.bigbird.domain.framework.document.word.WordMaker
 
WordProcessor - wang.bigbird.domain.framework.document.word.toolkit中的类
Word文档处理器,提供围绕Word处理的公共方法
Workbook - wang.bigbird.domain.framework.document.excel.jacob.components中的类
代表当前操控的单份文档的控制权
Workbook(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.excel.jacob.components.Workbook
 
Workbooks - wang.bigbird.domain.framework.document.excel.jacob.components中的类
代表被操控的所有excel文档集合的控制权,通过该控制权可以创建对单份文档的控制权
Workbooks(ActiveXComponent, Dispatch) - 类 的构造器wang.bigbird.domain.framework.document.excel.jacob.components.Workbooks
 
WORKER_SPLIT - 类 中的静态变量wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
workerID文件分隔符
workerBits - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
WorkerId() - 类 的构造器wang.bigbird.domain.framework.id.config.properties.IdProperties.WorkerId
 
workerId - 类 中的变量wang.bigbird.domain.framework.id.strategy.baidu.impl.DefaultUIdWorker
 
workerId - 类 中的变量wang.bigbird.domain.framework.id.worker.AbstractIntervalWorkerId
 
workerIdAssigner(IdProperties) - 类 中的方法wang.bigbird.domain.framework.id.IdConfiguration
 
WorkerIdAssigner - wang.bigbird.domain.framework.id.worker中的接口
worker id分配器
WorkerIdStrategy - wang.bigbird.domain.framework.id.base.enums中的枚举
WorkerID生成策略
WorkerIdUtils - wang.bigbird.domain.framework.id.base.utils中的类
worker id文件操作类
WorkerIdUtils() - 类 的构造器wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
 
WorkerNode - wang.bigbird.domain.framework.id.domain.entity中的类
百度worker信息表实体
WorkerNode() - 类 的构造器wang.bigbird.domain.framework.id.domain.entity.WorkerNode
 
WorkerNodeMapper - wang.bigbird.domain.framework.id.dao中的接口
 
WorkerNodeType - wang.bigbird.domain.framework.id.base.enums中的枚举
WorkerNodeType CONTAINER: Such as Docker ACTUAL: Actual machine
wrapAsync(Runnable, Map<String, String>) - 类 中的静态方法wang.bigbird.domain.framework.common.logging.base.utils.ThreadMdcUtils
采用MDC实现日志跟踪,为了使同一请求产生的异步任务中记录的链路ID保持一致, 需要采用该异步任务封装器对异步任务进行封装后再执行
write(File, byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将字节数组中的内容写入到文件中
write(String, byte[]) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将字节数组中的内容写入到文件中
write(File, InputStream) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将输入流中的内容写入到文件中
write(String, InputStream) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
将输入流中的内容写入到文件中
write(OutputStream) - 类 中的方法wang.bigbird.domain.framework.document.word.wrapper.poi.DocumentWrapper
文档写入到指定的输出流
writeImage(String, Image, String) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
将图像写入指定文件
writeImage(File, Image, String) - 类 中的静态方法wang.bigbird.domain.framework.core.ImageUtils
将图像写入指定文件
writeImage(File, Image, String) - 类 中的方法wang.bigbird.domain.framework.document.api.AbstractDocMaker
将图像写入指定文件
writePidFile(String) - 类 中的静态方法wang.bigbird.domain.framework.id.base.utils.WorkerIdUtils
创建workerID文件(workerID文件已经存在,则不创建,返回一个false;如果没有,则返回true) 文件名称格式:ip_port_workerID

X

xml2Object(String, Class<T>) - 类 中的静态方法wang.bigbird.domain.framework.core.XmlUtils
XML转对象
XmlUtils - wang.bigbird.domain.framework.core中的类
Xml工具类
xssFilter(String) - 类 中的静态方法wang.bigbird.domain.framework.core.XssUtils
给html字符串进行xss过滤处理,该方法过于严格,会造成一些样式丢掉
xssFilterByJsoup(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.XssUtils
给html字符串进行xss过滤处理
XssUtils - wang.bigbird.domain.framework.core中的类
关于Xss的通用操作
XssUtils() - 类 的构造器wang.bigbird.domain.framework.core.XssUtils
 

Y

yearsBetween(Date, Date) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的年数,严格计算模式,不满跨度值不纳入计数
yearsBetween(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.DateUtils
计算两个日期之间相差的年数,严格计算模式,不满跨度值不纳入计数

Z

zadd(String, double, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zadd(String, double, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZADD 将一个 member 元素及其 score 值加入到有序集 key 当中。
zcard(String) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zcard(String) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZCARD 返回有序集元素的数量
zcount(String, double, double) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zcount(String, double, double) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZCOUNT 返回有序集 key 中, score 值在 startScore 和 endScore 之间(闭区间)的成员的数量。
ZeroWorkerIdAssigner - wang.bigbird.domain.framework.id.worker中的类
固定workerId为0
ZeroWorkerIdAssigner() - 类 的构造器wang.bigbird.domain.framework.id.worker.ZeroWorkerIdAssigner
 
zincrby(String, Object, Number) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zincrby(String, Object, Number) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZINCRBY 为有序集 key 的成员 member 的 score 值加上增量或减量。
zip(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
压缩为zip文件
zip(File[], File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
压缩多个文件(目录)
zip(File, File) - 类 中的静态方法wang.bigbird.domain.framework.core.FileUtils
压缩为zip文件
ZK_SPLIT - 类 中的静态变量wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
ZkLockConfiguration - wang.bigbird.domain.framework.distributedlock.zklock中的类
Zookeeper 锁配置
ZkLockConfiguration() - 类 的构造器wang.bigbird.domain.framework.distributedlock.zklock.ZkLockConfiguration
 
ZkLockServiceImpl - wang.bigbird.domain.framework.distributedlock.zklock.impl中的类
zk 锁服务实现类
ZkLockServiceImpl() - 类 的构造器wang.bigbird.domain.framework.distributedlock.zklock.impl.ZkLockServiceImpl
 
ZkWorkerIdAssigner - wang.bigbird.domain.framework.id.worker中的类
ZK编号分配器
ZkWorkerIdAssigner(Long, String, Integer) - 类 的构造器wang.bigbird.domain.framework.id.worker.ZkWorkerIdAssigner
 
ZookeeperConfiguration - wang.bigbird.domain.framework.data.zookeeper中的类
Zookeeper 配置
ZookeeperConfiguration() - 类 的构造器wang.bigbird.domain.framework.data.zookeeper.ZookeeperConfiguration
 
ZookeeperProperties - wang.bigbird.domain.framework.data.zookeeper.config.properties中的类
Zookeeper 属性
ZookeeperProperties() - 类 的构造器wang.bigbird.domain.framework.data.zookeeper.config.properties.ZookeeperProperties
 
ZookeeperProperties.Authentication - wang.bigbird.domain.framework.data.zookeeper.config.properties中的类
认证策略配置
ZookeeperProperties.Retry - wang.bigbird.domain.framework.data.zookeeper.config.properties中的类
重连策略配置
ZookeeperService - wang.bigbird.domain.framework.data.zookeeper.service中的接口
zookeeper 基础服务
ZookeeperServiceImpl - wang.bigbird.domain.framework.data.zookeeper.service.impl中的类
zookeeper 基础服务
ZookeeperServiceImpl() - 类 的构造器wang.bigbird.domain.framework.data.zookeeper.service.impl.ZookeeperServiceImpl
 
zrange(String, int, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrange(String, double, double, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrange(String, int, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZRANGE 返回有序集 key 中,指定区间内的成员。
zrange(String, double, double, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZRANGE 返回有序集 key 中,指定分数区间内的成员。
zrangebypage(String, double, double, int, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrangebypage(String, double, double, int, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZRANGEBYSCORE 返回有序集 key 中,指定分数区间内的成员。
zrank(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrank(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZRANK 返回有序集 key 中成员 member 的排名。
zrem(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrem(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREM 移除有序集中的成员。
zremrangebyrank(String, int, int) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zremrangebyrank(String, int, int) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREMRANGEBYRANK 移除有序集 key 中,指定排名(rank)区间内的所有成员。
zremrangebyscore(String, double, double) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zremrangebyscore(String, double, double) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREMRANGEBYSCORE 移除有序集 key 中,指定分数(score)区间内的所有成员。
zrevrange(String, int, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrevrange(String, double, double, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrevrange(String, int, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREVRANGE 返回有序集 key 中,指定区间内的成员。
zrevrange(String, double, double, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREVRANGE 返回有序集 key 中,指定分数区间内的成员。
zrevrangebypage(String, double, double, int, int, Class<T>) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrevrangebypage(String, double, double, int, int, Class<T>) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREVRANGEBYSCORE 返回有序集 key 中,指定分数区间内的成员。
zrevrank(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zrevrank(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZREVRANK 返回有序集 key 中成员 member 的排名。
zscore(String, Object) - 类 中的方法wang.bigbird.domain.framework.data.redis.service.impl.RedisSortedSetServiceImpl
 
zscore(String, Object) - 接口 中的方法wang.bigbird.domain.framework.data.redis.service.RedisSortedSetService
ZSCORE 返回有序集 key 中,成员 member 的 score 值。
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
跳过导航链接
版权所有 © 2010 - 2025 鸟域 ● 天下行走,拥有所有解释权