- 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
-
- 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
-
- 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
-
- 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
-
- 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=甲子
- 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
-
- 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 方法,这样就一直造成数据源注册失败
- 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
-
- 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
-
提取指定文件
- 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
-
将表格数据按照表格索引号分组
- 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
-
- 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中的接口
-
用户角色关系信息服务
- 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
-
事务管理器
- 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.
- 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
-
- 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中的类
-
- 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 - 类 中的静态变量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
-
- TokenConfigurer(JwtSecurityUtils) - 类 的构造器wang.bigbird.domain.framework.web.auth.config.configuration.SecurityConfiguration.TokenConfigurer
-
- tokenizeToStringArray(String, String) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
-
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
-
- 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
-
- toStringArray(Enumeration<String>) - 类 中的静态方法wang.bigbird.domain.framework.core.StringUtils
-
- 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
-
- 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
-
浏览角色信息