索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
D
- d2j() - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.IJDBCFieldMapper
-
数据库字段 转 Java 字段
- DASH - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- data(U) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.result.R
- DATA - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PropertiesPrefixConstants
-
数据相关
- DATA_ERROR - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
数据库操作异常
- DATA_SCOPE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PropertiesPrefixConstants
-
数据权限
- databaseIdProvider() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
-
数据库言配置
这个需要你在 mapper.xml 里面使用 _databaseId 来区分数据库 - DataOperateType - io.github.mangocrisp.spring.taybct.tool.core.enums中的类
-
数据库操作类型
- DataOperateType() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.enums.DataOperateType
- DataScope - io.github.mangocrisp.spring.taybct.tool.core.annotation中的Annotation Interface
-
数据权限范围
- dataScopeCondition() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
判断是否要进行数据权限过滤
- dataScopeCondition() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
- DataScopeCondition - io.github.mangocrisp.spring.taybct.tool.core.config中的接口
-
数据权限是否过滤的条件判断
- dataScopeCustom() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
- DataScopeCustom - io.github.mangocrisp.spring.taybct.tool.core.config中的接口
-
自定义数据权限过滤
- DataScopeData - io.github.mangocrisp.spring.taybct.tool.core.mybatis.interceptor中的类
- DataScopeData(DataScope) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.interceptor.DataScopeData
-
根据注解直接生成权限数据
- DataScopeExtraParamsHandle - io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle中的类
-
数据权限额外参数扩展
- DataScopeExtraParamsHandle() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.DataScopeExtraParamsHandle
- DataScopeFilterType - io.github.mangocrisp.spring.taybct.tool.core.enums中的Enum Class
-
数据权限过滤类型
- DataScopeGetNotDealType - io.github.mangocrisp.spring.taybct.tool.core.enums中的Enum Class
-
如果获取不到权限,或者查询不到权限的处理方式,这个一般用于使用 MyBatisPlus 的方法去查询的时候,如果是使用自定义的 SQL,这个就全靠开发人员自己决定怎么使用这个 查询
- DataScopeProperties - io.github.mangocrisp.spring.taybct.tool.core.mybatis.config中的类
-
数据权限属性
- DataScopeProperties() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.DataScopeProperties
- DataScopeType - io.github.mangocrisp.spring.taybct.tool.core.enums中的Enum Class
-
数据权限类型
- dataScopeUtil(DataScopeProperties) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
- DataScopeUtil - io.github.mangocrisp.spring.taybct.tool.core.mybatis.util中的类
-
数据权限工具类,用于生成权限过滤条件
- DataScopeUtil(DataScopeProperties, Supplier<ILoginUser>) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.DataScopeUtil
- dataSource() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.RecordHistory
-
多数据源,数据源
如果不指定就会拿当前默认的数据源来操作,或者,如果有使用多数据源的注解 @DS 来改变也当前方法的数据源,这里就会默认使用 @DS 注解设置的数据源来操作数据
如果指定了就以这个指定的值优先级最高,所以优先级顺序大概是:
默认数据源 < @DS < dataSource
- DataSyncConfig - io.github.mangocrisp.spring.taybct.tool.core.ds.sync中的类
-
数据同步配置
- DataSyncConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.sync.DataSyncConfig
- DataSyncOracleHandler - io.github.mangocrisp.spring.taybct.tool.core.ds.sync.handler中的类
-
oracle 数据同步处理类
- DataSyncOracleHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.sync.handler.DataSyncOracleHandler
- DataSyncPGSQL$MySQLHandler - io.github.mangocrisp.spring.taybct.tool.core.ds.sync.handler中的类
-
mysql 和 pgsql 数据同步处理类
- DataSyncPGSQL$MySQLHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.sync.handler.DataSyncPGSQL$MySQLHandler
- DataSyncResult - io.github.mangocrisp.spring.taybct.tool.core.ds.sync中的类
-
同步结果
- DataSyncResult() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.sync.DataSyncResult
- DataSyncService - io.github.mangocrisp.spring.taybct.tool.core.ds.sync中的类
-
数据同步工具
- DataSyncService() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.sync.DataSyncService
- DateConstants - io.github.mangocrisp.spring.taybct.tool.core.constant中的类
-
日期常量
- DateConstants() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.constant.DateConstants
- DateConstants.format - io.github.mangocrisp.spring.taybct.tool.core.constant中的接口
-
日期格式常量
- DateConstants.Zone - io.github.mangocrisp.spring.taybct.tool.core.constant中的接口
-
时区
- dateTime(DbType, Object) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.JDBCFieldUtil.J2D
-
日期类型
- DBField - io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.util中的类
-
需要导出的数据库字段
- DBField() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.util.DBField
- DBFieldUtil - io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.util中的类
-
数据库字段工具类
- DBFieldUtil() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.util.DBFieldUtil
- DBHelper - io.github.mangocrisp.spring.taybct.tool.core.ds中的类
-
数据库连接工具
Statement 和 PreparedStatement之间的关系和区别. - DBHelper(String, String, String, String, String) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
-
设置数据连接时需要的参数
- DBHelper(String, String, String, String, String, String) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
-
设置数据连接时需要的参数
- dbtype() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
数据库类型,目前仅支持 POSTGRE_SQL | MYSQL | ORACLE
- De() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM4Coder.De
- decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类中的方法 org.springframework.core.codec.AbstractDataBufferDecoder
- decode404() - 类中的方法 feign.BaseBuilder
-
已过时。
- decodeDataBuffer(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - 类中的方法 org.springframework.core.codec.AbstractDataBufferDecoder
-
已过时。as of 5.2, please implement
Decoder.decode(DataBuffer, ResolvableType, MimeType, Map)
instead - decoder - 类中的变量 feign.BaseBuilder
- decoder(Decoder) - 类中的方法 feign.BaseBuilder
- decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类中的方法 org.springframework.core.codec.AbstractDataBufferDecoder
- decodeVoid - 类中的变量 feign.BaseBuilder
- decodeVoid() - 类中的方法 feign.BaseBuilder
- Decript - io.github.mangocrisp.spring.taybct.tool.wechat.util中的类
-
加密工具
- Decript() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.wechat.util.Decript
- decryptBASE64(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
- decryptBASE64(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
解密 base64 字符串
- decryptBase64StringByPrivateKey(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
-
用私钥解密
- decryptBase64StringByPrivateKey(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
用私钥解密
- decryptBase64StringByPrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
-
用私钥解密
- decryptBase64StringByPrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
用私钥解密
- decryptBase64StringByTypePrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
-
用私钥解密
- decryptBase64StringByTypePrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
用私钥解密
- decryptByPrivateKey(byte[], String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
- decryptByPrivateKey(byte[], PrivateKey) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
使用私钥解密
- decryptByPrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
-
解密
用私钥解密 - decryptByPrivateKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
使用私钥解密
- decryptByPublicKey(byte[], String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder
-
解密
用公钥解密 - decryptByPublicKey(byte[], PublicKey) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
使用公钥解密
- decryptByPublicKey(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
使用公钥解密
- decryptInput() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.Encrypted
-
解密输入数据
- decryptWebData(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder
-
解密前端传入的数据
- DEFAULT_API_VERSION - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AppConstants
-
API 默认版本号
- DEFAULT_LIMIT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PageRequestConstants
-
默认显示条数
- DEFAULT_PAGE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PageRequestConstants
-
默认页码
- DEFAULT_SHEET - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.constants.EasyPOIConstant
-
默认表名
- DEFAULT_TIME_OUT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.sms.config.SMSConfigs.def
-
默认超时 毫秒 5分钟
- defaultConfiguration() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.cloud.annotation.TayBctCloudConfig
- DefaultDataScopeCondition - io.github.mangocrisp.spring.taybct.tool.core.config中的类
-
默认的数据权限是否过滤的条件判断
- DefaultDataScopeCondition() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.config.DefaultDataScopeCondition
- DefaultDataScopeCustom - io.github.mangocrisp.spring.taybct.tool.core.config中的类
-
默认的自定义规则
- DefaultDataScopeCustom() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.config.DefaultDataScopeCustom
- DefaultExceptionPrinter - io.github.mangocrisp.spring.taybct.tool.core.exception.handler中的类
-
默认的异常抛出
- DefaultExceptionPrinter() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.handler.DefaultExceptionPrinter
- DefaultExceptionReporter - io.github.mangocrisp.spring.taybct.tool.core.exception.handler中的类
- DefaultExceptionReporter() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.handler.DefaultExceptionReporter
- DefaultMessageType - io.github.mangocrisp.spring.taybct.tool.core.message中的接口
-
框架默认的消息类型
- defaultMethodEnhanceHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.ApplicationConfig
- DefaultMethodEnhanceHandler - io.github.mangocrisp.spring.taybct.tool.core.enhance中的类
-
默认的方法增强处理器
- DefaultMethodEnhanceHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.enhance.DefaultMethodEnhanceHandler
- defaultParentId() - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil.Tree
-
默认顶级父级
- DefaultQueryConditionHandler<PK extends Serializable,
T extends SyncToAnywhereDTO<PK>> - io.github.mangocrisp.spring.taybct.tool.core.handle中的类 -
默认的条件
- DefaultQueryConditionHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.handle.DefaultQueryConditionHandler
- DefaultTableFieldDefaultHandler - io.github.mangocrisp.spring.taybct.tool.core.config中的类
-
默认实现
- DefaultTableFieldDefaultHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.config.DefaultTableFieldDefaultHandler
- DefaultTenantLineHandler - io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle中的类
-
默认的多租户处理器
- DefaultTenantLineHandler() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.DefaultTenantLineHandler
- del(List<T>, ExcelParamsDTO) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.support.ExcelImpDel
-
Excel读取到结果
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- delete(String) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.IFileService
-
根据文件请求路径删除文件
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceLocalImpl
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceMinioImpl
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceOSSImpl
- delete(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型删除文件
- delete(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.util.OSSUtil
-
删除文件
- delete(String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
-
可以指定分组名来删除
- delete(String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.util.OSSUtil
-
删除文件
- delete(Collection<PK>, Class<T>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToAnywhereHandler
-
删除
- delete(Collection<PK>, Class<T>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToMongoHandler
- delete(P) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 删除记录
- delete(P) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 删除记录
- DELETE - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.SimpleDBOperateType
-
删除
- DELETE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.OperateType
-
删除
- DELETE - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.enums.DataOperateType
-
删除
- deleteBatch(Set<P>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 批量删除记录
- deleteBatch(Set<P>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 批量删除记录
- DeleteLogicEntity<P extends Serializable,
U extends Serializable> - io.github.mangocrisp.spring.taybct.tool.core.bean中的类 -
逻辑删除实体类
- DeleteLogicEntity() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity
- deleteLogicExtraHandle(MyBatisExtraParamsInterceptor, IJDBCFieldMapper) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
- DeleteLogicExtraHandle - io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle中的类
-
逻辑删除额外处理,逻辑删除的时候 MybatisPlus 只设置逻辑删除标识字段为删除状态不会修改其他字段,这里需要把一些默认字段也算上,比如更新的时候需要操作的字段
- DeleteLogicExtraHandle() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.DeleteLogicExtraHandle
- Demo - io.github.mangocrisp.spring.taybct.tool.core.util.tree中的类
- Demo() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.util.tree.Demo
- deptId() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
部门 表用来关联权限表的主键字段,例如:id
- deptPidAll() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
部门 表的用于存储所有父级部门的id的字段,例如:pid_all
- deptTable() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
部门表 指定部门信息表,这个主要是为了获取上下级关系,例如:sys_dept
- DESC - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.mybatis.constant.Constants
-
desc
- description - 类中的变量 io.github.mangocrisp.spring.taybct.tool.scheduling.job.AbstractScheduledTaskJob
-
任务描述
- description() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.ApiLog
-
模块描述
- deserialize(byte[]) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.redis.RedisKeySerializer
- detail(P) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据主键 id 查看详情
- detail(P) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据主键 id 查看详情
- DEV_CODE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AppConstants
-
开发环境
- DictConvertType - io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.enums中的Enum Class
-
字典转换类型
- dismiss404 - 类中的变量 feign.BaseBuilder
- dismiss404() - 类中的方法 feign.BaseBuilder
-
This flag indicates that the
decoder
should process responses with 404 status, specifically returning null or empty instead of throwingFeignException
. - doAfterAllAnalysed(AnalysisContext) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.poi.easyexcel.listener.ModelConvertibleListener
- doAfterReturning(Object) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.WebLogAspect
- doAfterReturning(JoinPoint, Object) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.ApiLogAspect
-
处理完请求后执行
- doAfterThrowing(JoinPoint, Exception) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.ApiLogAspect
-
拦截异常操作
- doAround(ProceedingJoinPoint) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.WebLogAspect
- doAround(ProceedingJoinPoint, Encrypted) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.EncryptedAspect
- doAround(ProceedingJoinPoint, SafeConvert) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.SafeConvertAspect
- doBefore(JoinPoint) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.aop.WebLogAspect
- DocConfig - io.github.mangocrisp.spring.taybct.tool.core.doc中的类
-
文档配置
- DocConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.doc.DocConfig
- doGet(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 get 请求
- doGet(String, Header[], Map<String, String>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 get 请求
- doGet(String, Header[], Map<String, String>, Consumer<CloseableHttpResponse>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 get 请求
- DOLLAR - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- DOLLAR_LEFT_BRACE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- doNotCloseAfterDecode() - 类中的方法 feign.BaseBuilder
-
This flag indicates that the response should not be automatically closed upon completion of decoding the message.
- doPost(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 psot 请求
- doPost(String, Header[], Map<String, Object>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 post 请求(表单请求)
- doPost(String, Header[], Map<String, Object>, Consumer<CloseableHttpResponse>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 post 请求(表单请求)
- doRequest(Map<String, Object>, Supplier<HttpUriRequest>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送请求
- doRequest(Map<String, Object>, Supplier<HttpUriRequest>, Consumer<CloseableHttpResponse>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送请求
- doRequestJson(String, Header[], BiFunction<URI, String, HttpUriRequest>, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 JSON 请求
调用的时候可以这样调用: - doRequestJson(String, Header[], Map<String, String>, BiFunction<URI, String, HttpUriRequest>, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 JSON 请求
调用的时候可以这样调用: - doRequestJson(URI, Header[], BiFunction<URI, String, HttpUriRequest>, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 JSON 请求
调用的时候可以这样调用: - doRequestJson(URI, Header[], BiFunction<URI, String, HttpUriRequest>, String, Consumer<CloseableHttpResponse>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.HttpClientUtil
-
发送 JSON 请求
调用的时候可以这样调用: - DOT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- DOUBLE_SLASH - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- download(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- download(String, DownloadCallback<T>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- downloadBase64(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- DriverType - io.github.mangocrisp.spring.taybct.tool.core.ds.sync中的接口
-
目标数据库类型
- dto() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.SyncToAnywhere
-
需要操作的数据,默认拿第一个参数
- DubboConsumerContextFilter - io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter中的类
-
dubbo 服务之间调用的时候传递参数,这个是消费端
- DubboConsumerContextFilter() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter.DubboConsumerContextFilter
- DubboProviderContextFilter - io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter中的类
-
dubbo 服务之间调用的时候传递参数,这个是服务提供端
- DubboProviderContextFilter() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter.DubboProviderContextFilter
- dubboSecurityUtil(ISysParamsObtainService) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.security.config.TokenSecurityConfig
-
如果有 dubbo 的调用,就使用 dubbo 的获取方式,来获取登录用户信息
- DubboSecurityUtil - io.github.mangocrisp.spring.taybct.tool.security.util中的类
-
Dubbo 兼容的 Security 工具类,只有需要用到 dubbo 传输的时候可能会用到
原因就是 dubbo 不是 http 协议传输数据,自然也不会有什么 HttpServletRequest 只能是通过 Dubbo 的 调用链路传递隐式参数 来传输数据,然后这里,我用到两个 Filter,一个传一个接,然后可以通过RpcContext.getContext()
来获取上下文,然后获取参数@see io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter.DubboConsumerContextFilter
@see io.github.mangocrisp.spring.taybct.tool.cloud.dubbo.filter.DubboProviderContextFilter} - DubboSecurityUtil() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.security.util.DubboSecurityUtil
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
BaseBuilder.dismiss404()
instead.