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

A

ACCEPTED - 类 中的静态变量com.founder.common.core.constant.HttpStatus
请求已经被接受
addCell(Excel, Row, T, Field, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
添加单元格
addStatisticsRow() - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建统计行
AjaxResult - com.founder.common.core.web.domain中的类
操作消息提醒
AjaxResult() - 类 的构造器com.founder.common.core.web.domain.AjaxResult
初始化一个新创建的 AjaxResult 对象,使其表示一个空消息。
AjaxResult(int, String) - 类 的构造器com.founder.common.core.web.domain.AjaxResult
初始化一个新创建的 AjaxResult 对象
AjaxResult(int, String, Object) - 类 的构造器com.founder.common.core.web.domain.AjaxResult
初始化一个新创建的 AjaxResult 对象
AUTH_SERVICE - 类 中的静态变量com.founder.common.core.constant.ServiceNameConstants
认证服务的serviceid
AUTHORIZATION_HEADER - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
授权信息字段

B

BACKSLASH - 类 中的静态变量com.founder.common.core.utils.file.FileUtils
字符常量:反斜杠 '\\'
BAD_METHOD - 类 中的静态变量com.founder.common.core.constant.HttpStatus
不允许的http方法
BAD_REQUEST - 类 中的静态变量com.founder.common.core.constant.HttpStatus
参数列表错误(缺少,格式不匹配)
Base64 - com.founder.common.core.utils.sign中的类
Base64工具类
Base64() - 类 的构造器com.founder.common.core.utils.sign.Base64
 
BASE_ENTITY - 类 中的静态变量com.founder.common.core.constant.GenConstants
Entity基类字段
BaseController - com.founder.common.core.web.controller中的类
web层通用数据处理
BaseController() - 类 的构造器com.founder.common.core.web.controller.BaseController
 
BaseEntity - com.founder.common.core.web.domain中的类
Entity基类
BaseEntity() - 类 的构造器com.founder.common.core.web.domain.BaseEntity
 
BaseException - com.founder.common.core.exception.base中的异常错误
基础异常
BaseException(String, String, Object[], String) - 异常错误 的构造器com.founder.common.core.exception.base.BaseException
 
BaseException(String, String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.base.BaseException
 
BaseException(String, String) - 异常错误 的构造器com.founder.common.core.exception.base.BaseException
 
BaseException(String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.base.BaseException
 
BaseException(String) - 异常错误 的构造器com.founder.common.core.exception.base.BaseException
 
BaseException - com.founder.common.core.exception中的异常错误
基础异常
BaseException(String, String, Object[], String) - 异常错误 的构造器com.founder.common.core.exception.BaseException
 
BaseException(String, String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.BaseException
 
BaseException(String, String) - 异常错误 的构造器com.founder.common.core.exception.BaseException
 
BaseException(String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.BaseException
 
BaseException(String) - 异常错误 的构造器com.founder.common.core.exception.BaseException
 
BeanUtils - com.founder.common.core.utils.bean中的类
Bean 工具类
BeanUtils() - 类 的构造器com.founder.common.core.utils.bean.BeanUtils
 
buildPageRequest() - 类 中的静态方法com.founder.common.core.web.page.TableSupport
 

C

C_BACKSLASH - 类 中的静态变量com.founder.common.core.text.StrFormatter
 
C_DELIM_END - 类 中的静态变量com.founder.common.core.text.StrFormatter
 
C_DELIM_START - 类 中的静态变量com.founder.common.core.text.StrFormatter
 
CacheConstants - com.founder.common.core.constant中的类
缓存的key 常量
CacheConstants() - 类 的构造器com.founder.common.core.constant.CacheConstants
 
CAPTCHA_CODE_KEY - 类 中的静态变量com.founder.common.core.constant.Constants
验证码 redis key
CAPTCHA_EXPIRATION - 类 中的静态变量com.founder.common.core.constant.Constants
验证码有效期(分钟)
CaptchaException - com.founder.common.core.exception中的异常错误
验证码错误异常类
CaptchaException(String) - 异常错误 的构造器com.founder.common.core.exception.CaptchaException
 
CaptchaExpireException - com.founder.common.core.exception.user中的异常错误
验证码失效异常类
CaptchaExpireException() - 异常错误 的构造器com.founder.common.core.exception.user.CaptchaExpireException
 
cast(Object) - 类 中的静态方法com.founder.common.core.utils.StringUtils
 
charset(String) - 类 中的静态方法com.founder.common.core.text.CharsetKit
转换为Charset对象
CHARSET_GBK - 类 中的静态变量com.founder.common.core.text.CharsetKit
GBK
CHARSET_ISO_8859_1 - 类 中的静态变量com.founder.common.core.text.CharsetKit
ISO-8859-1
CHARSET_UTF_8 - 类 中的静态变量com.founder.common.core.text.CharsetKit
UTF-8
CharsetKit - com.founder.common.core.text中的类
字符集工具类
CharsetKit() - 类 的构造器com.founder.common.core.text.CharsetKit
 
checkAllowDownload(String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
检查文件是否可下载
CheckedException - com.founder.common.core.exception中的异常错误
检查异常
CheckedException(String) - 异常错误 的构造器com.founder.common.core.exception.CheckedException
 
CheckedException(Throwable) - 异常错误 的构造器com.founder.common.core.exception.CheckedException
 
CheckedException(String, Throwable) - 异常错误 的构造器com.founder.common.core.exception.CheckedException
 
CheckedException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.founder.common.core.exception.CheckedException
 
chr(int) - 类 中的静态方法com.founder.common.core.utils.html.HTMLFilter
 
clazz - 类 中的变量com.founder.common.core.utils.poi.ExcelUtil
实体对象
clean(String) - 类 中的静态方法com.founder.common.core.utils.html.EscapeUtil
清除所有HTML标签,但是不删除标签内的内容
clockSequence() - 类 中的方法com.founder.common.core.text.UUID
与此 UUID 相关联的时钟序列值。
CODE_TAG - 类 中的静态变量com.founder.common.core.web.domain.AjaxResult
状态码
COLUMNNAME_NOT_EDIT - 类 中的静态变量com.founder.common.core.constant.GenConstants
页面不需要编辑字段
COLUMNNAME_NOT_LIST - 类 中的静态变量com.founder.common.core.constant.GenConstants
页面不需要显示的列表字段
COLUMNNAME_NOT_QUERY - 类 中的静态变量com.founder.common.core.constant.GenConstants
页面不需要查询字段
COLUMNTYPE_NUMBER - 类 中的静态变量com.founder.common.core.constant.GenConstants
数据库数字类型
COLUMNTYPE_STR - 类 中的静态变量com.founder.common.core.constant.GenConstants
数据库字符串类型
COLUMNTYPE_TEXT - 类 中的静态变量com.founder.common.core.constant.GenConstants
数据库文本类型
COLUMNTYPE_TIME - 类 中的静态变量com.founder.common.core.constant.GenConstants
数据库时间类型
com.founder.common.core.annotation - 程序包 com.founder.common.core.annotation
 
com.founder.common.core.constant - 程序包 com.founder.common.core.constant
 
com.founder.common.core.domain - 程序包 com.founder.common.core.domain
 
com.founder.common.core.enums - 程序包 com.founder.common.core.enums
 
com.founder.common.core.exception - 程序包 com.founder.common.core.exception
 
com.founder.common.core.exception.base - 程序包 com.founder.common.core.exception.base
 
com.founder.common.core.exception.file - 程序包 com.founder.common.core.exception.file
 
com.founder.common.core.exception.job - 程序包 com.founder.common.core.exception.job
 
com.founder.common.core.exception.user - 程序包 com.founder.common.core.exception.user
 
com.founder.common.core.text - 程序包 com.founder.common.core.text
 
com.founder.common.core.utils - 程序包 com.founder.common.core.utils
 
com.founder.common.core.utils.bean - 程序包 com.founder.common.core.utils.bean
 
com.founder.common.core.utils.file - 程序包 com.founder.common.core.utils.file
 
com.founder.common.core.utils.html - 程序包 com.founder.common.core.utils.html
 
com.founder.common.core.utils.ip - 程序包 com.founder.common.core.utils.ip
 
com.founder.common.core.utils.poi - 程序包 com.founder.common.core.utils.poi
 
com.founder.common.core.utils.reflect - 程序包 com.founder.common.core.utils.reflect
 
com.founder.common.core.utils.sign - 程序包 com.founder.common.core.utils.sign
 
com.founder.common.core.utils.sql - 程序包 com.founder.common.core.utils.sql
 
com.founder.common.core.web.controller - 程序包 com.founder.common.core.web.controller
 
com.founder.common.core.web.domain - 程序包 com.founder.common.core.web.domain
 
com.founder.common.core.web.page - 程序包 com.founder.common.core.web.page
 
compareTo(UUID) - 类 中的方法com.founder.common.core.text.UUID
将此 UUID 与指定的 UUID 比较。
CONFLICT - 类 中的静态变量com.founder.common.core.constant.HttpStatus
资源冲突,或者资源被锁
Constants - com.founder.common.core.constant中的类
通用常量信息
Constants() - 类 的构造器com.founder.common.core.constant.Constants
 
containsBean(String) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
如果BeanFactory包含一个与所给名称匹配的bean定义,则返回true
convert(String, String, String) - 类 中的静态方法com.founder.common.core.text.CharsetKit
转换字符串的字符集编码
convert(String, Charset, Charset) - 类 中的静态方法com.founder.common.core.text.CharsetKit
转换字符串的字符集编码
Convert - com.founder.common.core.text中的类
类型转换器
Convert() - 类 的构造器com.founder.common.core.text.Convert
 
convertByExp(String, String, String) - 类 中的静态方法com.founder.common.core.utils.poi.ExcelUtil
解析导出值 0=男,1=女,2=未知
convertReflectionExceptionToUnchecked(String, Exception) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
将反射时的checked exception转换为unchecked exception.
convertToCamelCase(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
将下划线大写方式命名的字符串转换为驼峰式。
copyBeanProp(Object, Object) - 类 中的静态方法com.founder.common.core.utils.bean.BeanUtils
Bean属性复制工具方法。
createCell(Excel, Row, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建单元格
CREATED - 类 中的静态变量com.founder.common.core.constant.HttpStatus
对象创建成功
createSheet(double, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建工作表
createWorkbook() - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建一个工作簿
CustomException - com.founder.common.core.exception中的异常错误
自定义异常
CustomException(String) - 异常错误 的构造器com.founder.common.core.exception.CustomException
 
CustomException(String, Integer) - 异常错误 的构造器com.founder.common.core.exception.CustomException
 
CustomException(String, Throwable) - 异常错误 的构造器com.founder.common.core.exception.CustomException
 

D

DATA_TAG - 类 中的静态变量com.founder.common.core.web.domain.AjaxResult
数据对象
datePath() - 类 中的静态方法com.founder.common.core.utils.DateUtils
日期路径 即年/月/日 如2018/08/08
dateTime(Date) - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
dateTime(String, String) - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
dateTime() - 类 中的静态方法com.founder.common.core.utils.DateUtils
日期路径 即年/月/日 如20180808
dateTimeNow() - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
dateTimeNow(String) - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
DateUtils - com.founder.common.core.utils中的类
时间工具类
DateUtils() - 类 的构造器com.founder.common.core.utils.DateUtils
 
decode(String) - 类 中的静态方法com.founder.common.core.utils.html.EscapeUtil
Escape解码
decode(String) - 类 中的静态方法com.founder.common.core.utils.sign.Base64
Decodes Base64 data into octects
DEFAULT_ALLOWED_EXTENSION - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
deleteFile(String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
删除文件
DemoModeException - com.founder.common.core.exception中的异常错误
演示模式异常
DemoModeException() - 异常错误 的构造器com.founder.common.core.exception.DemoModeException
 
DEPT_DISABLE - 类 中的静态变量com.founder.common.core.constant.UserConstants
部门停用状态
DEPT_NORMAL - 类 中的静态变量com.founder.common.core.constant.UserConstants
部门正常状态
DETAILS_USER_ID - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
用户ID字段
DETAILS_USERNAME - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
用户名字段
DICT_NORMAL - 类 中的静态变量com.founder.common.core.constant.UserConstants
字典正常状态
digitUppercase(double) - 类 中的静态方法com.founder.common.core.text.Convert
数字金额大写转换 先写个完整的然后将如零拾替换成零

E

EMPTY_JSON - 类 中的静态变量com.founder.common.core.text.StrFormatter
 
encode(byte[]) - 类 中的静态方法com.founder.common.core.utils.sign.Base64
Encodes hex octects into Base64
encryptPassword(String) - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
生成BCryptPasswordEncoder密码
equals(Object) - 类 中的方法com.founder.common.core.text.UUID
将此对象与指定对象比较。
ERROR - 类 中的静态变量com.founder.common.core.constant.HttpStatus
系统内部错误
error() - 类 中的方法com.founder.common.core.web.controller.BaseController
返回失败消息
error(String) - 类 中的方法com.founder.common.core.web.controller.BaseController
返回失败消息
error() - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回错误消息
error(String) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回错误消息
error(String, Object) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回错误消息
error(int, String) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回错误消息
escape(String) - 类 中的静态方法com.founder.common.core.utils.html.EscapeUtil
转义文本中的HTML字符为安全的字符
escape(char) - 类 中的静态方法com.founder.common.core.utils.ReUtil
转义字符,将正则的关键字转义
escape(CharSequence) - 类 中的静态方法com.founder.common.core.utils.ReUtil
转义字符串,将正则的关键字转义
escapeOrderBySql(String) - 类 中的静态方法com.founder.common.core.utils.sql.SqlUtil
检查字符,防止注入绕过
EscapeUtil - com.founder.common.core.utils.html中的类
转义和反转义工具类
EscapeUtil() - 类 的构造器com.founder.common.core.utils.html.EscapeUtil
 
Excel - com.founder.common.core.annotation中的注释类型
自定义导出Excel数据注解
Excel.Align - com.founder.common.core.annotation中的枚举
 
Excel.ColumnType - com.founder.common.core.annotation中的枚举
 
Excel.Type - com.founder.common.core.annotation中的枚举
 
Excels - com.founder.common.core.annotation中的注释类型
Excel注解集
ExcelUtil<T> - com.founder.common.core.utils.poi中的类
Excel相关处理
ExcelUtil(Class<T>) - 类 的构造器com.founder.common.core.utils.poi.ExcelUtil
 
EXCEPTION - 类 中的静态变量com.founder.common.core.constant.UserConstants
异常状态
ExceptionUtil - com.founder.common.core.utils中的类
错误信息处理类。
ExceptionUtil() - 类 的构造器com.founder.common.core.utils.ExceptionUtil
 
exportExcel(HttpServletResponse, List<T>, String) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
对list数据源将其里面的数据导入到excel表单
exportExcel(OutputStream) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
对list数据源将其里面的数据导入到excel表单

F

FAIL - 类 中的静态变量com.founder.common.core.constant.Constants
失败标记
FAIL - 类 中的静态变量com.founder.common.core.domain.R
失败
fail() - 类 中的静态方法com.founder.common.core.domain.R
 
fail(String) - 类 中的静态方法com.founder.common.core.domain.R
 
fail(T) - 类 中的静态方法com.founder.common.core.domain.R
 
fail(T, String) - 类 中的静态方法com.founder.common.core.domain.R
 
fail(int, String) - 类 中的静态方法com.founder.common.core.domain.R
 
fastSimpleUUID() - 类 中的静态方法com.founder.common.core.utils.IdUtils
简化的UUID,去掉了横线,使用性能更好的ThreadLocalRandom生成UUID
fastUUID() - 类 中的静态方法com.founder.common.core.text.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。
fastUUID() - 类 中的静态方法com.founder.common.core.utils.IdUtils
获取随机UUID,使用性能更好的ThreadLocalRandom生成UUID
FILE_SERVICE - 类 中的静态变量com.founder.common.core.constant.ServiceNameConstants
文件服务的serviceid
FileException - com.founder.common.core.exception.file中的异常错误
文件信息异常类
FileException(String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.file.FileException
 
FILENAME_PATTERN - 类 中的静态变量com.founder.common.core.utils.file.FileUtils
 
FileNameLengthLimitExceededException - com.founder.common.core.exception.file中的异常错误
文件名称超长限制异常类
FileNameLengthLimitExceededException(int) - 异常错误 的构造器com.founder.common.core.exception.file.FileNameLengthLimitExceededException
 
FileSizeLimitExceededException - com.founder.common.core.exception.file中的异常错误
文件名大小限制异常类
FileSizeLimitExceededException(long) - 异常错误 的构造器com.founder.common.core.exception.file.FileSizeLimitExceededException
 
FileTypeUtils - com.founder.common.core.utils.file中的类
文件类型工具类
FileTypeUtils() - 类 的构造器com.founder.common.core.utils.file.FileTypeUtils
 
FileUtils - com.founder.common.core.utils.file中的类
文件处理工具类
FileUtils() - 类 的构造器com.founder.common.core.utils.file.FileUtils
 
fillExcelData(int, Row) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
填充excel数据
filter(String) - 类 中的方法com.founder.common.core.utils.html.HTMLFilter
given a user submitted input String, filter out any invalid or restricted html.
findAll(Pattern, CharSequence, int, T) - 类 中的静态方法com.founder.common.core.utils.ReUtil
取得内容中匹配的所有结果
FLASH_EXTENSION - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
FORBIDDEN - 类 中的静态变量com.founder.common.core.constant.HttpStatus
访问受限,授权过期
format(String, Object...) - 类 中的静态方法com.founder.common.core.text.StrFormatter
格式化字符串
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") -> this is a for b
转义{}: format("this is \\{} for {}", "a", "b") -> this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") -> this is \a for b
format(String, Object...) - 类 中的静态方法com.founder.common.core.utils.StringUtils
格式化文本, {} 表示占位符
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") -> this is a for b
转义{}: format("this is \\{} for {}", "a", "b") -> this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") -> this is \a for b
FROM_SOURCE - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
请求来源
fromString(String) - 类 中的静态方法com.founder.common.core.text.UUID
根据 UUID.toString() 方法中描述的字符串标准表示形式创建UUID

G

GBK - 类 中的静态变量com.founder.common.core.constant.Constants
GBK 字符集
GBK - 类 中的静态变量com.founder.common.core.text.CharsetKit
GBK
GenConstants - com.founder.common.core.constant中的类
代码生成通用常量
GenConstants() - 类 的构造器com.founder.common.core.constant.GenConstants
 
getAccessibleField(Object, String) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
getAccessibleMethod(Object, String, Class<?>...) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getAccessibleMethodByName(Object, String, int) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getAliases(String) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
如果给定的bean名字在bean定义中有别名,则返回这些别名
getAllowedExtension() - 异常错误 中的方法com.founder.common.core.exception.file.InvalidExtensionException
 
getAncestors() - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
getAopProxy(T) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
获取aop代理对象
getArgs() - 异常错误 中的方法com.founder.common.core.exception.base.BaseException
 
getArgs() - 异常错误 中的方法com.founder.common.core.exception.BaseException
 
getBean(String) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
获取对象
getBean(Class<T>) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
获取类型为requiredType的对象
getCellValue(Row, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
获取单元格值
getChildren() - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
getClassGenricType(Class) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处 如无法找到, 返回Object.class.
getClassGenricType(Class, int) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
getCode() - 类 中的方法com.founder.common.core.domain.R
 
getCode() - 枚举 中的方法com.founder.common.core.enums.UserStatus
 
getCode() - 异常错误 中的方法com.founder.common.core.exception.base.BaseException
 
getCode() - 异常错误 中的方法com.founder.common.core.exception.BaseException
 
getCode() - 异常错误 中的方法com.founder.common.core.exception.CustomException
 
getCode() - 异常错误 中的方法com.founder.common.core.exception.job.TaskException
 
getCode() - 异常错误 中的方法com.founder.common.core.exception.ServiceException
 
getCode() - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
getCreateBy() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getCreateTime() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getData() - 类 中的方法com.founder.common.core.domain.R
 
getDataTable(List<?>) - 类 中的方法com.founder.common.core.web.controller.BaseController
响应请求分页数据
getDate() - 类 中的静态方法com.founder.common.core.utils.DateUtils
获取当前日期, 默认格式为yyyy-MM-dd
getDatePoor(Date, Date) - 类 中的静态方法com.founder.common.core.utils.DateUtils
计算两个时间差
getDefaultMessage() - 异常错误 中的方法com.founder.common.core.exception.base.BaseException
 
getDefaultMessage() - 异常错误 中的方法com.founder.common.core.exception.BaseException
 
getDetailMessage() - 异常错误 中的方法com.founder.common.core.exception.GlobalException
 
getDetailMessage() - 异常错误 中的方法com.founder.common.core.exception.ServiceException
 
getDrawingPatriarch(Sheet) - 类 中的静态方法com.founder.common.core.utils.poi.ExcelUtil
获取画布
getExceptionMessage(Throwable) - 类 中的静态方法com.founder.common.core.utils.ExceptionUtil
获取exception的详细错误信息。
getExtension() - 异常错误 中的方法com.founder.common.core.exception.file.InvalidExtensionException
 
getExtension(String) - 类 中的静态方法com.founder.common.core.utils.file.MimeTypeUtils
 
getFieldValue(Object, String) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
直接读取对象属性值, 无视private/protected修饰符, 不经过getter函数.
getFile(String) - 类 中的静态方法com.founder.common.core.utils.file.ImageUtils
 
getFileExtendName(byte[]) - 类 中的静态方法com.founder.common.core.utils.file.FileTypeUtils
获取文件类型
getFilename() - 异常错误 中的方法com.founder.common.core.exception.file.InvalidExtensionException
 
getFileType(File) - 类 中的静态方法com.founder.common.core.utils.file.FileTypeUtils
获取文件类型 例如: ruoyi.txt, 返回: txt
getFileType(String) - 类 中的静态方法com.founder.common.core.utils.file.FileTypeUtils
获取文件类型 例如: ruoyi.txt, 返回: txt
getGetterMethods(Object) - 类 中的静态方法com.founder.common.core.utils.bean.BeanUtils
获取对象的getter方法。
getHeaders(HttpServletRequest) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
 
getHostIp() - 类 中的静态方法com.founder.common.core.utils.ip.IpUtils
 
getHostName() - 类 中的静态方法com.founder.common.core.utils.ip.IpUtils
 
getImage(String) - 类 中的静态方法com.founder.common.core.utils.file.ImageUtils
 
getImageType(byte[]) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
获取图片类型,设置图片插入类型
getInfo() - 枚举 中的方法com.founder.common.core.enums.UserStatus
 
getIpAddr(HttpServletRequest) - 类 中的静态方法com.founder.common.core.utils.ip.IpUtils
 
getIsAsc() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getLeastSignificantBits() - 类 中的方法com.founder.common.core.text.UUID
返回此 UUID 的 128 位值中的最低有效 64 位。
getMessage() - 异常错误 中的方法com.founder.common.core.exception.CustomException
 
getMessage() - 异常错误 中的方法com.founder.common.core.exception.GlobalException
 
getMessage() - 异常错误 中的方法com.founder.common.core.exception.ServiceException
 
getModule() - 异常错误 中的方法com.founder.common.core.exception.base.BaseException
 
getModule() - 异常错误 中的方法com.founder.common.core.exception.BaseException
 
getMostSignificantBits() - 类 中的方法com.founder.common.core.text.UUID
返回此 UUID 的 128 位值中的最高有效 64 位。
getMsg() - 类 中的方法com.founder.common.core.domain.R
 
getMsg() - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
getName(String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
返回文件名
getNowDate() - 类 中的静态方法com.founder.common.core.utils.DateUtils
获取当前Date型日期
getOrderBy() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getOrderByColumn() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getOrderNum() - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
getPageDomain() - 类 中的静态方法com.founder.common.core.web.page.TableSupport
封装分页对象
getPageNum() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getPageSize() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getParameter(String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取String参数
getParameter(String, String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取String参数
getParameterToBool(String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取Boolean参数
getParameterToBool(String, Boolean) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取Boolean参数
getParameterToInt(String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取Integer参数
getParameterToInt(String, Integer) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取Integer参数
getParams() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getParentId() - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
getParentName() - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
getRandom() - 类 中的静态方法com.founder.common.core.text.UUID
获取随机数生成器对象
ThreadLocalRandom是JDK 7之后提供并发产生随机数,能够解决多个线程发生的竞争争夺。
getReasonable() - 类 中的方法com.founder.common.core.web.page.PageDomain
 
getRemark() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getRequest() - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取request
getRequestAttributes() - 类 中的静态方法com.founder.common.core.utils.ServletUtils
 
getResponse() - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取response
getRootErrorMessage(Exception) - 类 中的静态方法com.founder.common.core.utils.ExceptionUtil
 
getRowHeight() - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
根据注解获取最大行高
getRows() - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
getSearchValue() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getSecureRandom() - 类 中的静态方法com.founder.common.core.text.UUID
获取SecureRandom,类提供加密的强随机数生成器 (RNG)
getServerStartDate() - 类 中的静态方法com.founder.common.core.utils.DateUtils
获取服务器启动时间
getSession() - 类 中的静态方法com.founder.common.core.utils.ServletUtils
获取session
getSetterMethods(Object) - 类 中的静态方法com.founder.common.core.utils.bean.BeanUtils
获取对象的setter方法。
getTime() - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
getToken() - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
获取请求token
getToken(HttpServletRequest) - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
根据request获取请求token
getTotal() - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
getType(String) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
 
getUpdateBy() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getUpdateTime() - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
getUserClass(Object) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
 
getUserId() - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
获取用户ID
getUsername() - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
获取用户
getValue() - 枚举 中的方法com.founder.common.core.constant.ScheduleConstants.Status
 
GlobalException - com.founder.common.core.exception中的异常错误
全局异常
GlobalException() - 异常错误 的构造器com.founder.common.core.exception.GlobalException
空构造方法,避免反序列化问题
GlobalException(String) - 异常错误 的构造器com.founder.common.core.exception.GlobalException
 
GROUP_VAR - 类 中的静态变量com.founder.common.core.utils.ReUtil
 

H

hashCode() - 类 中的方法com.founder.common.core.text.UUID
返回此 UUID 的哈希码。
hasText(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
判断是否为空,并且不是空白字符
HTML_CHECKBOX - 类 中的静态变量com.founder.common.core.constant.GenConstants
复选框
HTML_DATETIME - 类 中的静态变量com.founder.common.core.constant.GenConstants
日期控件
HTML_EDITOR - 类 中的静态变量com.founder.common.core.constant.GenConstants
富文本控件
HTML_FILE_UPLOAD - 类 中的静态变量com.founder.common.core.constant.GenConstants
文件上传控件
HTML_IMAGE_UPLOAD - 类 中的静态变量com.founder.common.core.constant.GenConstants
图片上传控件
HTML_INPUT - 类 中的静态变量com.founder.common.core.constant.GenConstants
文本框
HTML_RADIO - 类 中的静态变量com.founder.common.core.constant.GenConstants
单选框
HTML_SELECT - 类 中的静态变量com.founder.common.core.constant.GenConstants
下拉框
HTML_TEXTAREA - 类 中的静态变量com.founder.common.core.constant.GenConstants
文本域
HTMLFilter - com.founder.common.core.utils.html中的类
HTML过滤器,用于去除XSS漏洞隐患。
HTMLFilter() - 类 的构造器com.founder.common.core.utils.html.HTMLFilter
Default constructor.
HTMLFilter(Map<String, Object>) - 类 的构造器com.founder.common.core.utils.html.HTMLFilter
Map-parameter configurable constructor.
htmlSpecialChars(String) - 类 中的静态方法com.founder.common.core.utils.html.HTMLFilter
 
HTTP - 类 中的静态变量com.founder.common.core.constant.Constants
http请求
HTTPS - 类 中的静态变量com.founder.common.core.constant.Constants
https请求
HttpStatus - com.founder.common.core.constant中的类
返回状态码
HttpStatus() - 类 的构造器com.founder.common.core.constant.HttpStatus
 

I

IdUtils - com.founder.common.core.utils中的类
ID生成器工具类
IdUtils() - 类 的构造器com.founder.common.core.utils.IdUtils
 
IMAGE_BMP - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
IMAGE_EXTENSION - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
IMAGE_GIF - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
IMAGE_JPEG - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
IMAGE_JPG - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
IMAGE_PNG - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
ImageUtils - com.founder.common.core.utils.file中的类
图片处理工具类
ImageUtils() - 类 的构造器com.founder.common.core.utils.file.ImageUtils
 
importExcel(InputStream) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
对excel表单默认第一个索引名转换成list
importExcel(String, InputStream) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
对excel表单指定表格索引名转换成list
importTemplateExcel(HttpServletResponse, String) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
对list数据源将其里面的数据导入到excel表单
init(List<T>, String, Excel.Type) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
 
initBinder(WebDataBinder) - 类 中的方法com.founder.common.core.web.controller.BaseController
将前台传递过来的日期格式的字符串,自动转化为Date类型
INNER - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
内部请求
INNER_LINK - 类 中的静态变量com.founder.common.core.constant.UserConstants
InnerLink组件标识
InnerAuthException - com.founder.common.core.exception中的异常错误
内部认证异常
InnerAuthException(String) - 异常错误 的构造器com.founder.common.core.exception.InnerAuthException
 
inStringIgnoreCase(String, String...) - 类 中的静态方法com.founder.common.core.utils.StringUtils
是否包含字符串
internalIp(String) - 类 中的静态方法com.founder.common.core.utils.ip.IpUtils
 
InvalidExtensionException - com.founder.common.core.exception.file中的异常错误
文件上传 误异常类
InvalidExtensionException(String[], String, String) - 异常错误 的构造器com.founder.common.core.exception.file.InvalidExtensionException
 
InvalidExtensionException.InvalidFlashExtensionException - com.founder.common.core.exception.file中的异常错误
 
InvalidExtensionException.InvalidImageExtensionException - com.founder.common.core.exception.file中的异常错误
 
InvalidExtensionException.InvalidMediaExtensionException - com.founder.common.core.exception.file中的异常错误
 
InvalidExtensionException.InvalidVideoExtensionException - com.founder.common.core.exception.file中的异常错误
 
InvalidFlashExtensionException(String[], String, String) - 异常错误 的构造器com.founder.common.core.exception.file.InvalidExtensionException.InvalidFlashExtensionException
 
InvalidImageExtensionException(String[], String, String) - 异常错误 的构造器com.founder.common.core.exception.file.InvalidExtensionException.InvalidImageExtensionException
 
InvalidMediaExtensionException(String[], String, String) - 异常错误 的构造器com.founder.common.core.exception.file.InvalidExtensionException.InvalidMediaExtensionException
 
InvalidVideoExtensionException(String[], String, String) - 异常错误 的构造器com.founder.common.core.exception.file.InvalidExtensionException.InvalidVideoExtensionException
 
invokeGetter(Object, String) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
调用Getter方法.
invokeMethod(Object, String, Class<?>[], Object[]) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
直接调用对象方法, 无视private/protected修饰符.
invokeMethodByName(Object, String, Object[]) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
直接调用对象方法, 无视private/protected修饰符, 用于一次性调用的情况,否则应使用getAccessibleMethodByName()函数获得Method后反复调用.
invokeSetter(Object, String, E) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
调用Setter方法, 仅匹配方法名。
IpUtils - com.founder.common.core.utils.ip中的类
获取IP方法
IpUtils() - 类 的构造器com.founder.common.core.utils.ip.IpUtils
 
IS_ASC - 类 中的静态变量com.founder.common.core.constant.Constants
排序的方向 "desc" 或者 "asc".
IS_ASC - 类 中的静态变量com.founder.common.core.web.page.TableSupport
排序的方向 "desc" 或者 "asc".
isAdmin(Long) - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
是否为管理员
isAjaxRequest(HttpServletRequest) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
是否是Ajax异步请求
isAlwaysMakeTags() - 类 中的方法com.founder.common.core.utils.html.HTMLFilter
 
isArray(Object) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个对象是否是数组类型(Java基本型别的数组)
isEmpty(Collection<?>) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个Collection是否为空, 包含List,Set,Queue
isEmpty(Object[]) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个对象数组是否为空
isEmpty(Map<?, ?>) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个Map是否为空
isEmpty(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个字符串是否为空串
isFileSeparator(char) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
是否为Windows或者Linux(Unix)文件分隔符
Windows平台下分隔符为\,Linux(Unix)为/
ishttp(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
是否为http(s)://开头
isMatch(String, String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
判断url是否与规则配置: ?
isMethodPropEquals(String, String) - 类 中的静态方法com.founder.common.core.utils.bean.BeanUtils
检查Bean方法名中的属性名是否相等。
isNotEmpty(Collection<?>) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个Collection是否非空,包含List,Set,Queue
isNotEmpty(Object[]) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个对象数组是否非空
isNotEmpty(Map<?, ?>) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个Map是否为空
isNotEmpty(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个字符串是否为非空串
isNotNull(Object) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个对象是否非空
isNull(Object) - 类 中的静态方法com.founder.common.core.utils.StringUtils
* 判断一个对象是否为空
ISO_8859_1 - 类 中的静态变量com.founder.common.core.text.CharsetKit
ISO-8859-1
isSingleton(String) - 类 中的静态方法com.founder.common.core.utils.SpringUtils
判断以给定名字注册的bean定义是一个singleton还是一个prototype。
isStripComments() - 类 中的方法com.founder.common.core.utils.html.HTMLFilter
 
isValidFilename(String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
文件名称验证
isValidOrderBySql(String) - 类 中的静态方法com.founder.common.core.utils.sql.SqlUtil
验证 order by 语法是否符合规范

L

LAYOUT - 类 中的静态变量com.founder.common.core.constant.UserConstants
Layout组件标识
logger - 类 中的变量com.founder.common.core.web.controller.BaseController
 
LOGIN_FAIL - 类 中的静态变量com.founder.common.core.constant.Constants
登录失败
LOGIN_SUCCESS - 类 中的静态变量com.founder.common.core.constant.Constants
登录成功
LOGIN_TOKEN_KEY - 类 中的静态变量com.founder.common.core.constant.CacheConstants
权限缓存前缀
LOGOUT - 类 中的静态变量com.founder.common.core.constant.Constants
注销
LOOKUP_LDAP - 类 中的静态变量com.founder.common.core.constant.Constants
LDAP 远程方法调用
LOOKUP_RMI - 类 中的静态变量com.founder.common.core.constant.Constants
RMI 远程方法调用

M

main(String[]) - 类 中的静态方法com.founder.common.core.utils.html.EscapeUtil
 
makeAccessible(Method) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
改变private/protected的方法为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
makeAccessible(Field) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
改变private/protected的成员变量为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
matches(String, List<String>) - 类 中的静态方法com.founder.common.core.utils.StringUtils
查找指定字符串是否匹配指定字符串列表中的任意一个字符串
matchesPassword(String, String) - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
判断密码是否相同
MEDIA_EXTENSION - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 
MimeTypeUtils - com.founder.common.core.utils.file中的类
媒体类型工具类
MimeTypeUtils() - 类 的构造器com.founder.common.core.utils.file.MimeTypeUtils
 
MISFIRE_DEFAULT - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
默认
MISFIRE_DO_NOTHING - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
不触发立即执行
MISFIRE_FIRE_AND_PROCEED - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
触发一次执行
MISFIRE_IGNORE_MISFIRES - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
立即触发执行
MOVED_PERM - 类 中的静态变量com.founder.common.core.constant.HttpStatus
资源已被移除
MSG_TAG - 类 中的静态变量com.founder.common.core.web.domain.AjaxResult
返回内容

N

nameUUIDFromBytes(byte[]) - 类 中的静态方法com.founder.common.core.text.UUID
根据指定的字节数组获取类型 3(基于名称的)UUID 的静态工厂。
NO_CONTENT - 类 中的静态变量com.founder.common.core.constant.HttpStatus
操作已经执行成功,但是没有返回数据
NO_FRAME - 类 中的静态变量com.founder.common.core.constant.UserConstants
是否菜单外链(否)
node() - 类 中的方法com.founder.common.core.text.UUID
与此 UUID 相关的节点值。
NORMAL - 类 中的静态变量com.founder.common.core.constant.UserConstants
正常状态
NOT_FOUND - 类 中的静态变量com.founder.common.core.constant.HttpStatus
资源,服务未找到
NOT_IMPLEMENTED - 类 中的静态变量com.founder.common.core.constant.HttpStatus
接口未实现
NOT_MODIFIED - 类 中的静态变量com.founder.common.core.constant.HttpStatus
资源没有被修改
NOT_UNIQUE - 类 中的静态变量com.founder.common.core.constant.UserConstants
 
nvl(T, T) - 类 中的静态方法com.founder.common.core.utils.StringUtils
获取参数不为空值

O

ok() - 类 中的静态方法com.founder.common.core.domain.R
 
ok(T) - 类 中的静态方法com.founder.common.core.domain.R
 
ok(T, String) - 类 中的静态方法com.founder.common.core.domain.R
 
ORDER_BY_COLUMN - 类 中的静态变量com.founder.common.core.constant.Constants
排序列
ORDER_BY_COLUMN - 类 中的静态变量com.founder.common.core.web.page.TableSupport
排序列

P

PAGE_NUM - 类 中的静态变量com.founder.common.core.constant.Constants
当前记录起始索引
PAGE_NUM - 类 中的静态变量com.founder.common.core.web.page.TableSupport
当前记录起始索引
PAGE_SIZE - 类 中的静态变量com.founder.common.core.constant.Constants
每页显示记录数
PAGE_SIZE - 类 中的静态变量com.founder.common.core.web.page.TableSupport
每页显示记录数
PageDomain - com.founder.common.core.web.page中的类
分页数据
PageDomain() - 类 的构造器com.founder.common.core.web.page.PageDomain
 
PARENT_MENU_ID - 类 中的静态变量com.founder.common.core.constant.GenConstants
上级菜单ID字段
PARENT_MENU_NAME - 类 中的静态变量com.founder.common.core.constant.GenConstants
上级菜单名称字段
PARENT_VIEW - 类 中的静态变量com.founder.common.core.constant.UserConstants
ParentView组件标识
parseDate(Object) - 类 中的静态方法com.founder.common.core.utils.DateUtils
日期型字符串转化为日期 格式
parseDateToStr(String, Date) - 类 中的静态方法com.founder.common.core.utils.DateUtils
 
PASSWORD_MAX_LENGTH - 类 中的静态变量com.founder.common.core.constant.UserConstants
 
PASSWORD_MIN_LENGTH - 类 中的静态变量com.founder.common.core.constant.UserConstants
密码长度限制
percentEncode(String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
百分号编码工具方法
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法com.founder.common.core.utils.SpringUtils
 
PreAuthorizeException - com.founder.common.core.exception中的异常错误
权限异常
PreAuthorizeException() - 异常错误 的构造器com.founder.common.core.exception.PreAuthorizeException
 
put(String, Object) - 类 中的方法com.founder.common.core.web.domain.AjaxResult
方便链式调用

Q

QUERY_LIKE - 类 中的静态变量com.founder.common.core.constant.GenConstants
模糊查询

R

R<T> - com.founder.common.core.domain中的类
响应信息主体
R() - 类 的构造器com.founder.common.core.domain.R
 
randomUUID() - 类 中的静态方法com.founder.common.core.text.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。
randomUUID(boolean) - 类 中的静态方法com.founder.common.core.text.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。
randomUUID() - 类 中的静态方法com.founder.common.core.utils.IdUtils
获取随机UUID
RE_HTML_MARK - 类 中的静态变量com.founder.common.core.utils.html.EscapeUtil
 
RE_KEYS - 类 中的静态变量com.founder.common.core.utils.ReUtil
正则中需要被转义的关键字
readFile(String) - 类 中的静态方法com.founder.common.core.utils.file.ImageUtils
读取文件为字节数据
REASONABLE - 类 中的静态变量com.founder.common.core.web.page.TableSupport
分页参数合理化
ReflectUtils - com.founder.common.core.utils.reflect中的类
反射工具类.
ReflectUtils() - 类 的构造器com.founder.common.core.utils.reflect.ReflectUtils
 
REGISTER - 类 中的静态变量com.founder.common.core.constant.Constants
注册
renderString(HttpServletResponse, String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
将字符串渲染到客户端
replaceAll(CharSequence, String, String) - 类 中的静态方法com.founder.common.core.utils.ReUtil
正则替换指定值
通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串 例如:原字符串是:中文1234,我想把1234换成(1234),则可以: ReUtil.replaceAll("中文1234", "(\\d+)", "($1)")) 结果:中文(1234)
replaceAll(CharSequence, Pattern, String) - 类 中的静态方法com.founder.common.core.utils.ReUtil
正则替换指定值
通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串
replaceTokenPrefix(String) - 类 中的静态方法com.founder.common.core.utils.SecurityUtils
替换token前缀
REQUIRE - 类 中的静态变量com.founder.common.core.constant.GenConstants
需要
RESOURCE_PREFIX - 类 中的静态变量com.founder.common.core.constant.Constants
资源映射路径 前缀
ReUtil - com.founder.common.core.utils中的类
 
ReUtil() - 类 的构造器com.founder.common.core.utils.ReUtil
 
reverseByExp(String, String, String) - 类 中的静态方法com.founder.common.core.utils.poi.ExcelUtil
反向解析值 男=0,女=1,未知=2
ROLE_DISABLE - 类 中的静态变量com.founder.common.core.constant.UserConstants
角色封禁状态

S

ScheduleConstants - com.founder.common.core.constant中的类
任务调度通用常量
ScheduleConstants() - 类 的构造器com.founder.common.core.constant.ScheduleConstants
 
ScheduleConstants.Status - com.founder.common.core.constant中的枚举
 
SecurityConstants - com.founder.common.core.constant中的类
权限相关通用常量
SecurityConstants() - 类 的构造器com.founder.common.core.constant.SecurityConstants
 
SecurityUtils - com.founder.common.core.utils中的类
权限获取工具类
SecurityUtils() - 类 的构造器com.founder.common.core.utils.SecurityUtils
 
SEE_OTHER - 类 中的静态变量com.founder.common.core.constant.HttpStatus
重定向
ServiceException - com.founder.common.core.exception中的异常错误
业务异常
ServiceException() - 异常错误 的构造器com.founder.common.core.exception.ServiceException
空构造方法,避免反序列化问题
ServiceException(String) - 异常错误 的构造器com.founder.common.core.exception.ServiceException
 
ServiceException(String, Integer) - 异常错误 的构造器com.founder.common.core.exception.ServiceException
 
ServiceNameConstants - com.founder.common.core.constant中的类
服务名称
ServiceNameConstants() - 类 的构造器com.founder.common.core.constant.ServiceNameConstants
 
ServletUtils - com.founder.common.core.utils中的类
客户端工具类
ServletUtils() - 类 的构造器com.founder.common.core.utils.ServletUtils
 
setAncestors(String) - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
setAttachmentResponseHeader(HttpServletResponse, String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
下载文件名重新编码
setCellVo(Object, Excel, Cell) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
设置单元格信息
setChildren(List<?>) - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
setCode(int) - 类 中的方法com.founder.common.core.domain.R
 
setCode(int) - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
setCreateBy(String) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setCreateTime(Date) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setData(T) - 类 中的方法com.founder.common.core.domain.R
 
setDataValidation(Excel, Row, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建表格样式
setDetailMessage(String) - 异常错误 中的方法com.founder.common.core.exception.GlobalException
 
setDetailMessage(String) - 异常错误 中的方法com.founder.common.core.exception.ServiceException
 
setFieldValue(Object, String, E) - 类 中的静态方法com.founder.common.core.utils.reflect.ReflectUtils
直接设置对象属性值, 无视private/protected修饰符, 不经过setter函数.
setFileDownloadHeader(HttpServletRequest, String) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
下载文件名重新编码
setIsAsc(String) - 类 中的方法com.founder.common.core.web.page.PageDomain
 
setMessage(String) - 异常错误 中的方法com.founder.common.core.exception.GlobalException
 
setMessage(String) - 异常错误 中的方法com.founder.common.core.exception.ServiceException
 
setMsg(String) - 类 中的方法com.founder.common.core.domain.R
 
setMsg(String) - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
setOrderByColumn(String) - 类 中的方法com.founder.common.core.web.page.PageDomain
 
setOrderNum(Integer) - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
setPageNum(Integer) - 类 中的方法com.founder.common.core.web.page.PageDomain
 
setPageSize(Integer) - 类 中的方法com.founder.common.core.web.page.PageDomain
 
setParams(Map<String, Object>) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setParentId(Long) - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
setParentName(String) - 类 中的方法com.founder.common.core.web.domain.TreeEntity
 
setReasonable(Boolean) - 类 中的方法com.founder.common.core.web.page.PageDomain
 
setRemark(String) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setRows(List<?>) - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
setSearchValue(String) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setTotal(long) - 类 中的方法com.founder.common.core.web.page.TableDataInfo
 
setUpdateBy(String) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setUpdateTime(Date) - 类 中的方法com.founder.common.core.web.domain.BaseEntity
 
setXSSFPrompt(Sheet, String, String, int, int, int, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
设置 POI XSSFSheet 单元格提示
setXSSFValidation(Sheet, String[], int, int, int, int) - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
设置某些列的值只能输入预制的数据,显示下拉框.
sheetSize - 类 中的静态变量com.founder.common.core.utils.poi.ExcelUtil
Excel sheet最大行数,默认65536
simpleUUID() - 类 中的静态方法com.founder.common.core.utils.IdUtils
简化的UUID,去掉了横线
SLASH - 类 中的静态变量com.founder.common.core.utils.file.FileUtils
字符常量:斜杠 '/'
SpringUtils - com.founder.common.core.utils中的类
spring工具类 方便在非spring管理环境中获取bean
SpringUtils() - 类 的构造器com.founder.common.core.utils.SpringUtils
 
SQL_PATTERN - 类 中的静态变量com.founder.common.core.utils.sql.SqlUtil
仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
SqlUtil - com.founder.common.core.utils.sql中的类
sql操作工具类
SqlUtil() - 类 的构造器com.founder.common.core.utils.sql.SqlUtil
 
startPage() - 类 中的方法com.founder.common.core.web.controller.BaseController
设置请求分页数据
str(Object, String) - 类 中的静态方法com.founder.common.core.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(Object, Charset) - 类 中的静态方法com.founder.common.core.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(byte[], String) - 类 中的静态方法com.founder.common.core.text.Convert
将byte数组转为字符串
str(byte[], Charset) - 类 中的静态方法com.founder.common.core.text.Convert
解码字节码
str(ByteBuffer, String) - 类 中的静态方法com.founder.common.core.text.Convert
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - 类 中的静态方法com.founder.common.core.text.Convert
将编码的byteBuffer数据转换为字符串
StrFormatter - com.founder.common.core.text中的类
字符串格式化
StrFormatter() - 类 的构造器com.founder.common.core.text.StrFormatter
 
StringUtils - com.founder.common.core.utils中的类
字符串工具类
StringUtils() - 类 的构造器com.founder.common.core.utils.StringUtils
 
substring(String, int) - 类 中的静态方法com.founder.common.core.utils.StringUtils
截取字符串
substring(String, int, int) - 类 中的静态方法com.founder.common.core.utils.StringUtils
截取字符串
SUCCESS - 类 中的静态变量com.founder.common.core.constant.Constants
成功标记
SUCCESS - 类 中的静态变量com.founder.common.core.constant.HttpStatus
操作成功
SUCCESS - 类 中的静态变量com.founder.common.core.domain.R
成功
success() - 类 中的方法com.founder.common.core.web.controller.BaseController
返回成功
success(String) - 类 中的方法com.founder.common.core.web.controller.BaseController
返回成功消息
success() - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回成功消息
success(Object) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回成功数据
success(String) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回成功消息
success(String, Object) - 类 中的静态方法com.founder.common.core.web.domain.AjaxResult
返回成功消息
SYS_CONFIG_KEY - 类 中的静态变量com.founder.common.core.constant.Constants
参数管理 cache key
SYS_DICT_KEY - 类 中的静态变量com.founder.common.core.constant.Constants
字典管理 cache key
SYS_USER - 类 中的静态变量com.founder.common.core.constant.UserConstants
平台内系统用户的唯一标志
SYSTEM_SERVICE - 类 中的静态变量com.founder.common.core.constant.ServiceNameConstants
系统模块的serviceid
systemCharset() - 类 中的静态方法com.founder.common.core.text.CharsetKit
 

T

TableDataInfo - com.founder.common.core.web.page中的类
表格分页数据对象
TableDataInfo() - 类 的构造器com.founder.common.core.web.page.TableDataInfo
表格数据对象
TableDataInfo(List<?>, int) - 类 的构造器com.founder.common.core.web.page.TableDataInfo
分页
TableSupport - com.founder.common.core.web.page中的类
表格数据处理
TableSupport() - 类 的构造器com.founder.common.core.web.page.TableSupport
 
TASK_CLASS_NAME - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
 
TASK_PROPERTIES - 类 中的静态变量com.founder.common.core.constant.ScheduleConstants
执行目标key
TaskException - com.founder.common.core.exception.job中的异常错误
计划策略异常
TaskException(String, TaskException.Code) - 异常错误 的构造器com.founder.common.core.exception.job.TaskException
 
TaskException(String, TaskException.Code, Exception) - 异常错误 的构造器com.founder.common.core.exception.job.TaskException
 
TaskException.Code - com.founder.common.core.exception.job中的枚举
 
textToNumericFormatV4(String) - 类 中的静态方法com.founder.common.core.utils.ip.IpUtils
将IPv4地址转换成字节
timestamp() - 类 中的方法com.founder.common.core.text.UUID
与此 UUID 相关联的时间戳值。
toAjax(int) - 类 中的方法com.founder.common.core.web.controller.BaseController
响应返回结果
toAjax(boolean) - 类 中的方法com.founder.common.core.web.controller.BaseController
响应返回结果
toBigDecimal(Object, BigDecimal) - 类 中的静态方法com.founder.common.core.text.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigDecimal(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object, BigInteger) - 类 中的静态方法com.founder.common.core.text.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBool(Object, Boolean) - 类 中的静态方法com.founder.common.core.text.Convert
转换为boolean
String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBool(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为boolean
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toByte(Object, Byte) - 类 中的静态方法com.founder.common.core.text.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toByte(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toCamelCase(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
驼峰式命名法 例如:user_name->userName
toChar(Object, Character) - 类 中的静态方法com.founder.common.core.text.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toChar(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toDBC(String) - 类 中的静态方法com.founder.common.core.text.Convert
全角转半角
toDBC(String, Set<Character>) - 类 中的静态方法com.founder.common.core.text.Convert
替换全角为半角
toDouble(Object, Double) - 类 中的静态方法com.founder.common.core.text.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toDouble(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toEnum(Class<E>, Object, E) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值
toEnum(Class<E>, Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值null
toFloat(Object, Float) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toFloat(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toInt(Object, Integer) - 类 中的静态方法com.founder.common.core.text.Convert
转换为int
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toInt(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为int
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toIntArray(String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Integer数组
toIntArray(String, String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Integer数组
TOKEN_AUTHENTICATION - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
令牌自定义标识
TOKEN_EXPIRE - 类 中的静态变量com.founder.common.core.constant.Constants
令牌有效期(分钟)
TOKEN_PREFIX - 类 中的静态变量com.founder.common.core.constant.SecurityConstants
令牌前缀
toLong(Object, Long) - 类 中的静态方法com.founder.common.core.text.Convert
转换为long
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toLong(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为long
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toLongArray(String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Long数组
toLongArray(String, String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Long数组
toNumber(Object, Number) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toNumber(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toSBC(String) - 类 中的静态方法com.founder.common.core.text.Convert
半角转全角
toSBC(String, Set<Character>) - 类 中的静态方法com.founder.common.core.text.Convert
半角转全角
toShort(Object, Short) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toShort(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStr(Object, String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toStr(Object) - 类 中的静态方法com.founder.common.core.text.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStrArray(String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为String数组
toStrArray(String, String) - 类 中的静态方法com.founder.common.core.text.Convert
转换为String数组
toString() - 类 中的方法com.founder.common.core.text.UUID
返回此UUID 的字符串表现形式。
toString(boolean) - 类 中的方法com.founder.common.core.text.UUID
返回此UUID 的字符串表现形式。
toUnderScoreCase(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
驼峰转下划线命名
TPL_CRUD - 类 中的静态变量com.founder.common.core.constant.GenConstants
单表(增删改查)
TPL_SUB - 类 中的静态变量com.founder.common.core.constant.GenConstants
主子表(增删改查)
TPL_TREE - 类 中的静态变量com.founder.common.core.constant.GenConstants
树表(增删改查)
TREE_CODE - 类 中的静态变量com.founder.common.core.constant.GenConstants
树编码字段
TREE_ENTITY - 类 中的静态变量com.founder.common.core.constant.GenConstants
Tree基类字段
TREE_NAME - 类 中的静态变量com.founder.common.core.constant.GenConstants
树名称字段
TREE_PARENT_CODE - 类 中的静态变量com.founder.common.core.constant.GenConstants
树父编码字段
TreeEntity - com.founder.common.core.web.domain中的类
Tree基类
TreeEntity() - 类 的构造器com.founder.common.core.web.domain.TreeEntity
 
trim(String) - 类 中的静态方法com.founder.common.core.utils.StringUtils
去空格
TYPE_BIGDECIMAL - 类 中的静态变量com.founder.common.core.constant.GenConstants
高精度计算类型
TYPE_BUTTON - 类 中的静态变量com.founder.common.core.constant.UserConstants
菜单类型(按钮)
TYPE_DATE - 类 中的静态变量com.founder.common.core.constant.GenConstants
时间类型
TYPE_DIR - 类 中的静态变量com.founder.common.core.constant.UserConstants
菜单类型(目录)
TYPE_DOUBLE - 类 中的静态变量com.founder.common.core.constant.GenConstants
浮点型
TYPE_INTEGER - 类 中的静态变量com.founder.common.core.constant.GenConstants
整型
TYPE_LONG - 类 中的静态变量com.founder.common.core.constant.GenConstants
长整型
TYPE_MENU - 类 中的静态变量com.founder.common.core.constant.UserConstants
菜单类型(菜单)
TYPE_STRING - 类 中的静态变量com.founder.common.core.constant.GenConstants
字符串类型

U

UNAUTHORIZED - 类 中的静态变量com.founder.common.core.constant.HttpStatus
未授权
unescape(String) - 类 中的静态方法com.founder.common.core.utils.html.EscapeUtil
还原被转义的HTML特殊字符
UNIQUE - 类 中的静态变量com.founder.common.core.constant.UserConstants
校验返回结果码
UNSUPPORTED_TYPE - 类 中的静态变量com.founder.common.core.constant.HttpStatus
不支持的数据,媒体类型
urlDecode(String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
内容解码
urlEncode(String) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
内容编码
USER_DISABLE - 类 中的静态变量com.founder.common.core.constant.UserConstants
用户封禁状态
UserConstants - com.founder.common.core.constant中的类
用户常量信息
UserConstants() - 类 的构造器com.founder.common.core.constant.UserConstants
 
UserException - com.founder.common.core.exception.user中的异常错误
用户信息异常类
UserException(String, Object[]) - 异常错误 的构造器com.founder.common.core.exception.user.UserException
 
USERNAME_MAX_LENGTH - 类 中的静态变量com.founder.common.core.constant.UserConstants
 
USERNAME_MIN_LENGTH - 类 中的静态变量com.founder.common.core.constant.UserConstants
用户名长度限制
UserPasswordNotMatchException - com.founder.common.core.exception.user中的异常错误
用户密码不正确或不符合规范异常类
UserPasswordNotMatchException() - 异常错误 的构造器com.founder.common.core.exception.user.UserPasswordNotMatchException
 
UserStatus - com.founder.common.core.enums中的枚举
用户状态
UTF8 - 类 中的静态变量com.founder.common.core.constant.Constants
UTF-8 字符集
utf8Str(Object) - 类 中的静态方法com.founder.common.core.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
UTF_8 - 类 中的静态变量com.founder.common.core.text.CharsetKit
UTF-8
UtilException - com.founder.common.core.exception中的异常错误
工具类异常
UtilException(Throwable) - 异常错误 的构造器com.founder.common.core.exception.UtilException
 
UtilException(String) - 异常错误 的构造器com.founder.common.core.exception.UtilException
 
UtilException(String, Throwable) - 异常错误 的构造器com.founder.common.core.exception.UtilException
 
UUID - com.founder.common.core.text中的类
提供通用唯一识别码(universally unique identifier)(UUID)实现
UUID(long, long) - 类 的构造器com.founder.common.core.text.UUID
使用指定的数据构造新的 UUID。

V

value() - 枚举 中的方法com.founder.common.core.annotation.Excel.Align
 
value() - 枚举 中的方法com.founder.common.core.annotation.Excel.ColumnType
 
value() - 枚举 中的方法com.founder.common.core.annotation.Excel.Type
 
valueOf(String) - 枚举 中的静态方法com.founder.common.core.annotation.Excel.Align
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.founder.common.core.annotation.Excel.ColumnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.founder.common.core.annotation.Excel.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.founder.common.core.constant.ScheduleConstants.Status
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.founder.common.core.enums.UserStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.founder.common.core.exception.job.TaskException.Code
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.founder.common.core.annotation.Excel.Align
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.founder.common.core.annotation.Excel.ColumnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.founder.common.core.annotation.Excel.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.founder.common.core.constant.ScheduleConstants.Status
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.founder.common.core.enums.UserStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.founder.common.core.exception.job.TaskException.Code
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
variant() - 类 中的方法com.founder.common.core.text.UUID
与此 UUID 相关联的变体号。
version() - 类 中的方法com.founder.common.core.text.UUID
与此 UUID 相关联的版本号.
VIDEO_EXTENSION - 类 中的静态变量com.founder.common.core.utils.file.MimeTypeUtils
 

W

webFluxResponseWriter(ServerHttpResponse, Object) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
设置webflux模型响应
webFluxResponseWriter(ServerHttpResponse, Object, int) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
设置webflux模型响应
webFluxResponseWriter(ServerHttpResponse, HttpStatus, Object, int) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
设置webflux模型响应
webFluxResponseWriter(ServerHttpResponse, String, HttpStatus, Object, int) - 类 中的静态方法com.founder.common.core.utils.ServletUtils
设置webflux模型响应
writeBytes(String, OutputStream) - 类 中的静态方法com.founder.common.core.utils.file.FileUtils
输出指定文件的byte数组
writeSheet() - 类 中的方法com.founder.common.core.utils.poi.ExcelUtil
创建写入数据到Sheet

Y

YES - 类 中的静态变量com.founder.common.core.constant.UserConstants
是否为系统默认(是)
YES_FRAME - 类 中的静态变量com.founder.common.core.constant.UserConstants
是否菜单外链(是)
YYYY - 类 中的静态变量com.founder.common.core.utils.DateUtils
 
YYYY_MM - 类 中的静态变量com.founder.common.core.utils.DateUtils
 
YYYY_MM_DD - 类 中的静态变量com.founder.common.core.utils.DateUtils
 
YYYY_MM_DD_HH_MM_SS - 类 中的静态变量com.founder.common.core.utils.DateUtils
 
YYYYMMDDHHMMSS - 类 中的静态变量com.founder.common.core.utils.DateUtils
 
A B C D E F G H I L M N O P Q R S T U V W Y 
跳过导航链接

Copyright © 2021. All rights reserved.