跳过导航链接
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 _ 

A

action(Object, boolean, String...) - 接口 中的方法top.tangyh.basic.interfaces.echo.EchoService
回显数据的3个步骤:(出现回显失败时,认真debug该方法) 1. parse: 通过反射将obj的字段上标记了 @Echo 注解的字段解析出来, 封装到typeMap中 2. load: 依次查询待回显的数据 3. write: 将查询出来的结果 反射或put 到obj的 字段或echoMap 中 注意:若对象中需要回显的字段之间出现循环引用,很可能发生异常,所以请保证不要出现循环引用!!!
action(Object, String...) - 接口 中的方法top.tangyh.basic.interfaces.echo.EchoService
回显数据的3个步骤:(出现回显失败时,认真debug该方法) 1. parse: 通过反射将obj的字段上标记了 @Echo 注解的字段解析出来, 封装到typeMap中 2. load: 依次查询待回显的数据 3. write: 将查询出来的结果 反射或put 到obj的 字段或echoMap 中 注意:若对象中需要回显的字段之间出现循环引用,很可能发生异常,所以请保证不要出现循环引用!!!
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过滤
ArgumentAssert - top.tangyh.basic.utils中的类
断言
断言某些对象或值是否符合规定,否则抛出异常。
ArgumentAssert() - 类 的构造器top.tangyh.basic.utils.ArgumentAssert
 
ArgumentException - top.tangyh.basic.exception中的异常错误
业务参数异常 用于在业务中,检测到非法参数时,进行抛出的异常。
ArgumentException(Throwable) - 异常错误 的构造器top.tangyh.basic.exception.ArgumentException
 
ArgumentException(String) - 异常错误 的构造器top.tangyh.basic.exception.ArgumentException
 
ArgumentException(String, Throwable) - 异常错误 的构造器top.tangyh.basic.exception.ArgumentException
 
ArgumentException(String, Object...) - 异常错误 的构造器top.tangyh.basic.exception.ArgumentException
 
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
 
BASE_ALL_CHAR_NUMBER - 接口 中的静态变量top.tangyh.basic.utils.StrPool
用于随机选的字符和数字
BASE_UPPER_CHAR - 接口 中的静态变量top.tangyh.basic.utils.StrPool
用于随机选的字符
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
 
BaseDateConverter<T> - top.tangyh.basic.converter中的类
解决入参为 Date类型
BaseDateConverter() - 类 的构造器top.tangyh.basic.converter.BaseDateConverter
 
BaseEnum - top.tangyh.basic.interfaces中的接口
枚举类型基类
BaseException - top.tangyh.basic.exception中的接口
异常接口类
BaseExceptionCode - top.tangyh.basic.exception.code中的接口
异常编码
BaseUncheckedException - top.tangyh.basic.exception中的异常错误
非运行期异常基类,所有自定义非运行时异常继承该类
BaseUncheckedException(Throwable) - 异常错误 的构造器top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, Throwable) - 异常错误 的构造器top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String) - 异常错误 的构造器top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Throwable) - 异常错误 的构造器top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Object...) - 异常错误 的构造器top.tangyh.basic.exception.BaseUncheckedException
 
BASIC_HEADER_KEY - 类 中的静态变量top.tangyh.basic.context.ContextConstants
Client信息认证请求头
BASIC_HEADER_PREFIX - 类 中的静态变量top.tangyh.basic.context.ContextConstants
Client信息认证请求头前缀
BASIC_HEADER_PREFIX_EXT - 类 中的静态变量top.tangyh.basic.context.ContextConstants
Client信息认证请求头前缀
BeanPlusUtil - top.tangyh.basic.utils中的类
Bean增强类工具类 把一个拥有对属性进行set和get方法的类,我们就可以称之为JavaBean。
BeanPlusUtil() - 类 的构造器top.tangyh.basic.utils.BeanPlusUtil
 
BEARER_HEADER_KEY - 类 中的静态变量top.tangyh.basic.context.ContextConstants
User信息 认证请求头
BEARER_HEADER_PREFIX - 类 中的静态变量top.tangyh.basic.context.ContextConstants
User信息 认证请求头前缀
BEARER_HEADER_PREFIX_EXT - 类 中的静态变量top.tangyh.basic.context.ContextConstants
User信息 认证请求头前缀
between(LocalTime, LocalTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
判断当前时间是否在指定时间范围
BizAssert - top.tangyh.basic.utils中的类
已过时。
BizException - top.tangyh.basic.exception中的异常错误
业务异常 用于在处理业务逻辑时,进行抛出的异常。
BizException(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(int, String) - 异常错误 的构造器top.tangyh.basic.exception.BizException
 
BizException(int, String, Throwable) - 异常错误 的构造器top.tangyh.basic.exception.BizException
 
BizException(int, String, Object...) - 异常错误 的构造器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...) - 枚举 中的方法top.tangyh.basic.exception.code.ExceptionCode
 
buildTree(List<E>) - 类 中的静态方法top.tangyh.basic.utils.TreeUtil
构建Tree结构
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
calculation(LocalDate, LocalDate, List<String>) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
calculationEn(LocalDateTime, LocalDateTime, List<String>) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算时间区间内的日期列表,并返回
calculationEn(LocalDate, LocalDate, List<String>) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
CHARACTER_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
checkBetween(int, int, int) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(long, long, long) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(double, double, double) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkBetween(Number, Number, Number) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查值是否在指定范围内
checkIndex(int, int) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足: 0 ≤ index < size
checkIndex(int, int, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足: 0 ≤ index < size
children - 类 中的变量top.tangyh.basic.base.entity.TreeEntity
 
ClassUtils - top.tangyh.basic.utils中的类
 
ClassUtils() - 类 的构造器top.tangyh.basic.utils.ClassUtils
 
clearDatabase() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
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
断言给定值是否被另一个集合包含(即是否不为子串)
 Assert.notContain(names, "张三", "name's 中必须包含 '张三'");
 
contain(Collection<T>, T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定值是否被另一个集合包含(即是否不为子串)
 Assert.notContain(names, "张三", "name's 中必须包含 '张三'");
 
contain(Collection<T>, T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定值是否被另一个集合包含(即是否不为子串)
 Assert.notContain(names, "张三", "name's 中必须包含 '张三'");
 
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
转换日期 0: 今天结束的日期 1m: 1分钟后的日期 1h: 1小时后的日期 4d: 4天后的日期 2w: 2周后的日期 3M: 3个月后的日期 5y: 5年后的日期
convert(String, Function<String, T>) - 类 中的方法top.tangyh.basic.converter.BaseDateConverter
值转换
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
 
CREATE_TIME - 类 中的静态变量top.tangyh.basic.base.entity.SuperEntity
 
CREATE_TIME_COLUMN - 类 中的静态变量top.tangyh.basic.base.entity.SuperEntity
 
createContextual(DeserializationContext, BeanProperty) - 类 中的方法com.fasterxml.jackson.databind.deser.std.EnumDeserializer
 
CREATED_BY - 类 中的静态变量top.tangyh.basic.base.entity.SuperEntity
 
CREATED_BY_COLUMN - 类 中的静态变量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
 
createdBy - 类 中的变量top.tangyh.basic.base.entity.SuperEntity
 
createTime - 类 中的变量top.tangyh.basic.base.entity.SuperEntity
 
CRLF - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
CRON_FORMAT - 类 中的静态变量top.tangyh.basic.utils.DateUtils
 

D

DASH - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
DATABASE - 类 中的静态变量top.tangyh.basic.context.ContextConstants
 
DataScope - top.tangyh.basic.model.database中的类
 
DataScope() - 类 的构造器top.tangyh.basic.model.database.DataScope
 
DataScopeType - top.tangyh.basic.model.database中的枚举
实体注释中生成的类型枚举 角色
DATE - 接口 中的静态变量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
DATE_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
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_TENANT - 类 中的静态变量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_SLASH - 类 中的静态变量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.EnumDeserializer
已过时。
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
deserializerForCreator(DeserializationConfig, Class<?>, AnnotatedMethod) - 类 中的静态方法com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
Since 2.8
deserializerForCreator(DeserializationConfig, Class<?>, AnnotatedMethod, ValueInstantiator, SettableBeanProperty[]) - 类 中的静态方法com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Factory method used when Enum instances are to be deserialized using a creator (static factory method)
deserializerForNoArgsCreator(DeserializationConfig, Class<?>, AnnotatedMethod) - 类 中的静态方法com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Factory method used when Enum instances are to be deserialized using a zero-/no-args factory method
DistributedLock - top.tangyh.basic.lock中的接口
分布式锁顶级接口 例如: RETRY_TIMES=100,SLEEP_MILLIS=100 RETRY_TIMES * SLEEP_MILLIS = 10000 意味着如果一直获取不了锁,最长会等待10秒后抛超时异常
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 父类
EMPTY - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
endOfDay(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
Entity<T> - top.tangyh.basic.base.entity中的类
包括id、create_time、created_by、updated_by、update_time字段的表继承的基础实体
Entity(T, LocalDateTime, T, LocalDateTime, T) - 类 的构造器top.tangyh.basic.base.entity.Entity
 
Entity() - 类 的构造器top.tangyh.basic.base.entity.Entity
 
EnumDeserializer - com.fasterxml.jackson.databind.deser.std中的类
枚举类反序列化程序类,可以从字符串和整数反序列化指定枚举类的实例。
EnumDeserializer(EnumResolver, Boolean) - 类 的构造器com.fasterxml.jackson.databind.deser.std.EnumDeserializer
 
EnumDeserializer(EnumDeserializer, Boolean) - 类 的构造器com.fasterxml.jackson.databind.deser.std.EnumDeserializer
 
EnumDeserializer(EnumResolver) - 类 的构造器com.fasterxml.jackson.databind.deser.std.EnumDeserializer
已过时。
Since 2.9
EnumDeserializer - top.tangyh.basic.converter中的类
已过时。
EnumDeserializer() - 类 的构造器top.tangyh.basic.converter.EnumDeserializer
已过时。
 
EnumSerializer - top.tangyh.basic.converter中的类
继承了BaseEnum接口的枚举值,将会统一按照以下格式序列化 { "code": "XX", "desc": "xxx" }
EnumSerializer() - 类 的构造器top.tangyh.basic.converter.EnumSerializer
 
eq(String) - 接口 中的方法top.tangyh.basic.interfaces.BaseEnum
判断val是否跟当前枚举相等
eq(DataScopeType) - 枚举 中的方法top.tangyh.basic.model.database.DataScopeType
 
equals(Object, Object, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言2个字符串是否相等,如果不等用指定错误码抛出异常
equals(Object, Object, Supplier<? extends X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言2个字符串是否相等,如果 不相等 抛出给定的异常
equals(String, String, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言2个字符串是否相等,如果不等用指定错误码抛出异常 BizException
equals(String, String, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
equals(Object, Object, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
EQUALS - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
ExceptionCode - top.tangyh.basic.exception.code中的枚举
异常编码
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(BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.base.R
 
fail(BizException) - 类 中的静态方法top.tangyh.basic.base.R
 
fail(Throwable) - 类 中的静态方法top.tangyh.basic.base.R
请求失败消息,根据异常类型,获取不同的提供消息
fail(int, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
Fails a test with the given message.
fail(BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
fail() - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
Fails a test with no message.
fail(String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
FAIL_CODE - 类 中的静态变量top.tangyh.basic.base.R
 
FALSE - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
FEIGN - 类 中的静态变量top.tangyh.basic.context.ContextConstants
是否 内部调用项目
FIELD_ID - 类 中的静态变量top.tangyh.basic.base.entity.SuperEntity
 
findByIds(Set<Serializable>) - 接口 中的方法top.tangyh.basic.interfaces.echo.LoadService
根据id查询待回显参数
FLOAT - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
FLOAT_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
ForbiddenException - top.tangyh.basic.exception中的异常错误
403 禁止访问
ForbiddenException(int, String) - 异常错误 的构造器top.tangyh.basic.exception.ForbiddenException
 
FORMAT - 类 中的静态变量top.tangyh.basic.converter.String2DateConverter
 
FORMAT - 类 中的静态变量top.tangyh.basic.converter.String2LocalDateConverter
 
FORMAT - 类 中的静态变量top.tangyh.basic.converter.String2LocalDateTimeConverter
 
FORMAT - 类 中的静态变量top.tangyh.basic.converter.String2LocalTimeConverter
 
format(LocalDateTime, String) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM
format(LocalDate, String) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
format(Date, String) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
根据传入的格式格式化日期.默认格式为MM月dd日
formatAsDate(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
格式化日期,返回格式为 yyyy-MM-dd
formatAsDate(LocalDate) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
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

GBK - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
get(String, Class<T>) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
get(String, Class<T>, Object) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
get(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
get(String) - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
 
get(Integer) - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
 
getAccount() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
登录账号
getApplicationContext() - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
getBean(String) - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
getBean(String, Class<T>) - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
getBean(Class<T>) - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
getBeansOfType(Class<T>) - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
getBetweenDay(Date, Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的日期 yyyy-MM-dd 含头含尾
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
 
getBetweenDayEn(LocalDate, LocalDate) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
getBetweenMonth(Date, Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的月 yyyy-MM
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
 
getBetweenWeek(Date, Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算2个日期之间的所有的周 yyyy-ww 含头含尾
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
 
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() - 枚举 中的方法top.tangyh.basic.exception.code.ExceptionCode
 
getCode() - 接口 中的方法top.tangyh.basic.interfaces.BaseEnum
编码
getCode() - 枚举 中的方法top.tangyh.basic.model.database.DataScopeType
 
getCron(Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
转换 Date 为 cron , eg: "0 07 10 15 1 ?
getCron(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
转换 LocalDateTime 为 cron , eg
getDatabase() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
getDatabase(DataSource) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
从数据源中获取数据库名
getDataBaseNameByUrl(String) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
截取jdbc地址中的数据库名
getDate0000(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate0000(Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate0000(LocalDate) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的开始时间 如:00:00:00
getDate2359(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDate2359(Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDate2359(LocalDate) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取指定日期的结束时间 如:23:59:59
getDateTimeOfSecond(long) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
秒转日期
getDateTimeOfTimestamp(long) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
毫秒转日期
getDbType(DataSource) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
不关闭 Connection,因为是从事务里获取的,sqlSession会负责关闭
getDbType(String) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
根据连接地址判断数据库类型
getDesc() - 接口 中的方法top.tangyh.basic.interfaces.BaseEnum
描述
getEchoMap() - 接口 中的方法top.tangyh.basic.interfaces.echo.EchoVO
回显值 集合
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
扩展参数
getFormat() - 类 中的方法top.tangyh.basic.converter.BaseDateConverter
获取子类 具体的格式化表达式
getFormat() - 类 中的方法top.tangyh.basic.converter.String2DateConverter
 
getFormat() - 类 中的方法top.tangyh.basic.converter.String2LocalDateConverter
 
getFormat() - 类 中的方法top.tangyh.basic.converter.String2LocalDateTimeConverter
 
getFormat() - 类 中的方法top.tangyh.basic.converter.String2LocalTimeConverter
 
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
逻辑处理是否成功
getKey(Object...) - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
根据动态参数 拼接参数
getLastDateOfMonth(Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
获取当月最后一天
getLocalMap() - 类 中的静态方法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
 
getMsg() - 接口 中的方法top.tangyh.basic.exception.code.BaseExceptionCode
异常消息
getMsg() - 枚举 中的方法top.tangyh.basic.exception.code.ExceptionCode
 
getName() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
用户姓名
getOrDef(String, String) - 类 中的静态方法top.tangyh.basic.utils.DefValueHelper
 
getOrDef(T, T) - 类 中的静态方法top.tangyh.basic.utils.DefValueHelper
 
getOrDef(String, String) - 类 中的静态方法top.tangyh.basic.utils.StrHelper
 
getPath() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
地址栏路径
getPattern() - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
获取通配符
getPattern(String, Object...) - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
获取通配符
getPrefix() - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
key 前缀
getPyIndexStr(String, boolean) - 类 中的静态方法top.tangyh.basic.utils.PingYinUtil
返回首字母
getSafeParameterMap(Map<String, String[]>) - 类 中的静态方法top.tangyh.basic.utils.AntiSqlFilterUtils
 
getSafeValue(String) - 类 中的静态方法top.tangyh.basic.utils.AntiSqlFilterUtils
 
getSafeValues(String[]) - 类 中的静态方法top.tangyh.basic.utils.AntiSqlFilterUtils
 
getSqlServerDbName(String) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
 
getStartTime(String) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算开始时间
getSubTenant() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
getTables(DataSource) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
获得所有表名
getTenant() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
获取租户编码
getTenant() - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
租户编码 非租户模式设置成空字符串
getToken() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
获取token
getTreePath(String, Long) - 类 中的静态方法top.tangyh.basic.utils.TreeUtil
 
getUserId() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
用户ID
getUserIdStr() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
getValue() - 接口 中的方法top.tangyh.basic.interfaces.BaseEnum
枚举值
GRAY_VERSION - 类 中的静态变量top.tangyh.basic.context.ContextConstants
灰度发布版本号
gt(LocalDateTime, LocalDateTime, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言 预期值(expected) 大于 实际值(actual)

H

HASH - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
HASH_LEFT_BRACE - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
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
 
initChildren() - 类 中的方法top.tangyh.basic.base.entity.TreeEntity
初始化子类
initialCapacity(int, float) - 类 中的静态方法top.tangyh.basic.utils.CollHelper
计算map 初始容量
initialCapacity(int) - 类 中的静态方法top.tangyh.basic.utils.CollHelper
计算map 初始容量
INSTANCE - 类 中的静态变量top.tangyh.basic.converter.EnumDeserializer
已过时。
 
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
 
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
Because of costs associated with constructing Enum resolvers, let's cache instances by default.
isChinese(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验 汉字
isDefTenantId() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
isEmail(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验邮箱
isEmptyTenant() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
isFalse(boolean, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出指定类型异常
并使用指定的函数获取错误信息返回
  Assert.isFalse(i > 0, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
isFalse(boolean, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出 ArgumentException 异常
 Assert.isFalse(i < 0, "The value must be greater than zero");
 
isFalse(boolean) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为假,如果为 true 抛出 ArgumentException 异常
 Assert.isFalse(i < 0);
 
isFalse(boolean, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言条件为假。
isFalse(boolean, String, String...) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
isIdCard(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验身份证号
isInstanceOf(Class<?>, T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo);
 
isInstanceOf(Class<?>, T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo);
 
isIpAddress(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验ip 地址
isMobile(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验手机号
isNoneBlank(CharSequence...) - 类 中的静态方法top.tangyh.basic.utils.StrHelper
是否全非 Blank
isNull(Object, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
 Assert.isNull(value, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
isNull(Object, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出ArgumentException 异常
 Assert.isNull(value, "The value must be null");
 
isNull(Object) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否为null ,如果不为null 抛出ArgumentException 异常
 Assert.isNull(value);
 
isNull(Object, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言检查这个对象是 Null。
ISO_8859_1 - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
isPassword(String) - 类 中的静态方法top.tangyh.basic.utils.ValidatorUtil
校验密码
isRoot(Long) - 类 中的静态方法top.tangyh.basic.utils.TreeUtil
判断id是否为根节点
isTrue(boolean, Supplier<? extends X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出给定的异常
 Assert.isTrue(i > 0, ArgumentException::new);
 
isTrue(boolean, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出 ArgumentException 异常
 Assert.isTrue(i > 0, "The value must be greater than zero");
 
isTrue(boolean) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言是否为真,如果为 false 抛出 ArgumentException 异常
 Assert.isTrue(i > 0, "The value must be greater than zero");
 
isTrue(boolean, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言条件为真。
isTrue(boolean, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言条件为真。
isTrue(boolean) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言条件为真。
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
 
JsonUtil - top.tangyh.basic.jackson中的类
对 jack json 进行封装
JsonUtil.JacksonObjectMapper - top.tangyh.basic.jackson中的类
 
JWT_KEY_ACCOUNT - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 用户账号
JWT_KEY_CLIENT_ID - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 客户端id
JWT_KEY_NAME - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 用户名称
JWT_KEY_SUB_TENANT - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 子租户编码
JWT_KEY_TENANT - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 租户编码
JWT_KEY_TOKEN_TYPE - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 token 类型
JWT_KEY_USER_ID - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT中封装的 用户id
JWT_SIGN_KEY - 类 中的静态变量top.tangyh.basic.context.ContextConstants
JWT token 签名 签名密钥长度至少32位!!!

K

key(Object...) - 接口 中的方法top.tangyh.basic.model.cache.CacheKeyBuilder
构建通用KV模式 的 cache key 兼容 redis caffeine
keywordConvert(String) - 类 中的静态方法top.tangyh.basic.utils.StrHelper
mybatis plus like查询转换
keywordConvert(Object) - 类 中的静态方法top.tangyh.basic.utils.StrHelper
 
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
 
like(Object, SqlLike) - 类 中的静态方法top.tangyh.basic.utils.StrHelper
拼接like条件
LIST_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
LoadService - top.tangyh.basic.interfaces.echo中的接口
加载数据 3.2.5 版本开始,只保留一个方法,若一个表,想要有多重回显场景,可以新建多个实现类,返回不一样的Map
LOCAL_DATE_TIME_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
LOCAL_DATE_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
LOCAL_TIME_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
localDateTime2Date(LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
LocalDateTime转换为Date
lock(String) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
lock(String, int) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
lock(String, int, long) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
lock(String, long) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
lock(String, long, int) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
lock(String, long, int, long) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
获取锁
LOG_TRACE_ID - 类 中的静态变量top.tangyh.basic.context.ContextConstants
日志链路追踪id日志标志
logicalType() - 类 中的方法com.fasterxml.jackson.databind.deser.std.EnumDeserializer
 
LONG_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 

M

match(String, DataScopeType) - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
 
match(Integer, DataScopeType) - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
 
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
一年平均天数
MONTH - 类 中的静态变量top.tangyh.basic.utils.DateUtils
 

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[], Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含 并使用指定的函数获取错误信息返回
 Assert.noNullElements(array, ()->{
      // to query relation message
      return new ArgumentException("relation message to return ");
  });
 
noNullElements(T[], String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array, "The array must have non-null elements");
 
noNullElements(T[]) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array);
 
notBlank(T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出自定义异常。
notBlank(T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 ArgumentException
 Assert.notBlank(name, "Name must not be blank");
 
notBlank(T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 ArgumentException
 Assert.notBlank(name, "Name must not be blank");
 
notContain(CharSequence, T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串) 并使用指定的函数获取错误信息返回
 Assert.notContain(name, "rod", ()->{
      // to query relation message
      return new ArgumentException("relation message to return ");
  });
 
notContain(String, String, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
 Assert.notContain(name, "rod", "Name must not contain 'rod'");
 
notContain(String, String) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
 Assert.notContain(name, "rod", "Name must not contain 'rod'");
 
notContain(Collection<T>, T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
 Assert.notContain(names, "张三", "name's 中不能包含 '张三'");
 
notContain(Collection<T>, T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
 Assert.notContain(names, "张三", "name's 中不能包含 '张三'");
 
notContain(Collection<T>, T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定值是否不被另一个集合包含(即是否为子串)
 Assert.notContain(names, "张三", "name's 中不能包含 '张三'");
 
notEmpty(T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出自定义异常,并使用指定的函数获取错误信息返回。
notEmpty(T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出 ArgumentException
 Assert.notEmpty(name, "Name must not be empty");
 
notEmpty(T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查给定字符串是否为空,为空抛出 ArgumentException
 Assert.notEmpty(name);
 
notEmpty(T[], Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素 并使用指定的函数获取错误信息返回
 Assert.notEmpty(array, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
notEmpty(T[], String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
 
notEmpty(T[]) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
 
notEmpty(T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定集合非空 并使用指定的函数获取错误信息返回
 Assert.notEmpty(collection, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
notEmpty(T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定集合非空
 Assert.notEmpty(collection, "Collection must have elements");
 
notEmpty(T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定集合非空
 Assert.notEmpty(collection);
 
notEmpty(T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定Map非空 并使用指定的函数获取错误信息返回
 Assert.notEmpty(map, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
notEmpty(T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
 
notEmpty(T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
 
notEmpty(Collection<?>, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言集合不为空,如果为null或者empty,用指定错误码抛出异常 BizException
notEmpty(Collection<?>, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言集合不为空,如果为null或者empty,用指定错误码抛出异常 BizException
notEmpty(T[], BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
notEmpty(String, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言字符串不为空,如果为null或者empty,用指定错误码抛出异常 BizException
notEmpty(String, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
notEmpty(String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
notEquals(Object, Object, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言2个对象不是相等的。
notNull(T, Supplier<X>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
 Assert.notNull(clazz, ()->{
      // to query relation message
      return new ArgumentException("relation message to return");
  });
 
notNull(T, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出ArgumentException 异常 Assert that an object is not null .
notNull(T) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
断言对象是否不为null ,如果为null 抛出ArgumentException 异常
 Assert.notNull(clazz);
 
notNull(Object, BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
断言检查这个对象不是 Null。
notNull(Object) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
notNull(Object, String) - 类 中的静态方法top.tangyh.basic.utils.BizAssert
已过时。
 
NULL - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 

O

OFF - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
ON - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
ONE - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
OPERATION_EX_CODE - 类 中的静态变量top.tangyh.basic.base.R
 
OptLogDTO - top.tangyh.basic.model.log中的类
实体类 系统日志
OptLogDTO() - 类 的构造器top.tangyh.basic.model.log.OptLogDTO
 

P

param(Object...) - 枚举 中的方法top.tangyh.basic.exception.code.ExceptionCode
 
parentId - 类 中的变量top.tangyh.basic.base.entity.TreeEntity
父ID
parse(String, Class<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(String, TypeReference<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(byte[], Class<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(byte[], TypeReference<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(InputStream, Class<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(InputStream, TypeReference<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
parse(String) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
将字符串解析LocalDate
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对象
parseDate(String, String) - 类 中的静态方法top.tangyh.basic.converter.String2DateConverter
格式化日期
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
 
PingYinUtil - top.tangyh.basic.utils中的类
得到中文首字母
PIPE - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
PLUS - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
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, String) - 类 的构造器top.tangyh.basic.base.R
 
R(int, T, String, boolean) - 类 的构造器top.tangyh.basic.base.R
 
readTree(String) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
readTree(InputStream) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
readTree(byte[]) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
readTree(JsonParser) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
REFRESH_TOKEN_KEY - 类 中的静态变量top.tangyh.basic.context.ContextConstants
刷新 Token
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
1开头 总共11位
REGEX_PASSWORD - 类 中的静态变量top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证密码(不包含特殊字符)
REGEX_URL - 类 中的静态变量top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证URL
REGEX_USERNAME - 类 中的静态变量top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证用户名(不包含中文和特殊字符)
regexFind(String, CharSequence) - 类 中的静态方法top.tangyh.basic.utils.DbPlusUtil
正则匹配
releaseLock(String) - 接口 中的方法top.tangyh.basic.lock.DistributedLock
释放锁
remove() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
result(int, E, String) - 类 中的静态方法top.tangyh.basic.base.R
 
result(int, E, String, String) - 类 中的静态方法top.tangyh.basic.base.R
 
RETRY_TIMES - 接口 中的静态变量top.tangyh.basic.lock.DistributedLock
重试次数
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
 

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
 
set(String, Object) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
SET_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
setAccount(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
登录账号
setApplicationContext(ApplicationContext) - 类 中的静态方法top.tangyh.basic.utils.SpringUtils
 
setBoot(Boolean) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setClientId(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setDatabaseBase() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setDatabaseExtend() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setDefTenant() - 类 中的静态方法top.tangyh.basic.context.ContextUtil
设置默认库
setGrayVersion(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setLocalMap(Map<String, String>) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setName(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
用户姓名
setPath(Object) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
地址栏路径
setSubTenant(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setTenant(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setTenantBasePoolName(Object) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
切换base库
setTenantExtendPoolName(Object) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
切换extend库
setToken(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
setUserId(Long) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
用户ID
setUserId(String) - 类 中的静态方法top.tangyh.basic.context.ContextUtil
 
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
 
SLEEP_MILLIS - 接口 中的静态变量top.tangyh.basic.lock.DistributedLock
每次重试后等待的时间 单位:毫秒
sortValue - 类 中的变量top.tangyh.basic.base.entity.TreeEntity
排序
SPACE - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
split(Collection<T>, Function<? super T, ?>, CharSequence) - 类 中的静态方法top.tangyh.basic.utils.CollHelper
按照分隔符切割list
split(Collection<String>, CharSequence) - 类 中的静态方法top.tangyh.basic.utils.CollHelper
按照分隔符切割list
SpringUtils - top.tangyh.basic.utils中的类
Spring工具类
STAR - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
state(boolean, Supplier<String>) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean, String, Object...) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean) - 类 中的静态方法top.tangyh.basic.utils.ArgumentAssert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
StrHelper - top.tangyh.basic.utils中的类
字符串帮助类
String2DateConverter - top.tangyh.basic.converter中的类
解决入参为 Date类型
String2DateConverter() - 类 的构造器top.tangyh.basic.converter.String2DateConverter
 
String2LocalDateConverter - top.tangyh.basic.converter中的类
解决入参为 Date类型
String2LocalDateConverter() - 类 的构造器top.tangyh.basic.converter.String2LocalDateConverter
 
String2LocalDateTimeConverter - top.tangyh.basic.converter中的类
解决入参为 Date类型
String2LocalDateTimeConverter() - 类 的构造器top.tangyh.basic.converter.String2LocalDateTimeConverter
 
String2LocalTimeConverter - top.tangyh.basic.converter中的类
解决入参为 Date类型
String2LocalTimeConverter() - 类 的构造器top.tangyh.basic.converter.String2LocalTimeConverter
 
STRING_TYPE_NAME - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
StrPool - top.tangyh.basic.utils中的接口
常用字符串
success(E) - 类 中的静态方法top.tangyh.basic.base.R
请求成功消息
success() - 类 中的静态方法top.tangyh.basic.base.R
 
success(E, String) - 类 中的静态方法top.tangyh.basic.base.R
请求成功方法 ,data返回值,msg提示信息
SUCCESS_CODE - 类 中的静态变量top.tangyh.basic.base.R
 
successDef(E) - 类 中的静态方法top.tangyh.basic.base.R
 
successDef() - 类 中的静态方法top.tangyh.basic.base.R
 
successDef(E, String) - 类 中的静态方法top.tangyh.basic.base.R
 
SuperEntity<T> - top.tangyh.basic.base.entity中的类
包括id、create_time、created_by字段的表继承的基础实体
SuperEntity() - 类 的构造器top.tangyh.basic.base.entity.SuperEntity
 
SuperEntity.Save - top.tangyh.basic.base.entity中的接口
保存和缺省验证组
SuperEntity.Update - top.tangyh.basic.base.entity中的接口
更新和缺省验证组

T

TAB - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
TENANT_BASE_POOL_NAME_HEADER - 类 中的静态变量top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 base库 租户数据源标识
TENANT_EXTEND_POOL_NAME_HEADER - 类 中的静态变量top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 extend库 租户数据源标识
TEST - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
TEST_TOKEN - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
ThreadLocalParam - top.tangyh.basic.context中的类
线程变量封装的参数
ThreadLocalParam() - 类 的构造器top.tangyh.basic.context.ThreadLocalParam
 
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
 
TIMEOUT_MILLIS - 接口 中的静态变量top.tangyh.basic.lock.DistributedLock
默认超时时间 单位:毫秒
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
 
toMap(String) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
toMap(String, Class<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
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.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.lock - 程序包 top.tangyh.basic.lock
 
top.tangyh.basic.model - 程序包 top.tangyh.basic.model
 
top.tangyh.basic.model.cache - 程序包 top.tangyh.basic.model.cache
 
top.tangyh.basic.model.database - 程序包 top.tangyh.basic.model.database
 
top.tangyh.basic.model.log - 程序包 top.tangyh.basic.model.log
 
top.tangyh.basic.utils - 程序包 top.tangyh.basic.utils
 
toPojo(Map, Class<T>) - 类 中的静态方法top.tangyh.basic.jackson.JsonUtil
 
toPojo(JsonNode, 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
 
TRACE_ID_HEADER - 类 中的静态变量top.tangyh.basic.context.ContextConstants
日志链路追踪id信息头
tran() - 类 中的方法top.tangyh.basic.model.cache.CacheHashKey
 
TreeEntity<E,T extends Serializable> - top.tangyh.basic.base.entity中的类
包括id、create_time、created_by、updated_by、update_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

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方法 guava 的 Maps.uniqueIndex方法可以实现:
将 list<V> 转成 Map<K , V> K 需要自己指定, V不能指定 本方法实现了: 将 list<V> 转成 Map<K , M> K 需要自己指定, M需要自己指定 其中K不能重复,若重复,则会报错
UNKNOW - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
until(Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算结束时间与当前时间间隔的天数
until(Date, Date) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
until(LocalDateTime, LocalDateTime) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
until(LocalDate, LocalDate) - 类 中的静态方法top.tangyh.basic.utils.DateUtils
 
UPDATE_TIME - 类 中的静态变量top.tangyh.basic.base.entity.Entity
 
UPDATE_TIME_COLUMN - 类 中的静态变量top.tangyh.basic.base.entity.Entity
 
UPDATED_BY - 类 中的静态变量top.tangyh.basic.base.entity.Entity
 
UPDATED_BY_COLUMN - 类 中的静态变量top.tangyh.basic.base.entity.Entity
 
updatedBy - 类 中的变量top.tangyh.basic.base.entity.Entity
 
updateTime - 类 中的变量top.tangyh.basic.base.entity.Entity
 
US_ASCII - 接口 中的静态变量top.tangyh.basic.utils.StrPool
 
UTF8 - 接口 中的静态变量top.tangyh.basic.utils.StrPool
编码
UTF_8 - 接口 中的静态变量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(BaseExceptionCode) - 类 中的静态方法top.tangyh.basic.base.R
 
validFail(String, Object...) - 异常错误 中的静态方法top.tangyh.basic.exception.BizException
 
value() - 接口 中的方法top.tangyh.basic.interfaces.validator.IValidatable
此类需要检验什么值 支持length长度检验。
valueOf(String) - 枚举 中的静态方法top.tangyh.basic.exception.code.ExceptionCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.tangyh.basic.exception.code.ExceptionCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.tangyh.basic.model.database.DataScopeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

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
 
withShape(JsonFormat.Shape) - 类 中的方法top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
wrap(int, String, Object...) - 异常错误 中的静态方法top.tangyh.basic.exception.BizException
实例化异常
wrap(String, Object...) - 异常错误 中的静态方法top.tangyh.basic.exception.BizException
 
wrap(BaseExceptionCode) - 异常错误 中的静态方法top.tangyh.basic.exception.BizException
 
wrap(BaseExceptionCode, Throwable) - 异常错误 中的静态方法top.tangyh.basic.exception.BizException
 
wrap(int, String, Object...) - 异常错误 中的方法top.tangyh.basic.exception.CommonException
 
wrap(BaseExceptionCode) - 异常错误 中的静态方法top.tangyh.basic.exception.ForbiddenException
 
wrap(String) - 异常错误 中的静态方法top.tangyh.basic.exception.ForbiddenException
 
wrap(String) - 异常错误 中的静态方法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
 
_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
 
_lookupByName - 类 中的变量com.fasterxml.jackson.databind.deser.std.EnumDeserializer
 
_lookupByToString - 类 中的变量com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Alternatively, we may need a different lookup object if "use toString" is defined.
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 _ 
跳过导航链接

Copyright © 2023. All rights reserved.