索引

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

A

action(Object, boolean, String...) - 接口中的方法 top.tangyh.basic.interfaces.echo.EchoService
回显数据的3个步骤:(出现回显失败时,认真debug该方法)
action(Object, String...) - 接口中的方法 top.tangyh.basic.interfaces.echo.EchoService
回显数据的3个步骤:(出现回显失败时,认真debug该方法)
add(double, double) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供精确的加法运算。
addAll(List<T>...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
添加 多个List
addAll(Set<T>...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
添加 多个Set
addAllListToSet(List<T>...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
添加 多个List 并返回Set
addAllUnique(List<T>...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
添加 多个List 并去重
addChildren(E) - 类中的方法 top.tangyh.basic.base.entity.TreeEntity
 
ALL_ENUM_DESC_FIELD - 类中的静态变量 top.tangyh.basic.converter.EnumSerializer
已过时。
 
ALL_ENUM_EXTRA_FIELD - 类中的静态变量 top.tangyh.basic.converter.EnumSerializer
已过时。
 
ALL_ENUM_KEY_FIELD - 类中的静态变量 top.tangyh.basic.converter.EnumSerializer
已过时。
 
AMPERSAND - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
AND - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
AntiSqlFilterUtils - top.tangyh.basic.utils中的类
sql过滤
APPLICATION_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 应用ID
APPLICATION_ID_KEY - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头中携带的 应用id key
apply(T) - 接口中的方法 top.tangyh.basic.function.CheckedFunction
执行
ArgumentAssert - top.tangyh.basic.utils中的类
断言
断言某些对象或值是否符合规定,否则抛出异常。
ArgumentAssert() - 类的构造器 top.tangyh.basic.utils.ArgumentAssert
 
ArgumentException - top.tangyh.basic.exception中的异常错误
业务参数异常 用于在业务中,检测到非法参数时,进行抛出的异常。
ArgumentException(String) - 异常错误的构造器 top.tangyh.basic.exception.ArgumentException
 
ArgumentException(String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.ArgumentException
 
ArgumentException(String, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.ArgumentException
 
ArgumentException(Throwable) - 异常错误的构造器 top.tangyh.basic.exception.ArgumentException
 
ArithUtil - top.tangyh.basic.utils中的类
精确的浮点数运算
ARRAY - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
asList(E...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
 
asSet(E...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
 
ASTERISK - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
AT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

B

BACK_SLASH - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
BACKTICK - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
BAD_GATEWAY - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
BAD_REQUEST - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
BASE_ALL_CHAR_NUMBER - 接口中的静态变量 top.tangyh.basic.utils.StrPool
用于随机选的字符和数字
BASE_UPPER_CHAR - 接口中的静态变量 top.tangyh.basic.utils.StrPool
用于随机选的字符
BASE_VALID_PARAM - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
BASE_VALID_PARAM - 接口中的静态变量 top.tangyh.basic.exception.BaseException
统一参数验证异常码
BaseCheckedException - top.tangyh.basic.exception中的异常错误
运行期异常基类
BaseCheckedException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.BaseCheckedException
 
BaseCheckedException(int, String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.BaseCheckedException
 
BaseEnum - top.tangyh.basic.interfaces中的接口
枚举类型基类
BaseException - top.tangyh.basic.exception中的接口
异常接口类
BaseExceptionCode - top.tangyh.basic.exception.code中的接口
异常编码
BaseUncheckedException - top.tangyh.basic.exception中的异常错误
非运行期异常基类,所有自定义非运行时异常继承该类
BaseUncheckedException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BaseUncheckedException
 
BeanPlusUtil - top.tangyh.basic.utils中的类
Bean增强类工具类
BeanPlusUtil() - 类的构造器 top.tangyh.basic.utils.BeanPlusUtil
 
between(LocalTime, LocalTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
判断当前时间是否在指定时间范围
BizException - top.tangyh.basic.exception中的异常错误
业务异常 用于在处理业务逻辑时,进行抛出的异常。
BizException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(int, String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(int, String, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(int, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(String) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(String, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BizException(Throwable) - 异常错误的构造器 top.tangyh.basic.exception.BizException
 
BOOLEAN - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
BOOLEAN_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
BRACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
build(String, Object...) - enum class中的方法 top.tangyh.basic.exception.code.ExceptionCode
 
buildTree(Collection<E>) - 类中的静态方法 top.tangyh.basic.utils.TreeUtil
构建Tree结构
buildTreePath(Long) - 类中的静态方法 top.tangyh.basic.utils.TreeUtil
 
BUILT_IN_TENANT_ID_STR - 类中的静态变量 top.tangyh.basic.context.ContextConstants
内置租户
BYTE_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

C

CacheHashKey - top.tangyh.basic.model.cache中的类
hash 缓存 key 封装
CacheHashKey(String, Object) - 类的构造器 top.tangyh.basic.model.cache.CacheHashKey
 
CacheHashKey(String, Object, Duration) - 类的构造器 top.tangyh.basic.model.cache.CacheHashKey
 
CacheKey - top.tangyh.basic.model.cache中的类
缓存 key 封装
CacheKey(String) - 类的构造器 top.tangyh.basic.model.cache.CacheKey
 
CacheKeyBuilder - top.tangyh.basic.model.cache中的接口
cache key
CacheKeyBuilder.ValueType - top.tangyh.basic.model.cache中的Enum Class
 
calculation(LocalDate, LocalDate, List<String>) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
calculationEn(LocalDate, LocalDate, List<String>) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
calculationEn(LocalDateTime, LocalDateTime, List<String>) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算时间区间内的日期列表,并返回
camelToHyphen(String) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
驼峰转连字符
CAPTCHA_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
CHARACTER_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
checkBetween(double, double, double) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(int, int, int) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(long, long, long) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(Number, Number, Number) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
CheckedFunction<T,R> - top.tangyh.basic.function中的接口
处理异常的 函数
checkGt(LocalDateTime, LocalDateTime, String...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查日志是否大于指定值
checkIndex(int, int) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足:
checkIndex(int, int, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足:
checkLt(LocalDateTime, LocalDateTime, String...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查日志是否小于指定值
children - 类中的变量 top.tangyh.basic.base.entity.TreeEntity
 
ClassUtils - top.tangyh.basic.utils中的类
 
ClassUtils() - 类的构造器 top.tangyh.basic.utils.ClassUtils
 
CLIENT_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 客户端id
CLIENT_KEY - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头中携带的 客户端信息 key
COLLECTION_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
CollHelper - top.tangyh.basic.utils中的类
Map 类增强
COLON - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
com.fasterxml.jackson.databind.deser.std - 程序包 com.fasterxml.jackson.databind.deser.std
 
COMMA - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
CommonException - top.tangyh.basic.exception中的异常错误
非业务异常 用于在处理非业务逻辑时,进行抛出的异常。
CommonException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.CommonException
 
CommonException(int, String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.CommonException
 
computeListCapacity(int) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
 
Constants - top.tangyh.basic.constant中的接口
全局基础常量
contain(Collection<T>, T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否被另一个集合包含(即是否不为子串)
contain(Collection<T>, T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否被另一个集合包含(即是否不为子串)
contain(Collection<T>, T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否被另一个集合包含(即是否不为子串)
CONTENT_TYPE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
JSON 资源
ContextConstants - top.tangyh.basic.context中的类
跟上下文常量工具类
ContextUtil - top.tangyh.basic.context中的类
获取当前线程变量中的 用户id、用户昵称、租户编码、账号等信息
conversionDateTime(LocalDateTime, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
转换日期
convert(String) - 类中的方法 top.tangyh.basic.converter.String2DateConverter
 
convert(String) - 类中的方法 top.tangyh.basic.converter.String2LocalDateConverter
 
convert(String) - 类中的方法 top.tangyh.basic.converter.String2LocalDateTimeConverter
 
convert(String) - 类中的方法 top.tangyh.basic.converter.String2LocalTimeConverter
 
convertToCamelCase(String) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
将下划线命名的字符串转换为驼峰式。
createContextual(DeserializationContext, BeanProperty) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
CREATED_BY - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
CREATED_BY_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
CREATED_ORG_ID - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
CREATED_ORG_ID_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
CREATED_TIME - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
CREATED_TIME_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
createdBy - 类中的变量 top.tangyh.basic.base.entity.SuperEntity
 
createdTime - 类中的变量 top.tangyh.basic.base.entity.SuperEntity
 
CRLF - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
CRON_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
CURRENT_COMPANY_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 当前单位ID
CURRENT_DEPT_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 当前所属的部门ID
CURRENT_TOP_COMPANY_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 当前所属的顶级公司ID

D

DASH - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DATA_SAVE_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
DATA_UPDATE_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
DATE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DATE_TIME_FORMAT_MAP - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DATE_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
date2LocalDate(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
日期转 LocalDate
date2LocalDateTime(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
Date转换为LocalDateTime
date2LocalTime(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
日期转 LocalTime
DATETIME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DateUtils - top.tangyh.basic.utils中的类
描述:日期工具类
DAY - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DbPlusUtil - top.tangyh.basic.utils中的类
数据库工具类
DbPlusUtil() - 类的构造器 top.tangyh.basic.utils.DbPlusUtil
 
DEF_ERROR_MESSAGE - 类中的静态变量 top.tangyh.basic.base.R
 
DEF_PARENT_ID - 接口中的静态变量 top.tangyh.basic.utils.StrPool
默认的父id
DEF_PARENT_ID - 类中的静态变量 top.tangyh.basic.utils.TreeUtil
默认的父id
DEF_TENANT_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
lamp_defaults库
DEF_TENANT_ID_STR - 类中的静态变量 top.tangyh.basic.context.ContextConstants
 
DEFAULT_DATE_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_FORMAT_EN - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_FORMAT_EN_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_FORMAT_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_END_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_FORMAT_EN - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_FORMAT_EN_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_FORMAT_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_DATE_TIME_START_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_MONTH_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_MONTH_FORMAT_EN - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_MONTH_FORMAT_EN_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_MONTH_FORMAT_SLASH - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_TIME_EN_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_TIME_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_WEEK_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_WEEK_FORMAT_EN - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DEFAULT_YEAR_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
DefValueHelper - top.tangyh.basic.utils中的类
默认值
deserialize(JsonParser, DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
deserializerForCreator(DeserializationConfig, Class<?>, AnnotatedMethod) - 类中的静态方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
deserializerForCreator(DeserializationConfig, Class<?>, AnnotatedMethod, ValueInstantiator, SettableBeanProperty[]) - 类中的静态方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
deserializerForNoArgsCreator(DeserializationConfig, Class<?>, AnnotatedMethod) - 类中的静态方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
DEV - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
div(double, double) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供(相对)精确的除法运算,当发生除不尽的情况时,精确到 小数点以后10位,以后的数字四舍五入。
div(double, double, int) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供(相对)精确的除法运算。
DOLLAR - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOLLAR_LEFT_BRACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOT_CLASS - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOT_JAVA - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOT_XML - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOTDOT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
DOUBLE_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

E

EchoService - top.tangyh.basic.interfaces.echo中的接口
 
EchoVO - top.tangyh.basic.interfaces.echo中的接口
注入VO 父类
Either<L,R> - top.tangyh.basic.function中的类
封装异常 stream 流的异常 https://mp.weixin.qq.com/s/jBXYj-w0woXtPPUxGhD8Ug
EMPLOYEE_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 员工ID
EMPTY - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
endOfDay(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
Entity<T> - top.tangyh.basic.base.entity中的类
包括id、created_time、created_by、updated_by、updated_time字段的表继承的基础实体
Entity() - 类的构造器 top.tangyh.basic.base.entity.Entity
 
Entity(T, LocalDateTime, T, LocalDateTime, T) - 类的构造器 top.tangyh.basic.base.entity.Entity
 
EnumDeserializer - com.fasterxml.jackson.databind.deser.std中的类
已过时。
EnumDeserializer(EnumDeserializer, Boolean) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
EnumDeserializer(EnumDeserializer, Boolean, Boolean, Boolean) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
EnumDeserializer(EnumResolver) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
EnumDeserializer(EnumResolver, boolean, EnumResolver) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
EnumDeserializer(EnumResolver, boolean, EnumResolver, EnumResolver) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
EnumDeserializer(EnumResolver, Boolean) - 类的构造器 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
EnumSerializer - top.tangyh.basic.converter中的类
已过时。
EnumSerializer() - 类的构造器 top.tangyh.basic.converter.EnumSerializer
已过时。
 
eq(String) - 接口中的方法 top.tangyh.basic.interfaces.BaseEnum
判断val是否跟当前枚举相等
equals(Object) - 类中的方法 top.tangyh.basic.model.Kv
 
equals(Object, Object, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言2个字符串是否相等,如果不等用指定错误码抛出异常
equals(Object, Object, Supplier<? extends X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言2个字符串是否相等,如果 不相等 抛出给定的异常
EQUALS - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
ExceptionCode - top.tangyh.basic.exception.code中的Enum Class
异常编码
EXCLAMATION_MARK - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

F

fail(int, String) - 类中的静态方法 top.tangyh.basic.base.R
请求失败消息
fail(int, String, String) - 类中的静态方法 top.tangyh.basic.base.R
 
fail(String) - 类中的静态方法 top.tangyh.basic.base.R
 
fail(String, Object...) - 类中的静态方法 top.tangyh.basic.base.R
 
fail(Throwable) - 类中的静态方法 top.tangyh.basic.base.R
请求失败消息,根据异常类型,获取不同的提供消息
fail(BizException) - 类中的静态方法 top.tangyh.basic.base.R
 
fail(BaseExceptionCode) - 类中的静态方法 top.tangyh.basic.base.R
 
FAIL_CODE - 类中的静态变量 top.tangyh.basic.base.R
 
FALSE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
FEIGN - 类中的静态变量 top.tangyh.basic.context.ContextConstants
是否 内部调用项目
findByIds(Set<Serializable>) - 接口中的方法 top.tangyh.basic.interfaces.echo.LoadService
根据id查询待回显参数
FLOAT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
FLOAT_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
FORBIDDEN - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
访问资源 被禁止。
ForbiddenException - top.tangyh.basic.exception中的异常错误
403 禁止访问
ForbiddenException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.ForbiddenException
 
ForbiddenException(int, String, Object...) - 异常错误的构造器 top.tangyh.basic.exception.ForbiddenException
 
format(LocalDate, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM
format(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM-mm HH:mm:ss
format(LocalDateTime, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,
format(Date, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
根据传入的格式格式化日期.默认格式为MM月dd日
formatAsDate(LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
formatAsDate(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM-dd
formatAsDate(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM-dd
formatAsDateEn(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
formatAsDateTime(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM-dd HH:mm:ss
formatAsDay(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 dd ,即对应的天数.
formatAsTime(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 HH:mm:ss 例:12:24:24
formatAsYearMonth(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
formatAsYearMonth(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM
formatAsYearMonthEn(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
formatAsYearWeek(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-ww
formatAsYearWeek(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-ww
formatAsYearWeekEn(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
fullLike(String) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
拼接like 模糊条件

G

GATEWAY_TIMEOUT - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
GBK - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
get(String) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
get(String, Class<T>) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
get(String, Class<T>, Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
getApplicationContext() - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
getApplicationId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
应用ID
getBean(Class<T>) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
getBean(String) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
getBean(String, Class<T>) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
getBeansOfType(Class<T>) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
getBetweenDay(String, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的日期 yyyy-MM-dd 含头含尾
getBetweenDay(LocalDate, LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的日期 yyyy-MM-dd 含头含尾
getBetweenDay(LocalDate, LocalDate, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
getBetweenDay(Date, Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的日期 yyyy-MM-dd 含头含尾
getBetweenDayEn(LocalDate, LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
getBetweenMonth(String, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的月 yyyy-MM
getBetweenMonth(LocalDate, LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的月 yyyy-MM
getBetweenMonth(LocalDate, LocalDate, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
getBetweenMonth(Date, Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的月 yyyy-MM
getBetweenWeek(String, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的周 yyyy-ww 含头含尾
getBetweenWeek(LocalDate, LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的周 yyyy-ww 含头含尾
getBetweenWeek(LocalDate, LocalDate, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
getBetweenWeek(Date, Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的周 yyyy-ww 含头含尾
getBoot() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
是否boot项目
getClientId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
getCode() - 异常错误中的方法 top.tangyh.basic.exception.BaseCheckedException
获取 错误码
getCode() - 接口中的方法 top.tangyh.basic.exception.BaseException
返回异常编码
getCode() - 异常错误中的方法 top.tangyh.basic.exception.BaseUncheckedException
 
getCode() - 接口中的方法 top.tangyh.basic.exception.code.BaseExceptionCode
异常编码
getCode() - enum class中的方法 top.tangyh.basic.exception.code.ExceptionCode
 
getCode() - 接口中的方法 top.tangyh.basic.interfaces.BaseEnum
枚举的 name
getCron(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
转换 LocalDateTime 为 cron , eg
getCron(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
转换 Date 为 cron , eg: "0 07 10 15 1 ?
getCurrentCompanyId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
获取 当前所属的公司ID
getCurrentDeptId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
获取 当前所属的部门ID
getCurrentTopCompanyId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
获取 当前所属的顶级公司ID
getDataBaseNameByUrl(String) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
截取jdbc地址中的数据库名
getDate0000(LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate0000(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate0000(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate2359(LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDate2359(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDate2359(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDatePoor(Date, Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算两个时间差
getDateTimeOfSecond(long) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
秒转日期
getDateTimeOfTimestamp(long) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
毫秒转日期
getDbType(String) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
根据连接地址判断数据库类型
getDbType(DataSource) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
不关闭 Connection,因为是从事务里获取的,sqlSession会负责关闭
getDesc() - 接口中的方法 top.tangyh.basic.interfaces.BaseEnum
前端显示的值
getEchoMap() - 接口中的方法 top.tangyh.basic.interfaces.echo.EchoVO
回显值 集合
getEmployeeId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
员工id
getEmptyValue(DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
getEndTime(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算结束时间
getExpire() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
缓存自动过期时间
getExtra() - 接口中的方法 top.tangyh.basic.interfaces.BaseEnum
扩展参数
getField() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
key的字段名, 用于区分字段
getGrayVersion() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
获取灰度版本号
getInstance() - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
getInstance() - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
单例Holder模式: 优点:将懒加载和线程安全完美结合的一种方式(无锁)。
getIsSuccess() - 类中的方法 top.tangyh.basic.base.R
逻辑处理是否成功
getLastDateOfMonth(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取当月最后一天
getLeft() - 类中的方法 top.tangyh.basic.function.Either
 
getLocalMap() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
getLogTraceId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
getMap(BaseEnum[]) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
将制定的枚举集合转成 map key -> name value -> desc
getMessage() - 异常错误中的方法 top.tangyh.basic.exception.BaseCheckedException
获取 异常消息
getMessage() - 接口中的方法 top.tangyh.basic.exception.BaseException
返回异常信息
getMessage() - 异常错误中的方法 top.tangyh.basic.exception.BaseUncheckedException
 
getModular() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
服务模块名,用于区分后端服务、前端模块等
getMsg() - 接口中的方法 top.tangyh.basic.exception.code.BaseExceptionCode
异常消息
getMsg() - enum class中的方法 top.tangyh.basic.exception.code.ExceptionCode
 
getOrDef(String, String) - 类中的静态方法 top.tangyh.basic.utils.DefValueHelper
 
getOrDef(String, String) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
 
getOrDef(T, T) - 类中的静态方法 top.tangyh.basic.utils.DefValueHelper
 
getPath() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
地址栏路径
getPattern() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
获取通配符
getPrefix() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
缓存前缀,用于区分项目,环境等等
getRight() - 类中的方法 top.tangyh.basic.function.Either
 
getSafeParameterMap(Map<String, String[]>) - 类中的静态方法 top.tangyh.basic.utils.AntiSqlFilterUtils
 
getSafeValue(String) - 类中的静态方法 top.tangyh.basic.utils.AntiSqlFilterUtils
 
getSafeValues(String[]) - 类中的静态方法 top.tangyh.basic.utils.AntiSqlFilterUtils
 
getServerStartDate() - 类中的静态方法 top.tangyh.basic.utils.DateUtils
获取服务器启动时间
getSqlServerDbName(String) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
 
getStartTime(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算开始时间
getTable() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
key的业务类型, 用于区分表
getTables(DataSource) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
获得所有表名
getTenant() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
租户ID,用于区分租户
getToken() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
获取token
getTopNodeId(String) - 类中的静态方法 top.tangyh.basic.utils.TreeUtil
 
getTreePath(String, Long) - 类中的静态方法 top.tangyh.basic.utils.TreeUtil
 
getUserId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
用户ID
getValue() - 接口中的方法 top.tangyh.basic.interfaces.BaseEnum
枚举值
getValueType() - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
缓存的value存储的类型
GRAY_VERSION - 类中的静态变量 top.tangyh.basic.context.ContextConstants
灰度发布版本号

H

HASH - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HASH_LEFT_BRACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
hashCode() - 类中的方法 top.tangyh.basic.model.Kv
 
hashFieldKey(Object, Object...) - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
构建 redis 类型的 hash cache key
hashKey(Object...) - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
构建 redis 类型的 hash cache key (无field)
HAT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTML_AMP - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTML_GT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTML_LT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTML_NBSP - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTML_QUOTE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTTP - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTTP_PREFIX - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTTPS - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HTTPS_PREFIX - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
HYSTRIX_ERROR_MESSAGE - 类中的静态变量 top.tangyh.basic.base.R
 

I

id - 类中的变量 top.tangyh.basic.base.entity.SuperEntity
 
ID_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.SuperEntity
 
ILLEGAL_ARGUMENT_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
initChildren() - 类中的方法 top.tangyh.basic.base.entity.TreeEntity
初始化子类
initialCapacity(int) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
计算map 初始容量
initialCapacity(int, float) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
计算map 初始容量
INSTANCE - 类中的静态变量 top.tangyh.basic.converter.EnumSerializer
已过时。
 
INSTANCE - 类中的静态变量 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
INTEGER - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
INTEGER_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
INTERNAL_SERVER_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
inverse(Map<K, V>) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
转换 Map 的 K 和 V
IS_BOOT - 类中的静态变量 top.tangyh.basic.context.ContextConstants
是否boot项目
isAnyBlank(CharSequence...) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
有 任意 一个 Blank
isAssignable(Class<?>, Class<?>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言 superType.isAssignableFrom(subType) 是否为 true.
isAssignable(Class<?>, Class<?>, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言 superType.isAssignableFrom(subType) 是否为 true.
isCachable() - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
isChinese(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验 汉字
isEmail(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验邮箱
isEmptyApplicationId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
isEmptyEmployeeId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
isEmptyUserId() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
isFalse(boolean) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出 ArgumentException 异常
isFalse(boolean, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出 ArgumentException 异常
isFalse(boolean, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出指定类型异常
并使用指定的函数获取错误信息返回
isIdCard(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验身份证号
isInstanceOf(Class<?>, T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定对象是否是给定类的实例
isInstanceOf(Class<?>, T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定对象是否是给定类的实例
isIpAddress(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验ip 地址
isLeft() - 类中的方法 top.tangyh.basic.function.Either
 
isLenient() - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
isMobile(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验手机号
isNoneBlank(CharSequence...) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
是否全非 Blank
isNull(Object) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出ArgumentException 异常
isNull(Object, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出ArgumentException 异常
isNull(Object, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
ISO_8859_1 - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
isPassword(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验密码
isProceed() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
仅用于演示环境禁止执行某些操作 后续sql是否可以执行
isRight() - 类中的方法 top.tangyh.basic.function.Either
 
isRoot(Long) - 类中的静态方法 top.tangyh.basic.utils.TreeUtil
判断id是否为根节点
isStop() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
仅用于演示环境禁止执行某些操作 后续sql是否不能执行
isTrue(boolean) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出 ArgumentException 异常
isTrue(boolean, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出 ArgumentException 异常
isTrue(boolean, Supplier<? extends X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出给定的异常
isUrl(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验 url 地址
isUserName(String) - 类中的静态方法 top.tangyh.basic.utils.ValidatorUtil
校验用户名
iterableToMultiMap(Iterable<V>, Function<? super V, K>, Function<? super V, M>) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
一个key 对应多个值的map 结构: key -> [value1, value2, ...]
IValidatable - top.tangyh.basic.interfaces.validator中的接口
实现了此接口,表示此类将会支持验证框架。

J

JacksonObjectMapper() - 类的构造器 top.tangyh.basic.jackson.JsonUtil.JacksonObjectMapper
 
JAVA_TEMP_DIR - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
JSON_PARSE_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JsonUtil - top.tangyh.basic.jackson中的类
对 jack json 进行封装
JsonUtil.JacksonObjectMapper - top.tangyh.basic.jackson中的类
 
JWT_APPLICATION_FORBIDDEN - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_BASIC_INVALID - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_EMPLOYEE_DISABLE - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_GEN_TOKEN_FAIL - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_ILLEGAL_ARGUMENT - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_KEY_COMPANY_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
 
JWT_KEY_DEPT_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
 
JWT_KEY_EMPLOYEE_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
JWT中封装的 员工id
JWT_KEY_TOP_COMPANY_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
 
JWT_KEY_USER_ID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
JWT中封装的 用户id
JWT_KEY_UUID - 类中的静态变量 top.tangyh.basic.context.ContextConstants
JWT中封装的 随机数
JWT_NOT_LOGIN - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_OFFLINE - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_PARSER_TOKEN_FAIL - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_RESOURCE_FORBIDDEN - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_SIGNATURE - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_TENANT_DISABLE - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_TOKEN_EXPIRED - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_DISABLE - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_ENABLED - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_INVALID - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 

K

key(Object...) - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
构建通用KV模式 的 cache key 兼容 redis caffeine
keywordConvert(Object) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
 
keywordConvert(String) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
mybatis plus like查询转换
Kv - top.tangyh.basic.model中的类
键值对 通用对象
Kv() - 类的构造器 top.tangyh.basic.model.Kv
 

L

LABEL - 类中的静态变量 top.tangyh.basic.base.entity.TreeEntity
 
LampJacksonModule - top.tangyh.basic.jackson中的类
jackson 自定义序列化 & 反序列化 规则
LampJacksonModule() - 类的构造器 top.tangyh.basic.jackson.LampJacksonModule
 
LampLocalDateTimeDeserializer - top.tangyh.basic.converter中的类
字段类型是LocalDateTime时,可以按照以下6种格式反序列化: 1. yyyy-MM-dd 2. yyyy年MM月dd日 3. yyyy/MM/dd 4. yyyy-MM-dd HH:mm:ss 5. yyyy年MM月dd日HH时mm分ss秒 6. yyyy/MM/dd HH:mm:ss
LampLocalDateTimeDeserializer(DateTimeFormatter) - 类的构造器 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LampLocalDateTimeDeserializer(LampLocalDateTimeDeserializer, Boolean) - 类的构造器 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LEFT_BRACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LEFT_BRACKET - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LEFT_BRACKET_CHAR - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LEFT_CHEV - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LEFT_SQ_BRACKET - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
lift(CheckedFunction<T, R>) - 类中的静态方法 top.tangyh.basic.function.Either
处理类
liftWithValue(CheckedFunction<T, R>) - 类中的静态方法 top.tangyh.basic.function.Either
 
like(Object, SqlLike) - 类中的静态方法 top.tangyh.basic.utils.StrHelper
拼接like条件
LIST_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LOAD_RESOURCES_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
LoadService - top.tangyh.basic.interfaces.echo中的接口
加载数据
LOCAL_DATE_FORMAT_MAP - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
LOCAL_DATE_TIME_FORMAT_MAP - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
LOCAL_DATE_TIME_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LOCAL_DATE_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
LOCAL_TIME_FORMAT_MAP - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
LOCAL_TIME_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
localDateTime2Date(LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
LocalDateTime转换为Date
logicalType() - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
logicalType() - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LONG_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

M

main(String[]) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
mapLeft(Function<? super L, T>) - 类中的方法 top.tangyh.basic.function.Either
 
mapRight(Function<? super R, T>) - 类中的方法 top.tangyh.basic.function.Either
 
MAX_3_MONTH_DAY - 类中的静态变量 top.tangyh.basic.utils.DateUtils
3个月平均天数
MAX_MONTH_DAY - 类中的静态变量 top.tangyh.basic.utils.DateUtils
一个月平均天数
MAX_YEAR_DAY - 类中的静态变量 top.tangyh.basic.utils.DateUtils
一年平均天数
MEDIA_TYPE_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
METHOD_NOT_ALLOWED - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
MONTH - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
mul(double, double) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供精确的乘法运算。

N

N - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
newInstance() - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
NEWLINE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
NO - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
noNullElements(T[]) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
noNullElements(T[], String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
noNullElements(T[], Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含 并使用指定的函数获取错误信息返回
NOT_FOUND - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
404 Not Found.
notAllNull(T, E, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
判断2个参数是否同时为空
notAnyNull(T, E, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
判断2个参数是否任意一个为空
notBlank(T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 ArgumentException
notBlank(T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 ArgumentException
notBlank(T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出自定义异常。
notContain(CharSequence, T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串) 并使用指定的函数获取错误信息返回
notContain(String, String) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
notContain(String, String, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
notContain(Collection<T>, T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
notContain(Collection<T>, T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
notContain(Collection<T>, T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
notEmpty(T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出 ArgumentException
notEmpty(T[]) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
notEmpty(T[], String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
notEmpty(T[], Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素 并使用指定的函数获取错误信息返回
notEmpty(T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出 ArgumentException
notEmpty(T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出自定义异常,并使用指定的函数获取错误信息返回。
notNull(T) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出ArgumentException 异常
notNull(T, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出ArgumentException 异常 Assert that an object is not null .
notNull(T, Supplier<X>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
NULL - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
NULL_POINT_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
number - enum class 中的枚举常量 top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
数字

O

obj - enum class 中的枚举常量 top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
对象
OFF - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
OK - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
ON - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
ONE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
OPERATION_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
OPERATION_EX_CODE - 类中的静态变量 top.tangyh.basic.base.R
 
OptLogDTO - top.tangyh.basic.model.log中的类
实体类 系统日志
OptLogDTO() - 类的构造器 top.tangyh.basic.model.log.OptLogDTO
 

P

param(Object...) - enum class中的方法 top.tangyh.basic.exception.code.ExceptionCode
 
PARAM_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
PARENT_ID - 类中的静态变量 top.tangyh.basic.base.entity.TreeEntity
 
PARENT_ID_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.TreeEntity
 
parentId - 类中的变量 top.tangyh.basic.base.entity.TreeEntity
父ID
parse(byte[], TypeReference<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(byte[], Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(InputStream, TypeReference<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(InputStream, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
将字符串解析LocalDate
parse(String, TypeReference<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(String, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parse(String, String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
将字符转换成日期
parseArray(String, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
parseAsDate(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
根据传入的String返回对应的date
parseAsDateTime(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
按给定参数返回Date对象
parseAsLocalDate(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
parseAsLocalDateTime(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
parseAsLocalTime(String) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
PATH_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 前端页面地址栏#号后的路径
PATTERN_CHINESE - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_EMAIL - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_ID_CARD - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_IP_ADDRESS - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_MOBILE - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_PASSWORD - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_URL - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PATTERN_USERNAME - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
 
PERCENT - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
PIPE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
PLUS - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
PROCEED - 类中的静态变量 top.tangyh.basic.context.ContextConstants
WriteInterceptor 放行标志
PROD - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
PROJECT_PREFIX - 接口中的静态变量 top.tangyh.basic.constant.Constants
项目前缀
publishEvent(Object) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
put(String, Object) - 类中的方法 top.tangyh.basic.base.R
 
putAll(Map<Object, Object>) - 类中的方法 top.tangyh.basic.base.R
 
putAll(Map<String, String>) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
putAll(Map<String, Set<String>>...) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
 

Q

QUESTION_MARK - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
QUOTE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

R

R<T> - top.tangyh.basic.base中的类
 
R(int, T, String) - 类的构造器 top.tangyh.basic.base.R
 
R(int, T, String, boolean) - 类的构造器 top.tangyh.basic.base.R
 
R(int, T, String, String) - 类的构造器 top.tangyh.basic.base.R
 
readTree(byte[]) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
readTree(JsonParser) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
readTree(InputStream) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
readTree(String) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
REGEX_CHINESE - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证汉字
REGEX_EMAIL - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证邮箱
REGEX_ID_CARD - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证身份证
REGEX_IP_ADDRESS - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证IP地址
REGEX_MOBILE - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
移动电话
REGEX_PASSWORD - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证密码 至少包含大写、小写、数字、特殊字符 3项
REGEX_URL - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证URL
REGEX_USERNAME - 类中的静态变量 top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证用户名
regexFind(String, CharSequence) - 类中的静态方法 top.tangyh.basic.utils.DbPlusUtil
正则匹配
remove() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
REQUIRED_FILE_PARAM_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
result(int, E, String) - 类中的静态方法 top.tangyh.basic.base.R
 
result(int, E, String, String) - 类中的静态方法 top.tangyh.basic.base.R
 
RETURN - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
RIGHT_BRACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
RIGHT_BRACKET - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
RIGHT_CHEV - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
RIGHT_SQ_BRACKET - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
round(double, int) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供精确的小数位四舍五入处理。

S

scanPackage(String, Predicate<Class<?>>) - 类中的静态方法 top.tangyh.basic.utils.ClassUtils
扫面包路径下满足class过滤器条件的所有class文件,
如果包路径为 com.abs + A.class 但是输入 abs会产生classNotFoundException
因为className 应该为 com.abs.A 现在却成为abs.A,此工具类对该异常进行忽略处理,有可能是一个不完善的地方,以后需要进行修改
SEMICOLON - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
serialize(BaseEnum, JsonGenerator, SerializerProvider) - 类中的方法 top.tangyh.basic.converter.EnumSerializer
已过时。
 
SERVICE_MAPPER_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
set(String, Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
SET_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
setApplicationContext(ApplicationContext) - 类中的静态方法 top.tangyh.basic.utils.SpringUtils
 
setApplicationId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
应用ID
setBoot(Boolean) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setClientId(String) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setCurrentCompanyId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setCurrentDeptId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setCurrentTopCompanyId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setEmployeeId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
员工id
setGrayVersion(String) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setLocalMap(Map<String, String>) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setLogTraceId(String) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setPath(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
地址栏路径
setProceed() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setStop() - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setTenantId(Long) - 接口中的方法 top.tangyh.basic.model.cache.CacheKeyBuilder
设置企业id
setToken(String) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
 
setUserId(Object) - 类中的静态方法 top.tangyh.basic.context.ContextUtil
用户ID
SHORT_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
SINGLE_QUOTE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
SLASH - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
SLASH_DATE_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
SLASH_DATE_FORMAT_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
SLASH_DATE_TIME_FORMAT - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
SLASH_DATE_TIME_FORMAT_MATCHES - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
SORT_VALUE - 类中的静态变量 top.tangyh.basic.base.entity.TreeEntity
 
SORT_VALUE_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.TreeEntity
 
sortValue - 类中的变量 top.tangyh.basic.base.entity.TreeEntity
排序
SPACE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
split(Collection<String>, CharSequence) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
按照分隔符切割list
split(Collection<T>, Function<? super T, ?>, CharSequence) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
按照分隔符切割list
SpringUtils - top.tangyh.basic.utils中的类
Spring工具类
SQL_EX - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
STAR - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
state(boolean) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean, String, Object...) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean, Supplier<String>) - 类中的静态方法 top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
STOP - 类中的静态变量 top.tangyh.basic.context.ContextConstants
WriteInterceptor 禁止执行标志
StrHelper - top.tangyh.basic.utils中的类
字符串帮助类
string - enum class 中的枚举常量 top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
字符串
STRING_TYPE_NAME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
String2DateConverter - top.tangyh.basic.converter中的类
解决 @RequestParam 标记的 Date 类型的入参,参数转换问题。
String2DateConverter() - 类的构造器 top.tangyh.basic.converter.String2DateConverter
 
String2LocalDateConverter - top.tangyh.basic.converter中的类
解决 @RequestParam 标记的 LocalDate 类型的入参,参数转换问题。
String2LocalDateConverter() - 类的构造器 top.tangyh.basic.converter.String2LocalDateConverter
 
String2LocalDateTimeConverter - top.tangyh.basic.converter中的类
解决 @RequestParam 标记的 LocalDateTime 类型的入参,参数转换问题。
String2LocalDateTimeConverter() - 类的构造器 top.tangyh.basic.converter.String2LocalDateTimeConverter
 
String2LocalTimeConverter - top.tangyh.basic.converter中的类
解决 @RequestParam LocalTime Date 类型的入参,参数转换问题。
String2LocalTimeConverter() - 类的构造器 top.tangyh.basic.converter.String2LocalTimeConverter
 
StrPool - top.tangyh.basic.utils中的接口
常用字符串
sub(double, double) - 类中的静态方法 top.tangyh.basic.utils.ArithUtil
提供精确的减法运算。
success() - 类中的静态方法 top.tangyh.basic.base.R
 
success(E) - 类中的静态方法 top.tangyh.basic.base.R
请求成功消息
success(E, String) - 类中的静态方法 top.tangyh.basic.base.R
请求成功方法 ,data返回值,msg提示信息
SUCCESS - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
SUCCESS_CODE - 类中的静态变量 top.tangyh.basic.base.R
 
successDef() - 类中的静态方法 top.tangyh.basic.base.R
 
successDef(E) - 类中的静态方法 top.tangyh.basic.base.R
 
successDef(E, String) - 类中的静态方法 top.tangyh.basic.base.R
 
SuperEntity<T> - top.tangyh.basic.base.entity中的类
包括id、created_time、created_by字段的表继承的基础实体
SuperEntity() - 类的构造器 top.tangyh.basic.base.entity.SuperEntity
 
SuperEntity.Save - top.tangyh.basic.base.entity中的接口
保存和缺省验证组
SuperEntity.Update - top.tangyh.basic.base.entity中的接口
更新和缺省验证组
SYSTEM_BUSY - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
SYSTEM_TIMEOUT - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 

T

TAB - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
TEST - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
TEST_TOKEN - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
TILDA - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
TIME - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
timeout() - 类中的静态方法 top.tangyh.basic.base.R
 
TIMEOUT_CODE - 类中的静态变量 top.tangyh.basic.base.R
 
toBeanList(Collection<E>, Class<T>) - 类中的静态方法 top.tangyh.basic.utils.BeanPlusUtil
转换 list
toBeanPage(IPage<E>, Class<T>) - 类中的静态方法 top.tangyh.basic.utils.BeanPlusUtil
转化Page 对象
toJson(T) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
toJsonAsBytes(Object) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
TOKEN_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 token
TOKEN_KEY - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头中携带的 token key
toMap(String) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
toMap(String, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
TOO_MANY_REQUESTS - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
TOO_MUCH_DATA_ERROR - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
top.tangyh.basic.base - 程序包 top.tangyh.basic.base
 
top.tangyh.basic.base.entity - 程序包 top.tangyh.basic.base.entity
 
top.tangyh.basic.constant - 程序包 top.tangyh.basic.constant
 
top.tangyh.basic.context - 程序包 top.tangyh.basic.context
 
top.tangyh.basic.converter - 程序包 top.tangyh.basic.converter
 
top.tangyh.basic.exception - 程序包 top.tangyh.basic.exception
 
top.tangyh.basic.exception.code - 程序包 top.tangyh.basic.exception.code
 
top.tangyh.basic.function - 程序包 top.tangyh.basic.function
 
top.tangyh.basic.interfaces - 程序包 top.tangyh.basic.interfaces
 
top.tangyh.basic.interfaces.echo - 程序包 top.tangyh.basic.interfaces.echo
 
top.tangyh.basic.interfaces.validator - 程序包 top.tangyh.basic.interfaces.validator
 
top.tangyh.basic.jackson - 程序包 top.tangyh.basic.jackson
 
top.tangyh.basic.model - 程序包 top.tangyh.basic.model
 
top.tangyh.basic.model.cache - 程序包 top.tangyh.basic.model.cache
 
top.tangyh.basic.model.log - 程序包 top.tangyh.basic.model.log
 
top.tangyh.basic.utils - 程序包 top.tangyh.basic.utils
 
toPojo(JsonNode, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
toPojo(Map, Class<T>) - 类中的静态方法 top.tangyh.basic.jackson.JsonUtil
 
toString() - 类中的方法 top.tangyh.basic.base.R
 
toString() - 异常错误中的方法 top.tangyh.basic.exception.ArgumentException
 
toString() - 异常错误中的方法 top.tangyh.basic.exception.BizException
 
toString() - 异常错误中的方法 top.tangyh.basic.exception.CommonException
 
toString() - 异常错误中的方法 top.tangyh.basic.exception.ForbiddenException
 
toString() - 异常错误中的方法 top.tangyh.basic.exception.UnauthorizedException
 
toString() - 类中的方法 top.tangyh.basic.function.Either
 
toString() - 类中的方法 top.tangyh.basic.model.cache.CacheKey
 
TRACE_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
日志链路追踪id信息头
tran() - 类中的方法 top.tangyh.basic.model.cache.CacheHashKey
 
tranDurationToShow(Duration) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
转换时间显示方式
TRANSACTIONAL - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
 
TREE_SPLIT - 类中的静态变量 top.tangyh.basic.utils.TreeUtil
默认的树节点 分隔符
TreeEntity<E,T extends Serializable> - top.tangyh.basic.base.entity中的类
包括id、created_time、created_by、updated_by、updated_time、label、parent_id、sort_value 字段的表继承的树形实体
TreeEntity() - 类的构造器 top.tangyh.basic.base.entity.TreeEntity
 
TreeUtil - top.tangyh.basic.utils中的类
list列表 转换成tree列表 Created by Ace on 2017/6/12.
TRUE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

U

UNAUTHORIZED - enum class 中的枚举常量 top.tangyh.basic.exception.code.ExceptionCode
登录未授权。
UnauthorizedException - top.tangyh.basic.exception中的异常错误
401 未认证 未登录
UnauthorizedException(int, String) - 异常错误的构造器 top.tangyh.basic.exception.UnauthorizedException
 
UnauthorizedException(int, String, Throwable) - 异常错误的构造器 top.tangyh.basic.exception.UnauthorizedException
 
UNDERSCORE - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
uniqueIndex(Iterable<V>, Function<? super V, K>, Function<? super V, M>) - 类中的静态方法 top.tangyh.basic.utils.CollHelper
增强 guava 的 Maps.uniqueIndex方法
UNKNOW - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
until(LocalDate, LocalDate) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
 
until(LocalDateTime, LocalDateTime) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
until(Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算结束时间与当前时间间隔的天数
until(Date, Date) - 类中的静态方法 top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
UPDATED_BY - 类中的静态变量 top.tangyh.basic.base.entity.Entity
 
UPDATED_BY_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.Entity
 
UPDATED_TIME - 类中的静态变量 top.tangyh.basic.base.entity.Entity
 
UPDATED_TIME_FIELD - 类中的静态变量 top.tangyh.basic.base.entity.Entity
 
updatedBy - 类中的变量 top.tangyh.basic.base.entity.Entity
 
updatedTime - 类中的变量 top.tangyh.basic.base.entity.Entity
 
US_ASCII - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
useDefaultValueForUnknownEnum(DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
useNullForUnknownEnum(DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
USER_ID_HEADER - 类中的静态变量 top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 用户ID
UTF_8 - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
UTF8 - 接口中的静态变量 top.tangyh.basic.utils.StrPool
编码

V

VALID_EX_CODE - 类中的静态变量 top.tangyh.basic.base.R
统一参数验证异常
ValidatorUtil - top.tangyh.basic.utils中的类
校验器:利用正则表达式校验邮箱、手机号等
validFail(String) - 类中的静态方法 top.tangyh.basic.base.R
 
validFail(String, Object...) - 类中的静态方法 top.tangyh.basic.base.R
 
validFail(String, Object...) - 异常错误中的静态方法 top.tangyh.basic.exception.BizException
 
validFail(BaseExceptionCode) - 类中的静态方法 top.tangyh.basic.base.R
 
value() - 接口中的方法 top.tangyh.basic.interfaces.validator.IValidatable
此类需要检验什么值 支持length长度检验。
valueOf(String) - enum class中的静态方法 top.tangyh.basic.exception.code.ExceptionCode
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 top.tangyh.basic.exception.code.ExceptionCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WEEK - 类中的静态变量 top.tangyh.basic.utils.DateUtils
 
withDateFormat(DateTimeFormatter) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
withLeniency(Boolean) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
withResolved(Boolean) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
withResolved(Boolean, Boolean, Boolean) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
withShape(JsonFormat.Shape) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
wrap(int, String, Object...) - 异常错误中的静态方法 top.tangyh.basic.exception.BizException
实例化异常
wrap(int, String, Object...) - 异常错误中的方法 top.tangyh.basic.exception.CommonException
 
wrap(String) - 异常错误中的静态方法 top.tangyh.basic.exception.ForbiddenException
 
wrap(String) - 异常错误中的静态方法 top.tangyh.basic.exception.UnauthorizedException
 
wrap(String, Object...) - 异常错误中的静态方法 top.tangyh.basic.exception.BizException
 
wrap(String, Object...) - 异常错误中的静态方法 top.tangyh.basic.exception.ForbiddenException
 
wrap(BaseExceptionCode) - 异常错误中的静态方法 top.tangyh.basic.exception.BizException
 
wrap(BaseExceptionCode) - 异常错误中的静态方法 top.tangyh.basic.exception.ForbiddenException
 
wrap(BaseExceptionCode, Throwable) - 异常错误中的静态方法 top.tangyh.basic.exception.BizException
 
wrap(ExceptionCode) - 异常错误中的静态方法 top.tangyh.basic.exception.UnauthorizedException
 

Y

Y - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 
YES - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

Z

ZERO - 接口中的静态变量 top.tangyh.basic.utils.StrPool
 

_

_caseInsensitive - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_deserializeOther(JsonParser, DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_enumClass() - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_enumsByIndex - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_failForNotLenient(JsonParser, DeserializationContext, JsonToken) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_fromEmptyString(JsonParser, DeserializationContext, String) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_fromInteger(JsonParser, DeserializationContext, int) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_fromString(JsonParser, DeserializationContext, String) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_getToStringLookup(DeserializationContext) - 类中的方法 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。 
_handleDateTimeException(DeserializationContext, DateTimeException, String) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_handleUnexpectedToken(DeserializationContext, JsonParser, JsonToken...) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_handleUnexpectedToken(DeserializationContext, JsonParser, String, Object...) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_isFromIntValue - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_isLenient - 类中的变量 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_isValidTimestampString(String) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_lookupByEnumNaming - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_lookupByName - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_lookupByToString - 类中的变量 com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
 
_peelDTE(DateTimeException) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_reportWrongToken(JsonParser, DeserializationContext, JsonToken...) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_reportWrongToken(DeserializationContext, JsonToken, String) - 类中的方法 top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格