索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
B
- BACK_SLASH - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- BACKTICK - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- BASE_ERROR - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
基础异常,不要慌,这个异常是人为抛出!
- BASE_PACKAGES - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AppConstants
-
基础包名
- BaseBuilder<B extends BaseBuilder<B,
T>, T> - feign中的类 - BaseBuilder() - 类的构造器 feign.BaseBuilder
- BaseController<T extends BaseEntity,
S extends IBaseService<T>> - io.github.mangocrisp.spring.taybct.tool.core.bean.controller中的接口 -
默认指定了 Long 类型主键的 BaseController,查询类型是实体类自己
- BaseEntity<P extends Serializable,
U extends Serializable> - io.github.mangocrisp.spring.taybct.tool.core.bean中的类 -
基础实体类
- BaseEntity() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity
- BaseEntityWrapper<E,
V> - io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil中的类 -
基本包装类
- BaseEntityWrapper() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.BaseEntityWrapper
- BaseException - io.github.mangocrisp.spring.taybct.tool.core.exception.def中的异常错误
-
基础异常
- BaseException() - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(IResultCode) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(IResultCode, String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String, HttpStatus) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String, HttpStatus, String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String, HttpStatus, String, Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String, String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(String, Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(Throwable, String, Object...) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- BaseException(HttpStatus) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.core.exception.def.BaseException
- basePackageClasses() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.cloud.annotation.TayBctCloudConfig
- basePackages() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.cloud.annotation.TayBctCloudConfig
- BaseServiceImpl<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,
T extends BaseEntity> - io.github.mangocrisp.spring.taybct.tool.core.bean.service中的类 -
基础接口类,继承自 MyBatis-plus 的
ServiceImpl
,主要是为了在做新增,修改等操作的时候 加入登录用户的信息,这样知道是谁在什么时候操作了什么。 - BaseServiceImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.bean.service.BaseServiceImpl
- BaseTree - io.github.mangocrisp.spring.taybct.tool.core.util.tree中的类
-
基础树
定义了一个树结构的每一层基本需要有哪些字段,在BaseTree.detail
里面可以扩展一些 在基础树里面没有定义的字段,如果有要扩展这些字段,你可以把这个扩展类型给加上,方便 反序列化BaseTree.detailClass
- BaseTree() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.util.tree.BaseTree
- BASIC_PREFIX - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AuthHeaderConstants
-
Basic认证前缀
- batchImportExcel(ExcelReadData, ExcelParamsDTO, Class<T>, ExcelImpDel) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.service.IExcelService
-
可以将 readExcel 方法读取到的数据转换成指定类型的实体类List
- batchImportExcel(ExcelReadData, ExcelParamsDTO, Class<T>, ExcelImpDel) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.service.impl.ExcelServiceImpl
- bean(String...) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ModelConvertible
-
转换成数据库需要操作的对象
- bean(String...) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.OriginalModel
- bean(T) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.MybatisOptional
-
设置当前的 bean
- beanClass() - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ModelConvertible
-
获取到 bean 的类型
- BeanUtil - io.github.mangocrisp.spring.taybct.tool.core.util中的类
-
bean 工具类
- BeanUtil() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.util.BeanUtil
- before(Method, String[], Object[], Object, AccessibleObject) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.enhance.EnDecryptedHandler
- before(Method, String[], Object[], Object, AccessibleObject) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.enhance.IMethodEnhanceHandler
-
方法执行之前操作
- beforeCreate(DataSourceProperty) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.ds.encrypt.EncryptedDataSourceInitEvent
- beforePrepare(StatementHandler, Connection, Integer) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.DataScopeExtraParamsHandle
- beforePrepare(StatementHandler, Connection, Integer) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.DeleteLogicExtraHandle
- beforePrepare(StatementHandler, Connection, Integer) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.MyBatisExtraParamsHandle
-
StatementHandler.prepare(Connection, Integer)
操作前置处理 - beforePrepare(StatementHandler, Connection, Integer) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.UniqueDeleteLogicExtraHandle
- BindingEQ - io.github.mangocrisp.spring.taybct.tool.core.mq中的类
-
这个类只能用来做示例了,不要打开这个 @AutoConfiguration 如果有需要 配置,应该去自己的模块 配置和 mq 配置匹配的配置
- BindingEQ() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mq.BindingEQ
- BindingEQ.def - io.github.mangocrisp.spring.taybct.tool.core.mq中的接口
-
定义
- BLOCK - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.ROLE
-
冻结
- Bool - io.github.mangocrisp.spring.taybct.tool.core.es.dto.element中的类
-
相关于 sql 里面的 () ,里面的所有的条件在一起为 true
- Bool() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.es.dto.element.Bool
- BOTH - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.DataScopeFilterType
-
一起过滤取合集
- build() - 类中的方法 com.alibaba.cloud.sentinel.feign.SentinelFeign.Builder
- build() - 类中的方法 feign.BaseBuilder
- build(AndOrNot, Function<Function<Query.Builder, ObjectBuilder<Query>>, BoolQuery.Builder>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.es.util.ESQueryUtil
-
构建
- build(FileManageType) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
获取文件服务器
- buildCondition(Map<String, Object>, QueryWrapper<?>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.SqlKeyword
- builder() - 类中的静态方法 com.alibaba.cloud.sentinel.feign.SentinelFeign
- builder() - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.StringUtil
-
创建StringBuilder对象
- builder(int) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.StringUtil
-
创建StringBuilder对象
- builder(CharSequence...) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.StringUtil
-
创建StringBuilder对象
- Builder() - 类的构造器 com.alibaba.cloud.sentinel.feign.SentinelFeign.Builder
- buildQuery(Bool, BoolQuery.Builder) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.es.service.IESService
-
构建 es 查询用的 query
- buildQuery(Bool, BoolQuery.Builder) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.es.service.impl.ESServiceImpl
- buildQuery(Bool, BoolQuery.Builder) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.es.util.ESQueryUtil
-
构建 es 查询用的 query
All Classes and Interfaces|常量字段值|所有程序包|序列化表格