索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

F

fail() - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.result.R
 
fail(IResultCode) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.result.R
 
fail(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.result.R
 
fail(String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.result.R
 
FAILED - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.enums.OperateStatus
失败
FALSE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
 
FAST_DFS - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.file.enums.FileManageType
FastDFS,目前没有在维护了
fastDFSClient(DefaultFastFileStorageClient) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSConfig
 
FastDFSClient - io.github.mangocrisp.spring.taybct.tool.file.config中的类
配置 FastDFS 客户端,用于操作 FastDF 接口
FastDFSClient(DefaultFastFileStorageClient) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
 
FastDFSConfig - io.github.mangocrisp.spring.taybct.tool.file.config中的类
FastDFS 自定义配置文件
FastDFSConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSConfig
 
feign - 程序包 feign
 
FEIGN_ERROR - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
Feign 调用异常
FeignAutoConfiguration - io.github.mangocrisp.spring.taybct.tool.cloud.config中的类
Feign 配置注册
FeignAutoConfiguration() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.cloud.config.FeignAutoConfiguration
 
FeignRequestInterceptor - io.github.mangocrisp.spring.taybct.tool.cloud.interceptor中的类
feign 请求拦截器
FeignRequestInterceptor() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.cloud.interceptor.FeignRequestInterceptor
 
field() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
需要过滤权限的表的关联字段,分两种情况: 1.
FIELD_SEPARATE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PageRequestConstants
字段与字段之间的分隔符
FILE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PropertiesPrefixConstants
文件相关
FileConfig - io.github.mangocrisp.spring.taybct.tool.file.config中的类
对象存储配置
FileConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.config.FileConfig
 
FileManageType - io.github.mangocrisp.spring.taybct.tool.file.enums中的类
配置 对象存储类型,以及类型对应的管理实现类,用于方便随时切换对象存储
FileManageType(String) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.enums.FileManageType
 
FileManageType(String, Class<? extends IFileService>) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.enums.FileManageType
 
FileServiceBuilder - io.github.mangocrisp.spring.taybct.tool.file.util中的类
文件服务构建器
根据配置的使用不同的文件对象存储服务,动态的改变来构建文件服务,这是考虑到线上一些不可知的因素,如果要临时换文件服务,那不同的文件服务, 请求接口肯定是不尽相同的,所以这个类相当于是统一了请求的接口,让请求变得相同,然后去获取不同的文件服务
FileServiceBuilder() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
 
FileServiceFastDFSImpl - io.github.mangocrisp.spring.taybct.tool.file.service.impl中的类
FastDFS 文件存储
FileServiceFastDFSImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
 
FileServiceLocalImpl - io.github.mangocrisp.spring.taybct.tool.file.service.impl中的类
本地文件存储,上传的文件会存储在服务器的某个文件夹,这是没有配置对象存储器的情况下会使用的一种文件管理方式,如果使用这种方式,得做好文件的后续管理工作。
FileServiceLocalImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceLocalImpl
 
FileServiceMinioImpl - io.github.mangocrisp.spring.taybct.tool.file.service.impl中的类
MinIO 文件管理,这个类主要是操作 MinIO 上的文件
FileServiceMinioImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceMinioImpl
 
FileServiceOSSImpl - io.github.mangocrisp.spring.taybct.tool.file.service.impl中的类
OSS 文件管理,这个类主要是操作 OSS 上的文件
FileServiceOSSImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceOSSImpl
 
FileUploadException - io.github.mangocrisp.spring.taybct.tool.file.exception中的异常错误
文件上传异常
FileUploadException(String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.file.exception.FileUploadException
 
FileUploadException(String, Integer) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.file.exception.FileUploadException
 
FileUploadException(String, Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.tool.file.exception.FileUploadException
 
FileUploadUtil - io.github.mangocrisp.spring.taybct.tool.file.util中的类
文件上传工具类
FileUploadUtil(LocalConfig, FileConfig) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.file.util.FileUploadUtil
 
fill() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.TableFieldDefault
字段自动填充策略
默认只在新增插入操作的时候自动填充
filter(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.SqlKeyword
 
filter(T) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.util.comparator.MapComparator
过滤
filterType() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
按用户,还是按角色过滤,或者取合集过滤,这里默认按用户过滤
FilterType - io.github.mangocrisp.spring.taybct.tool.core.util.comparator中的Enum Class
过滤类型
finalize() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
 
FIXED - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.rsa.RSACoder.KeypairType
固定的密钥对
FIXED - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.sm.SM2Coder.KeypairType
固定的密钥对
FORBID - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.DataScopeGetNotDealType
不允许
FORCE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.OperateType
强退
from(E) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.MybatisOptional
同 JSONObject.from,不同的是可以往里面加数据,也可以直接替换
from(E, boolean) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.MybatisOptional
同 JSONObject.from,不同的是可以往里面加数据,也可以直接替换
fromCondition(Supplier<E>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.util.MybatisOptional
同 JSONObject.from,不同的是可以往里面加数据,也可以直接替换
FullBaseController<T extends BaseEntity,S extends IBaseService<T>,P extends Serializable,Q extends T,A extends T,U extends T> - io.github.mangocrisp.spring.taybct.tool.core.bean.controller中的接口
请求基础类
基础 Controller 按照 RESTful 来实现的:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格