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

A

ACCEPTED - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
请求已经被接受
AddGroup - top.goodz.commons.core.validate中的接口
校验分组 add
AddressUtils - top.goodz.commons.core.utils.ip中的类
获取地址类
AddressUtils() - 类 的构造器top.goodz.commons.core.utils.ip.AddressUtils
 
ADMIN_ID - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
管理员ID
ApplicationConfig - top.goodz.commons.core.config中的类
程序注解配置
ApplicationConfig() - 类 的构造器top.goodz.commons.core.config.ApplicationConfig
 
AsyncConfig - top.goodz.commons.core.config中的类
异步配置
AsyncConfig() - 类 的构造器top.goodz.commons.core.config.AsyncConfig
 
AUTH_SERVICE - 接口 中的静态变量top.goodz.commons.core.constant.ServiceNameConstants
 

B

BAD_METHOD - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
不允许的http方法
BAD_REQUEST - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
参数列表错误(缺少,格式不匹配)
BASE_ENTITY - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
Entity基类字段
BaseController - top.goodz.commons.core.web.controller中的类
web层通用数据处理
BaseController() - 类 的构造器top.goodz.commons.core.web.controller.BaseController
 
BaseEntity - top.goodz.commons.core.web.domain中的类
Entity基类
BaseEntity() - 类 的构造器top.goodz.commons.core.web.domain.BaseEntity
 
BaseEnum<T extends Serializable> - top.goodz.commons.core.enums中的接口
 
BaseEnumSerializer - top.goodz.commons.core.jackson中的类
 
BaseEnumSerializer() - 类 的构造器top.goodz.commons.core.jackson.BaseEnumSerializer
 
BaseException - top.goodz.commons.core.exception.base中的异常错误
基础异常
BaseException(String, String, Object[]) - 异常错误 的构造器top.goodz.commons.core.exception.base.BaseException
 
BaseException(String, String) - 异常错误 的构造器top.goodz.commons.core.exception.base.BaseException
 
BaseException(String, Object[]) - 异常错误 的构造器top.goodz.commons.core.exception.base.BaseException
 
BaseException(String) - 异常错误 的构造器top.goodz.commons.core.exception.base.BaseException
 
BeanCopyUtils - top.goodz.commons.core.utils中的类
bean深拷贝工具(基于 cglib 性能优异)
BeanCopyUtils() - 类 的构造器top.goodz.commons.core.utils.BeanCopyUtils
 
BeanCopyUtils.BeanCopierCache - top.goodz.commons.core.utils中的枚举
BeanCopier属性缓存
缓存用于防止多次反射造成的性能问题
BigNumberSerializer - top.goodz.commons.core.jackson中的类
超出 JS 最大最小值 处理
BigNumberSerializer(Class<? extends Number>) - 类 的构造器top.goodz.commons.core.jackson.BigNumberSerializer
 
blankToDefault(String, String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
获取参数不为空值
build(List<T>, NodeParser<T, K>) - 类 中的静态方法top.goodz.commons.core.utils.TreeBuildUtils
 

C

CacheConstants - top.goodz.commons.core.constant中的接口
缓存的key 常量
CAPTCHA_CODE_KEY - 接口 中的静态变量top.goodz.commons.core.constant.Constants
验证码 redis key
CAPTCHA_EXPIRATION - 接口 中的静态变量top.goodz.commons.core.constant.Constants
验证码有效期(分钟)
CaptchaException - top.goodz.commons.core.exception中的异常错误
验证码错误异常类
CaptchaException() - 异常错误 的构造器top.goodz.commons.core.exception.CaptchaException
 
CaptchaException(String) - 异常错误 的构造器top.goodz.commons.core.exception.CaptchaException
 
CaptchaExpireException - top.goodz.commons.core.exception.user中的异常错误
验证码失效异常类
CaptchaExpireException() - 异常错误 的构造器top.goodz.commons.core.exception.user.CaptchaExpireException
 
CheckedException - top.goodz.commons.core.exception中的异常错误
检查异常
CheckedException(String) - 异常错误 的构造器top.goodz.commons.core.exception.CheckedException
 
CheckedException(Throwable) - 异常错误 的构造器top.goodz.commons.core.exception.CheckedException
 
CheckedException(String, Throwable) - 异常错误 的构造器top.goodz.commons.core.exception.CheckedException
 
CheckedException(String, Throwable, boolean, boolean) - 异常错误 的构造器top.goodz.commons.core.exception.CheckedException
 
COLUMNNAME_NOT_ADD - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
BO对象 不需要添加字段
COLUMNNAME_NOT_EDIT - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
BO对象 不需要编辑字段
COLUMNNAME_NOT_LIST - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
VO对象 不需要返回字段
COLUMNNAME_NOT_QUERY - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
BO对象 不需要查询字段
COLUMNTYPE_NUMBER - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
数据库数字类型
COLUMNTYPE_STR - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
数据库字符串类型
COLUMNTYPE_TEXT - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
数据库文本类型
COLUMNTYPE_TIME - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
数据库时间类型
commSeqType - 类 中的静态变量top.goodz.commons.core.utils.uuid.Seq
 
CONFLICT - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
资源冲突,或者资源被锁
Constants - top.goodz.commons.core.constant中的接口
通用常量信息
containsAnyIgnoreCase(CharSequence, CharSequence...) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
查找指定字符串是否包含指定字符串列表中的任意一个字符串同时串忽略大小写
containsBean(String) - 类 中的静态方法top.goodz.commons.core.utils.SpringUtils
如果BeanFactory包含一个与所给名称匹配的bean定义,则返回true
CONTEXT_AUTHORIZATION - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
授权信息字段
CONTEXT_USER_ID - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
用户ID上下文属性(线程变量和HttpHeader)
CONTEXT_USER_NAME - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
用户姓名上下文属性(线程变量和HttpHeader)
convertToCamelCase(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
将下划线大写方式命名的字符串转换为驼峰式。
copy(T, Class<V>) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
单对象基于class创建拷贝
copy(T, V) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
单对象基于对象创建拷贝
copyList(List<T>, Class<V>) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
列表对象基于class创建拷贝
copyToMap(T) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
bean拷贝到map
createContextual(SerializerProvider, BeanProperty) - 类 中的方法top.goodz.commons.core.jackson.SensitiveJsonSerializer
 
CREATED - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
对象创建成功

D

datePath() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
日期路径 即年/月/日 如2018/08/08
dateTime(String, String) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
dateTime() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
日期路径 即年/月/日 如20180808
dateTimeNow() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
DateUtils - top.goodz.commons.core.utils中的类
时间工具类
DateUtils() - 类 的构造器top.goodz.commons.core.utils.DateUtils
 
DEFAULT_CONFIG - 类 中的静态变量top.goodz.commons.core.utils.TreeBuildUtils
根据前端定制差异化字段
DEFAULT_ERROR_MESSAGE - 类 中的静态变量top.goodz.commons.core.domain.R
 
DEFAULT_EXECUTOR_NAME - 类 中的静态变量top.goodz.commons.core.config.AsyncConfig
 
DemoModeException - top.goodz.commons.core.exception中的异常错误
演示模式异常
DemoModeException() - 异常错误 的构造器top.goodz.commons.core.exception.DemoModeException
 
DEPT_DISABLE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
部门停用状态
DEPT_NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
部门正常状态
desensitizer() - 枚举 中的方法top.goodz.commons.core.enums.SensitiveStrategy
 
DETAILS_USER_ID - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
用户ID字段
DETAILS_USERNAME - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
用户名字段
DETAULT_ERROR_MSG - 类 中的静态变量top.goodz.commons.core.domain.R
默认异常消息
DeviceType - top.goodz.commons.core.enums中的枚举
设备类型 针对一套 用户体系
DICT_NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
字典正常状态
downloadFilePath(String, OutputStream) - 类 中的静态方法top.goodz.commons.core.utils.HttpUtils
从本地路径下载文件

E

EditGroup - top.goodz.commons.core.validate中的接口
校验分组 edit
eq(T) - 接口 中的方法top.goodz.commons.core.enums.BaseEnum
value是否跟当前枚举值相等
ERROR - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
系统内部错误
escape(char) - 类 中的静态方法top.goodz.commons.core.utils.ReUtil
转义字符,将正则的关键字转义
escape(CharSequence) - 类 中的静态方法top.goodz.commons.core.utils.ReUtil
转义字符串,将正则的关键字转义
escapeOrderBySql(String) - 类 中的静态方法top.goodz.commons.core.utils.sql.SqlUtil
检查字符,防止注入绕过
EXCEPTION - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
异常状态
ExceptionUtils - top.goodz.commons.core.utils中的类
 
ExceptionUtils() - 类 的构造器top.goodz.commons.core.utils.ExceptionUtils
 
execute(Runnable) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtil
 
execute(Runnable) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtils
 
executorService() - 类 中的方法top.goodz.commons.core.config.AsyncConfig
 
ExecutorUtil - top.goodz.commons.core.utils中的类
执行异步方法
ExecutorUtil() - 类 的构造器top.goodz.commons.core.utils.ExecutorUtil
 
ExecutorUtils - top.goodz.commons.core.utils中的类
执行异步方法
ExecutorUtils() - 类 的构造器top.goodz.commons.core.utils.ExecutorUtils
 

F

FAIL - 接口 中的静态变量top.goodz.commons.core.constant.Constants
失败标记
FAIL - 类 中的静态变量top.goodz.commons.core.domain.R
失败
fail() - 类 中的静态方法top.goodz.commons.core.domain.R
 
fail(String) - 类 中的静态方法top.goodz.commons.core.domain.R
 
fail(String, String) - 类 中的静态方法top.goodz.commons.core.domain.R
 
fail(int, String) - 类 中的静态方法top.goodz.commons.core.domain.R
 
FILE_SERVICE - 接口 中的静态变量top.goodz.commons.core.constant.ServiceNameConstants
 
FileException - top.goodz.commons.core.exception.file中的异常错误
文件信息异常类
FileException(String, Object[]) - 异常错误 的构造器top.goodz.commons.core.exception.file.FileException
 
FileNameLengthLimitExceededException - top.goodz.commons.core.exception.file中的异常错误
文件名称超长限制异常类
FileNameLengthLimitExceededException(int) - 异常错误 的构造器top.goodz.commons.core.exception.file.FileNameLengthLimitExceededException
 
FileSizeLimitExceededException - top.goodz.commons.core.exception.file中的异常错误
文件名大小限制异常类
FileSizeLimitExceededException(long) - 异常错误 的构造器top.goodz.commons.core.exception.file.FileSizeLimitExceededException
 
FileUtils - top.goodz.commons.core.utils.file中的类
文件处理工具类
FileUtils() - 类 的构造器top.goodz.commons.core.utils.file.FileUtils
 
filterKeyword(String) - 类 中的静态方法top.goodz.commons.core.utils.sql.SqlUtil
SQL关键字检查
findAll(Pattern, CharSequence, int, T) - 类 中的静态方法top.goodz.commons.core.utils.ReUtil
取得内容中匹配的所有结果
FORBIDDEN - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
访问受限,授权过期
format(String, Object...) - 类 中的静态方法top.goodz.commons.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 - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
请求来源

G

GBK - 接口 中的静态变量top.goodz.commons.core.constant.Constants
GBK 字符集
GenConstants - top.goodz.commons.core.constant中的接口
代码生成通用常量
get(Class<?>, Class<?>, Converter) - 枚举 中的方法top.goodz.commons.core.utils.BeanCopyUtils.BeanCopierCache
获得类与转换器生成的key在BeanCopier的Map中对应的元素
getAliases(String) - 类 中的静态方法top.goodz.commons.core.utils.SpringUtils
如果给定的bean名字在bean定义中有别名,则返回这些别名
getAopProxy(T) - 类 中的静态方法top.goodz.commons.core.utils.SpringUtils
获取aop代理对象
getAsyncExecutor() - 类 中的方法top.goodz.commons.core.config.AsyncConfig
自定义 @Async 注解使用系统线程池
getAsyncUncaughtExceptionHandler() - 类 中的方法top.goodz.commons.core.config.AsyncConfig
异步执行异常处理
getAuthorization() - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
getClientIP() - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
 
getCode() - 异常错误 中的方法top.goodz.commons.core.exception.ServiceException
 
getData(R<T>) - 类 中的静态方法top.goodz.commons.core.domain.R
 
getDataScopeService() - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
getDate() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
getDate(Date) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
getDatePoor(Date, Date) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
计算两个时间差
getDateTime() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
getDateTime(Date) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
getDateTimeMill() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
getDeptAndChild(Long) - 接口 中的方法top.goodz.commons.core.service.RemoteDataScopeService
获取部门和下级权限语句
getDeptsByRoleId(Long) - 接口 中的方法top.goodz.commons.core.service.RemoteDataScopeService
获取角色自定义权限语句
getDesc() - 接口 中的方法top.goodz.commons.core.enums.BaseEnum
描述
getDetailMessage() - 异常错误 中的方法top.goodz.commons.core.exception.GlobalException
 
getDetailMessage() - 异常错误 中的方法top.goodz.commons.core.exception.ServiceException
 
getDictLabel(String, String, String) - 接口 中的方法top.goodz.commons.core.service.RemoteDictService
根据字典类型和字典值获取字典标签
getDictService() - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
getDictValue(String, String, String) - 接口 中的方法top.goodz.commons.core.service.RemoteDictService
根据字典类型和字典标签获取字典值
getHeader(HttpServletRequest, String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
 
getHeaders(HttpServletRequest) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
 
getId() - 类 中的静态方法top.goodz.commons.core.utils.uuid.Seq
获取通用序列号
getId(String) - 类 中的静态方法top.goodz.commons.core.utils.uuid.Seq
默认16位序列号 yyMMddHHmmss + 一位机器标识 + 3长度循环递增字符串
getId(AtomicInteger, int) - 类 中的静态方法top.goodz.commons.core.utils.uuid.Seq
通用接口序列号 yyMMddHHmmss + 一位机器标识 + length长度循环递增字符串
getLoginId() - 类 中的方法top.goodz.commons.core.domain.LoginUser
获取登录id
getLogService() - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
getMessage() - 异常错误 中的方法top.goodz.commons.core.exception.base.BaseException
 
getMessage() - 异常错误 中的方法top.goodz.commons.core.exception.GlobalException
 
getMessage() - 异常错误 中的方法top.goodz.commons.core.exception.ServiceException
 
getNowDate() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
获取当前Date型日期
getObjectMapper(Jackson2ObjectMapperBuilder, JacksonProperties) - 类 中的方法top.goodz.commons.core.config.JacksonConfig
 
getObjectMapper() - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
getParameter(String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取String参数
getParameter(String, String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取String参数
getParameterToBool(String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取Boolean参数
getParameterToBool(String, Boolean) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取Boolean参数
getParameterToInt(String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取Integer参数
getParameterToInt(String, Integer) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取Integer参数
getRealAddressByIP(String) - 类 中的静态方法top.goodz.commons.core.utils.ip.AddressUtils
 
getRequest() - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取request
getRequestAttributes() - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
 
getRequestUrl() - 类 中的静态方法top.goodz.commons.core.utils.HttpUtils
当前请求url
getResponse() - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取response
getServerStartDate() - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
获取服务器启动时间
getSession() - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
获取session
getStacktrace(Throwable, Integer, String) - 类 中的静态方法top.goodz.commons.core.utils.ExceptionUtils
获取异常信息
getType(String) - 类 中的静态方法top.goodz.commons.core.utils.SpringUtils
 
getUserId() - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
getUserInfoByUserId(Long) - 接口 中的方法top.goodz.commons.core.service.RemoteUserService
 
getUserName() - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
getUserService() - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
getUserType(String) - 枚举 中的静态方法top.goodz.commons.core.enums.UserType
 
GlobalException - top.goodz.commons.core.exception中的异常错误
全局异常
GlobalException() - 异常错误 的构造器top.goodz.commons.core.exception.GlobalException
空构造方法,避免反序列化问题
GlobalException(String) - 异常错误 的构造器top.goodz.commons.core.exception.GlobalException
 
GROUP_VAR - 类 中的静态变量top.goodz.commons.core.utils.ReUtil
 

H

HTML_CHECKBOX - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
复选框
HTML_DATETIME - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
日期控件
HTML_EDITOR - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
富文本控件
HTML_FILE_UPLOAD - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
文件上传控件
HTML_IMAGE_UPLOAD - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
图片上传控件
HTML_INPUT - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
文本框
HTML_RADIO - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
单选框
HTML_SELECT - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
下拉框
HTML_TEXTAREA - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
文本域
HTTP - 接口 中的静态变量top.goodz.commons.core.constant.Constants
http请求
HTTPS - 接口 中的静态变量top.goodz.commons.core.constant.Constants
https请求
HttpStatus - top.goodz.commons.core.constant中的接口
返回状态码
HttpUtils - top.goodz.commons.core.utils中的类
 
HttpUtils() - 类 的构造器top.goodz.commons.core.utils.HttpUtils
 

I

INNER - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
内部请求
INNER_LINK - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
InnerLink组件标识
INSTANCE - 类 中的静态变量top.goodz.commons.core.jackson.BigNumberSerializer
提供实例
inStringIgnoreCase(String, String...) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
是否包含字符串
invokeGetter(Object, String) - 类 中的静态方法top.goodz.commons.core.utils.reflect.ReflectUtils
调用Getter方法.
invokeSetter(Object, String, E) - 类 中的静态方法top.goodz.commons.core.utils.reflect.ReflectUtils
调用Setter方法, 仅匹配方法名。
IP_URL - 类 中的静态变量top.goodz.commons.core.utils.ip.AddressUtils
 
isAdmin(Long) - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
isAjaxRequest(HttpServletRequest) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
是否是Ajax异步请求
isEmpty(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
* 判断一个字符串是否为空串
ishttp(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
是否为http(s)://开头
isMatch(String, String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
判断url是否与规则配置: ?
isNotEmpty(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
* 判断一个字符串是否为非空串
isSensitive() - 接口 中的方法top.goodz.commons.core.service.SensitiveService
是否脱敏
isSingleton(String) - 类 中的静态方法top.goodz.commons.core.utils.SpringUtils
判断以给定名字注册的bean定义是一个singleton还是一个prototype。
isValid(String, ConstraintValidatorContext) - 类 中的方法top.goodz.commons.core.xss.XssValidator
 
isValidOrderBySql(String) - 类 中的静态方法top.goodz.commons.core.utils.sql.SqlUtil
验证 order by 语法是否符合规范

J

JacksonConfig - top.goodz.commons.core.config中的类
jackson 配置
JacksonConfig() - 类 的构造器top.goodz.commons.core.config.JacksonConfig
 
JsonUtils - top.goodz.commons.core.utils中的类
JSON 工具类
JsonUtils() - 类 的构造器top.goodz.commons.core.utils.JsonUtils
 

L

LAYOUT - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
Layout组件标识
ListUtils - top.goodz.commons.core.utils中的类
 
ListUtils() - 类 的构造器top.goodz.commons.core.utils.ListUtils
 
LOGIN_ERROR - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
登陆错误 redis key
LOGIN_ERROR_LIMIT_TIME - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
登录错误限制时间(分钟)
LOGIN_ERROR_NUMBER - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
登录错误次数
LOGIN_FAIL - 接口 中的静态变量top.goodz.commons.core.constant.Constants
登录失败
LOGIN_FAIL_STATUS - 接口 中的静态变量top.goodz.commons.core.constant.Constants
登录失败状态
LOGIN_SUCCESS - 接口 中的静态变量top.goodz.commons.core.constant.Constants
登录成功
LOGIN_SUCCESS_STATUS - 接口 中的静态变量top.goodz.commons.core.constant.Constants
登录成功状态
LOGIN_TOKEN_KEY - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
登录用户 redis key
LOGIN_USER - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
登录用户
LOGIN_USER - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
登陆用户信息缓存属性
LOGINID_JOIN_CODE - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
loginid构造拼接字符串
LoginType - top.goodz.commons.core.enums中的枚举
登录类型
LoginUser - top.goodz.commons.core.domain中的类
用户信息
LoginUser() - 类 的构造器top.goodz.commons.core.domain.LoginUser
 
LOGOUT - 接口 中的静态变量top.goodz.commons.core.constant.Constants
注销

M

mapToBean(Map<String, Object>, Class<T>) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
map拷贝到bean
mapToBean(Map<String, Object>, T) - 类 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils
map拷贝到bean
matches(String, List<String>) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
查找指定字符串是否匹配指定字符串列表中的任意一个字符串
MENU_DISABLE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
菜单停用状态
MENU_NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
菜单正常状态
message(String, Object...) - 类 中的静态方法top.goodz.commons.core.utils.MessageUtils
根据消息键和参数 获取消息 委托给spring messageSource
MessageUtils - top.goodz.commons.core.utils中的类
获取i18n资源文件
MessageUtils() - 类 的构造器top.goodz.commons.core.utils.MessageUtils
 
MOVED_PERM - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
资源已被移除

N

NO_CONTENT - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
操作已经执行成功,但是没有返回数据
NO_FRAME - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
是否菜单外链(否)
NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
正常状态
NOT_FOUND - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
资源,服务未找到
NOT_IMPLEMENTED - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
接口未实现
NOT_MODIFIED - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
资源没有被修改
NOT_UNIQUE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
 

O

ok() - 类 中的静态方法top.goodz.commons.core.domain.R
 
ok(T) - 类 中的静态方法top.goodz.commons.core.domain.R
 
ONLINE_TOKEN_KEY - 接口 中的静态变量top.goodz.commons.core.constant.CacheConstants
在线用户 redis key
OperLogDTO - top.goodz.commons.core.domain中的类
 
OperLogDTO() - 类 的构造器top.goodz.commons.core.domain.OperLogDTO
 
OperLogEvent - top.goodz.commons.core.event中的类
 
OperLogEvent(OperLogDTO) - 类 的构造器top.goodz.commons.core.event.OperLogEvent
 
OperLogListener - top.goodz.commons.core.listener中的类
 
OperLogListener() - 类 的构造器top.goodz.commons.core.listener.OperLogListener
 

P

padl(Number, int) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
数字左边补齐0,使之达到指定长度。
padl(String, int, char) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
字符串左补齐。
PARENT_MENU_ID - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
上级菜单ID字段
PARENT_MENU_NAME - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
上级菜单名称字段
PARENT_VIEW - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
ParentView组件标识
parseArray(String, Class<T>) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
parseArrayMap(String) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
parseDate(Object) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
日期型字符串转化为日期 格式
parseDateToStr(String, Date) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
 
parseMap(String) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
parseObject(String, Class<T>) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
parseObject(byte[], Class<T>) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
parseObject(String, TypeReference<T>) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
PASSWORD_MAX_LENGTH - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
 
PASSWORD_MIN_LENGTH - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
密码长度限制
percentEncode(String) - 类 中的静态方法top.goodz.commons.core.utils.file.FileUtils
百分号编码工具方法
printException(Runnable, Throwable) - 类 中的方法top.goodz.commons.core.config.AsyncConfig
打印线程异常信息

Q

QUERY_EQ - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
相等查询
QUERY_LIKE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
模糊查询
QueryGroup - top.goodz.commons.core.validate中的接口
校验分组 query

R

R<T> - top.goodz.commons.core.domain中的类
响应信息主体
R() - 类 的构造器top.goodz.commons.core.domain.R
 
RE_KEYS - 类 中的静态变量top.goodz.commons.core.utils.ReUtil
正则中需要被转义的关键字
ReflectUtils - top.goodz.commons.core.utils.reflect中的类
反射工具类.
ReflectUtils() - 类 的构造器top.goodz.commons.core.utils.reflect.ReflectUtils
 
REGISTER - 接口 中的静态变量top.goodz.commons.core.constant.Constants
注册
RemoteDataScopeService - top.goodz.commons.core.service中的接口
数据权限服务
remoteDataScopeService - 类 中的静态变量top.goodz.commons.core.service.RemoteServiceHolder
 
RemoteDictService - top.goodz.commons.core.service中的接口
 
remoteDictService - 类 中的静态变量top.goodz.commons.core.service.RemoteServiceHolder
 
RemoteLogService - top.goodz.commons.core.service中的接口
 
remoteLogService - 类 中的静态变量top.goodz.commons.core.service.RemoteServiceHolder
 
RemoteServiceHolder - top.goodz.commons.core.service中的类
 
RemoteServiceHolder() - 类 的构造器top.goodz.commons.core.service.RemoteServiceHolder
 
remoteUserService - 类 中的静态变量top.goodz.commons.core.service.RemoteServiceHolder
 
RemoteUserService - top.goodz.commons.core.service中的接口
用户服务
remove() - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
renderString(HttpServletResponse, String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
将字符串渲染到客户端
REPEAT_SUBMIT_KEY - 接口 中的静态变量top.goodz.commons.core.constant.Constants
防重提交 redis key
replaceAll(CharSequence, String, String) - 类 中的静态方法top.goodz.commons.core.utils.ReUtil
正则替换指定值
通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串 例如:原字符串是:中文1234,我想把1234换成(1234),则可以: ReUtil.replaceAll("中文1234", "(\\d+)", "($1)")) 结果:中文(1234)
replaceAll(CharSequence, Pattern, String) - 类 中的静态方法top.goodz.commons.core.utils.ReUtil
正则替换指定值
通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串
REQUIRE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
需要
retryLimitCount - 枚举 中的变量top.goodz.commons.core.enums.LoginType
登录重试限制计数提示
retryLimitExceed - 枚举 中的变量top.goodz.commons.core.enums.LoginType
登录重试超出限制提示
ReUtil - top.goodz.commons.core.utils中的类
 
ReUtil() - 类 的构造器top.goodz.commons.core.utils.ReUtil
 
ROLE_DISABLE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
角色封禁状态
ROLE_NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
角色正常状态
RoleDTO - top.goodz.commons.core.domain中的类
角色
RoleDTO() - 类 的构造器top.goodz.commons.core.domain.RoleDTO
 

S

saveLog(OperLogDTO) - 接口 中的方法top.goodz.commons.core.service.RemoteLogService
保存系统日志
saveOperLogDTO(OperLogEvent) - 类 中的方法top.goodz.commons.core.listener.OperLogListener
 
scheduledExecutorService() - 类 中的方法top.goodz.commons.core.config.AsyncConfig
执行周期性或定时任务
SecurityConstants - top.goodz.commons.core.constant中的接口
权限相关通用常量
SEE_OTHER - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
重定向
Sensitive - top.goodz.commons.core.annotation中的注释类型
数据脱敏注解
SensitiveJsonSerializer - top.goodz.commons.core.jackson中的类
数据脱敏json序列化工具
SensitiveJsonSerializer() - 类 的构造器top.goodz.commons.core.jackson.SensitiveJsonSerializer
 
SensitiveService - top.goodz.commons.core.service中的接口
脱敏服务 默认管理员不过滤 需自行根据业务重写实现
SensitiveStrategy - top.goodz.commons.core.enums中的枚举
脱敏策略
Seq - top.goodz.commons.core.utils.uuid中的类
 
Seq() - 类 的构造器top.goodz.commons.core.utils.uuid.Seq
 
serialize(BaseEnum, JsonGenerator, SerializerProvider) - 类 中的方法top.goodz.commons.core.jackson.BaseEnumSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - 类 中的方法top.goodz.commons.core.jackson.BigNumberSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法top.goodz.commons.core.jackson.SensitiveJsonSerializer
 
SERVICE_SERVICE - 接口 中的静态变量top.goodz.commons.core.constant.ServiceNameConstants
 
ServiceException - top.goodz.commons.core.exception中的异常错误
业务异常
ServiceException() - 异常错误 的构造器top.goodz.commons.core.exception.ServiceException
空构造方法,避免反序列化问题
ServiceException(String) - 异常错误 的构造器top.goodz.commons.core.exception.ServiceException
 
ServiceException(String, Integer) - 异常错误 的构造器top.goodz.commons.core.exception.ServiceException
 
ServiceNameConstants - top.goodz.commons.core.constant中的接口
服务名称
ServletUtils - top.goodz.commons.core.utils中的类
客户端工具类
ServletUtils() - 类 的构造器top.goodz.commons.core.utils.ServletUtils
 
setApplicationContext(ApplicationContext) - 类 中的方法top.goodz.commons.core.utils.ExecutorUtils
 
setAttachmentResponseHeader(HttpServletResponse, String) - 类 中的静态方法top.goodz.commons.core.utils.file.FileUtils
下载文件名重新编码
setAuthorization(String) - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
setDataScopeService(RemoteDataScopeService) - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
setDetailMessage(String) - 异常错误 中的方法top.goodz.commons.core.exception.GlobalException
 
setDetailMessage(String) - 异常错误 中的方法top.goodz.commons.core.exception.ServiceException
 
setDictService(RemoteDictService) - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
setLogService(RemoteLogService) - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
setMessage(String) - 异常错误 中的方法top.goodz.commons.core.exception.GlobalException
 
setMessage(String) - 异常错误 中的方法top.goodz.commons.core.exception.ServiceException
 
setUserId(Long) - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
setUserName(String) - 类 中的静态方法top.goodz.commons.core.context.ThreadContextUtil
 
setUserService(RemoteUserService) - 类 中的静态方法top.goodz.commons.core.service.RemoteServiceHolder
 
SpringUtils - top.goodz.commons.core.utils中的类
spring工具类
SpringUtils() - 类 的构造器top.goodz.commons.core.utils.SpringUtils
 
SQL_PATTERN - 类 中的静态变量top.goodz.commons.core.utils.sql.SqlUtil
仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
SQL_REGEX - 类 中的静态变量top.goodz.commons.core.utils.sql.SqlUtil
定义常用的 sql关键字
SqlUtil - top.goodz.commons.core.utils.sql中的类
sql操作工具类
SqlUtil() - 类 的构造器top.goodz.commons.core.utils.sql.SqlUtil
 
str2List(String, String, boolean, boolean) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
字符串转list
str2Set(String, String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
字符串转set
StringUtils - top.goodz.commons.core.utils中的类
字符串工具类
StringUtils() - 类 的构造器top.goodz.commons.core.utils.StringUtils
 
submit(Runnable) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtil
 
submit(Callable<T>) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtil
 
submit(Runnable) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtils
 
submit(Callable<T>) - 类 中的静态方法top.goodz.commons.core.utils.ExecutorUtils
 
substring(String, int) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
截取字符串
substring(String, int, int) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
截取字符串
SUCCESS - 接口 中的静态变量top.goodz.commons.core.constant.Constants
成功标记
SUCCESS - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
操作成功
SUCCESS - 类 中的静态变量top.goodz.commons.core.domain.R
成功
SUCCESS_MESSAGE - 类 中的静态变量top.goodz.commons.core.domain.R
 
SYS_CONFIG_KEY - 接口 中的静态变量top.goodz.commons.core.constant.Constants
参数管理 cache key
SYS_DICT_KEY - 接口 中的静态变量top.goodz.commons.core.constant.Constants
字典管理 cache key
SYS_USER - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
平台内系统用户的唯一标志
SYSTEM_SERVICE - 接口 中的静态变量top.goodz.commons.core.constant.ServiceNameConstants
 

T

ThreadContextUtil - top.goodz.commons.core.context中的类
线程上线文信息
TIMEOUT_ERROR_MESSAGE - 类 中的静态变量top.goodz.commons.core.domain.R
 
toAjax(int) - 类 中的方法top.goodz.commons.core.web.controller.BaseController
响应返回结果
toAjax(boolean) - 类 中的方法top.goodz.commons.core.web.controller.BaseController
响应返回结果
toCamelCase(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
驼峰式命名法 例如:user_name->userName
toDate(LocalDateTime) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
增加 LocalDateTime ==> Date
toDate(LocalDate) - 类 中的静态方法top.goodz.commons.core.utils.DateUtils
增加 LocalDate ==> Date
toJsonString(Object) - 类 中的静态方法top.goodz.commons.core.utils.JsonUtils
 
toMap(List<T>, Function<T, R>) - 类 中的静态方法top.goodz.commons.core.utils.ListUtils
 
top.goodz.commons.core.annotation - 程序包 top.goodz.commons.core.annotation
 
top.goodz.commons.core.config - 程序包 top.goodz.commons.core.config
 
top.goodz.commons.core.constant - 程序包 top.goodz.commons.core.constant
 
top.goodz.commons.core.context - 程序包 top.goodz.commons.core.context
 
top.goodz.commons.core.domain - 程序包 top.goodz.commons.core.domain
 
top.goodz.commons.core.enums - 程序包 top.goodz.commons.core.enums
 
top.goodz.commons.core.event - 程序包 top.goodz.commons.core.event
 
top.goodz.commons.core.exception - 程序包 top.goodz.commons.core.exception
 
top.goodz.commons.core.exception.base - 程序包 top.goodz.commons.core.exception.base
 
top.goodz.commons.core.exception.file - 程序包 top.goodz.commons.core.exception.file
 
top.goodz.commons.core.exception.user - 程序包 top.goodz.commons.core.exception.user
 
top.goodz.commons.core.jackson - 程序包 top.goodz.commons.core.jackson
 
top.goodz.commons.core.listener - 程序包 top.goodz.commons.core.listener
 
top.goodz.commons.core.service - 程序包 top.goodz.commons.core.service
 
top.goodz.commons.core.utils - 程序包 top.goodz.commons.core.utils
 
top.goodz.commons.core.utils.file - 程序包 top.goodz.commons.core.utils.file
 
top.goodz.commons.core.utils.ip - 程序包 top.goodz.commons.core.utils.ip
 
top.goodz.commons.core.utils.reflect - 程序包 top.goodz.commons.core.utils.reflect
 
top.goodz.commons.core.utils.sql - 程序包 top.goodz.commons.core.utils.sql
 
top.goodz.commons.core.utils.uuid - 程序包 top.goodz.commons.core.utils.uuid
 
top.goodz.commons.core.validate - 程序包 top.goodz.commons.core.validate
 
top.goodz.commons.core.web.controller - 程序包 top.goodz.commons.core.web.controller
 
top.goodz.commons.core.web.domain - 程序包 top.goodz.commons.core.web.domain
 
top.goodz.commons.core.xss - 程序包 top.goodz.commons.core.xss
 
toUnderScoreCase(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
驼峰转下划线命名
TPL_CRUD - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
单表(增删改查)
TPL_SUB - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
主子表(增删改查)
TPL_TREE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
树表(增删改查)
TREE_CODE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
树编码字段
TREE_ENTITY - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
Tree基类字段
TREE_NAME - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
树名称字段
TREE_PARENT_CODE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
树父编码字段
TreeBuildUtils - top.goodz.commons.core.utils中的类
扩展 hutool TreeUtil 封装系统树构建
TreeBuildUtils() - 类 的构造器top.goodz.commons.core.utils.TreeBuildUtils
 
TreeEntity<T> - top.goodz.commons.core.web.domain中的类
Tree基类
TreeEntity() - 类 的构造器top.goodz.commons.core.web.domain.TreeEntity
 
trim(String) - 类 中的静态方法top.goodz.commons.core.utils.StringUtils
去空格
TYPE_BIGDECIMAL - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
高精度计算类型
TYPE_BUTTON - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
菜单类型(按钮)
TYPE_DATE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
时间类型
TYPE_DIR - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
菜单类型(目录)
TYPE_DOUBLE - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
浮点型
TYPE_INTEGER - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
整型
TYPE_LONG - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
长整型
TYPE_MENU - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
菜单类型(菜单)
TYPE_STRING - 接口 中的静态变量top.goodz.commons.core.constant.GenConstants
字符串类型

U

UNAUTHORIZED - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
未授权
UNIQUE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
校验返回结果码
UNKNOWN - 类 中的静态变量top.goodz.commons.core.utils.ip.AddressUtils
 
UNSUPPORTED_TYPE - 接口 中的静态变量top.goodz.commons.core.constant.HttpStatus
不支持的数据,媒体类型
uploadSeqType - 类 中的静态变量top.goodz.commons.core.utils.uuid.Seq
 
urlDecode(String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
内容解码
urlEncode(String) - 类 中的静态方法top.goodz.commons.core.utils.ServletUtils
内容编码
USER_DISABLE - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
用户封禁状态
USER_KEY - 接口 中的静态变量top.goodz.commons.core.constant.SecurityConstants
用户标识
USER_NORMAL - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
用户正常状态
UserConstants - top.goodz.commons.core.constant中的接口
用户常量信息
UserException - top.goodz.commons.core.exception.user中的异常错误
用户信息异常类
UserException(String, Object...) - 异常错误 的构造器top.goodz.commons.core.exception.user.UserException
 
USERNAME_MAX_LENGTH - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
 
USERNAME_MIN_LENGTH - 接口 中的静态变量top.goodz.commons.core.constant.UserConstants
用户名长度限制
UserPasswordNotMatchException - top.goodz.commons.core.exception.user中的异常错误
用户密码不正确或不符合规范异常类
UserPasswordNotMatchException() - 异常错误 的构造器top.goodz.commons.core.exception.user.UserPasswordNotMatchException
 
UserStatus - top.goodz.commons.core.enums中的枚举
用户状态
UserType - top.goodz.commons.core.enums中的枚举
设备类型 针对多套 用户体系
UTF8 - 接口 中的静态变量top.goodz.commons.core.constant.Constants
UTF-8 字符集
UtilException - top.goodz.commons.core.exception中的异常错误
工具类异常
UtilException(Throwable) - 异常错误 的构造器top.goodz.commons.core.exception.UtilException
 
UtilException(String) - 异常错误 的构造器top.goodz.commons.core.exception.UtilException
 
UtilException(String, Throwable) - 异常错误 的构造器top.goodz.commons.core.exception.UtilException
 

V

validate(T, Class<?>...) - 类 中的静态方法top.goodz.commons.core.utils.ValidatorUtils
 
validator() - 类 中的方法top.goodz.commons.core.config.ValidatorConfig
配置校验框架 快速返回模式
ValidatorConfig - top.goodz.commons.core.config中的类
校验框架配置类
ValidatorConfig() - 类 的构造器top.goodz.commons.core.config.ValidatorConfig
 
ValidatorUtils - top.goodz.commons.core.utils中的类
Validator 校验框架工具
ValidatorUtils() - 类 的构造器top.goodz.commons.core.utils.ValidatorUtils
 
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.enums.DeviceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.enums.LoginType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.enums.SensitiveStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.enums.UserStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.enums.UserType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils.BeanCopierCache
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.goodz.commons.core.enums.DeviceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.goodz.commons.core.enums.LoginType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.goodz.commons.core.enums.SensitiveStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.goodz.commons.core.enums.UserStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.goodz.commons.core.enums.UserType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.goodz.commons.core.utils.BeanCopyUtils.BeanCopierCache
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

X

XcxLoginUser - top.goodz.commons.core.domain中的类
小程序登录用户身份权限
XcxLoginUser() - 类 的构造器top.goodz.commons.core.domain.XcxLoginUser
 
Xss - top.goodz.commons.core.xss中的注释类型
自定义xss校验注解
XssValidator - top.goodz.commons.core.xss中的类
自定义xss校验注解实现
XssValidator() - 类 的构造器top.goodz.commons.core.xss.XssValidator
 

Y

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

Copyright © 2022. All rights reserved.