Index

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|All Packages|Constant Field Values|Serialized Form

A

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

B

BACK_SLASH - Static variable in interface top.tangyh.basic.utils.StrPool
 
BACKTICK - Static variable in interface top.tangyh.basic.utils.StrPool
 
BAD_GATEWAY - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
BAD_REQUEST - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
BASE_ALL_CHAR_NUMBER - Static variable in interface top.tangyh.basic.utils.StrPool
用于随机选的字符和数字
BASE_BOOLEAN_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_CHAR_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_DOUBLE_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_FLOAT_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_INTEGER_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_LONG_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_SHORT_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BASE_UPPER_CHAR - Static variable in interface top.tangyh.basic.utils.StrPool
用于随机选的字符
BASE_VALID_PARAM - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
BASE_VALID_PARAM - Static variable in interface top.tangyh.basic.exception.BaseException
统一参数验证异常码
BaseCheckedException - Exception in top.tangyh.basic.exception
运行期异常基类
BaseCheckedException(int, String) - Constructor for exception top.tangyh.basic.exception.BaseCheckedException
 
BaseCheckedException(int, String, Object...) - Constructor for exception top.tangyh.basic.exception.BaseCheckedException
 
BaseEnum - Interface in top.tangyh.basic.interfaces
枚举类型基类
BaseException - Interface in top.tangyh.basic.exception
异常接口类
BaseExceptionCode - Interface in top.tangyh.basic.exception.code
异常编码
BaseUncheckedException - Exception in top.tangyh.basic.exception
非运行期异常基类,所有自定义非运行时异常继承该类
BaseUncheckedException(int, String) - Constructor for exception top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Object...) - Constructor for exception top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, String, Throwable) - Constructor for exception top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(int, Throwable) - Constructor for exception top.tangyh.basic.exception.BaseUncheckedException
 
BaseUncheckedException(Throwable) - Constructor for exception top.tangyh.basic.exception.BaseUncheckedException
 
BeanPlusUtil - Class in top.tangyh.basic.utils
Bean增强类工具类
BeanPlusUtil() - Constructor for class top.tangyh.basic.utils.BeanPlusUtil
 
between(LocalTime, LocalTime) - Static method in class top.tangyh.basic.utils.DateUtils
判断当前时间是否在指定时间范围
BizException - Exception in top.tangyh.basic.exception
业务异常 用于在处理业务逻辑时,进行抛出的异常。
BizException(int, String) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(int, String, Object...) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(int, String, Throwable) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(int, Throwable) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(String) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(String, Throwable) - Constructor for exception top.tangyh.basic.exception.BizException
 
BizException(Throwable) - Constructor for exception top.tangyh.basic.exception.BizException
 
BOOLEAN - Static variable in interface top.tangyh.basic.utils.StrPool
 
BOOLEAN_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
BRACE - Static variable in interface top.tangyh.basic.utils.StrPool
 
build(String, Object...) - Method in enum class top.tangyh.basic.exception.code.ExceptionCode
 
build(List<T>) - Static method in class top.tangyh.basic.utils.TreeUtil
构建 根节点存储null,节点ID类型为Long 的树
build(List<T>, NodeParser<T, Long>) - Static method in class top.tangyh.basic.utils.TreeUtil
构建 根节点存储 rootId,节点ID类型为Long 的树
build(List<T>, TreeNodeConfig) - Static method in class top.tangyh.basic.utils.TreeUtil
构建 根节点存储null,节点ID类型为Long 的树
build(List<T>, E) - Static method in class top.tangyh.basic.utils.TreeUtil
构建 根节点存储 rootId,节点ID类型为Long 的树
build(List<T>, E, TreeNodeConfig) - Static method in class top.tangyh.basic.utils.TreeUtil
构建 根节点存储 rootId,节点ID类型为Long 的树
buildMap(Iterable<V>, Function<? super V, K>, Function<? super V, M>) - Static method in class top.tangyh.basic.utils.CollHelper
List<V> 转成 Map<K , M> , 若K重复,则后者覆盖前者
buildTree(Collection<E>) - Static method in class top.tangyh.basic.utils.TreeUtil
构建Tree结构
buildTreePath(Long) - Static method in class top.tangyh.basic.utils.TreeUtil
 
BUILT_IN_TENANT_ID_STR - Static variable in class top.tangyh.basic.context.ContextConstants
内置租户
BYTE_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 

C

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

D

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

E

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

F

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

G

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

H

HASH - Static variable in interface top.tangyh.basic.utils.StrPool
 
HASH_LEFT_BRACE - Static variable in interface top.tangyh.basic.utils.StrPool
 
hashCode() - Method in class top.tangyh.basic.model.Kv
 
hashFieldKey(Object, Object...) - Method in interface top.tangyh.basic.model.cache.CacheKeyBuilder
构建 redis 类型的 hash cache key
hashKey(Object...) - Method in interface top.tangyh.basic.model.cache.CacheKeyBuilder
构建 redis 类型的 hash cache key (无field)
HAT - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTML_AMP - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTML_GT - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTML_LT - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTML_NBSP - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTML_QUOTE - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTTP - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTTP_PREFIX - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTTPS - Static variable in interface top.tangyh.basic.utils.StrPool
 
HTTPS_PREFIX - Static variable in interface top.tangyh.basic.utils.StrPool
 
HYSTRIX_ERROR_MESSAGE - Static variable in class top.tangyh.basic.base.R
 

I

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

J

JacksonObjectMapper() - Constructor for class top.tangyh.basic.jackson.JsonUtil.JacksonObjectMapper
 
JAVA_TEMP_DIR - Static variable in interface top.tangyh.basic.utils.StrPool
 
JSON_PARSE_ERROR - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JsonUtil - Class in top.tangyh.basic.jackson
对 jack json 进行封装
JsonUtil.JacksonObjectMapper - Class in top.tangyh.basic.jackson
 
JWT_APPLICATION_FORBIDDEN - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_BASIC_INVALID - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_EMPLOYEE_DISABLE - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_GEN_TOKEN_FAIL - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_ILLEGAL_ARGUMENT - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_KEY_COMPANY_ID - Static variable in class top.tangyh.basic.context.ContextConstants
 
JWT_KEY_DEPT_ID - Static variable in class top.tangyh.basic.context.ContextConstants
 
JWT_KEY_EMPLOYEE_ID - Static variable in class top.tangyh.basic.context.ContextConstants
JWT中封装的 员工id
JWT_KEY_TOP_COMPANY_ID - Static variable in class top.tangyh.basic.context.ContextConstants
 
JWT_KEY_USER_ID - Static variable in class top.tangyh.basic.context.ContextConstants
JWT中封装的 用户id
JWT_KEY_UUID - Static variable in class top.tangyh.basic.context.ContextConstants
JWT中封装的 随机数
JWT_NOT_LOGIN - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_OFFLINE - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_PARSER_TOKEN_FAIL - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_RESOURCE_FORBIDDEN - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_SIGNATURE - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_TENANT_DISABLE - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_TOKEN_EXPIRED - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_DISABLE - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_ENABLED - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
JWT_USER_INVALID - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 

K

key(Object...) - Method in interface top.tangyh.basic.model.cache.CacheKeyBuilder
构建通用KV模式 的 cache key 兼容 redis caffeine
keywordConvert(Object) - Static method in class top.tangyh.basic.utils.StrHelper
 
keywordConvert(String) - Static method in class top.tangyh.basic.utils.StrHelper
mybatis plus like查询转换
Kv - Class in top.tangyh.basic.model
键值对 通用对象
Kv() - Constructor for class top.tangyh.basic.model.Kv
 

L

LABEL - Static variable in class top.tangyh.basic.base.entity.TreeEntity
 
LampJacksonModule - Class in top.tangyh.basic.jackson
jackson 自定义序列化 and 反序列化 规则
LampJacksonModule() - Constructor for class top.tangyh.basic.jackson.LampJacksonModule
 
LampLocalDateTimeDeserializer - Class in 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) - Constructor for class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LampLocalDateTimeDeserializer(LampLocalDateTimeDeserializer, Boolean) - Constructor for class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LEFT_BRACE - Static variable in interface top.tangyh.basic.utils.StrPool
 
LEFT_BRACKET - Static variable in interface top.tangyh.basic.utils.StrPool
 
LEFT_BRACKET_CHAR - Static variable in interface top.tangyh.basic.utils.StrPool
 
LEFT_CHEV - Static variable in interface top.tangyh.basic.utils.StrPool
 
LEFT_SQ_BRACKET - Static variable in interface top.tangyh.basic.utils.StrPool
 
lift(CheckedFunction<T, R>) - Static method in class top.tangyh.basic.function.Either
处理类
liftWithValue(CheckedFunction<T, R>) - Static method in class top.tangyh.basic.function.Either
 
like(Object, SqlLike) - Static method in class top.tangyh.basic.utils.StrHelper
拼接like条件
LIST_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
LOAD_RESOURCES_ERROR - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
LoadService - Interface in top.tangyh.basic.interfaces.echo
加载数据
LOCAL_DATE_FORMAT_MAP - Static variable in class top.tangyh.basic.utils.DateUtils
 
LOCAL_DATE_TIME_FORMAT_MAP - Static variable in class top.tangyh.basic.utils.DateUtils
 
LOCAL_DATE_TIME_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
LOCAL_DATE_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
LOCAL_TIME_FORMAT_MAP - Static variable in class top.tangyh.basic.utils.DateUtils
 
LOCAL_TIME_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 
localDateTime2Date(LocalDateTime) - Static method in class top.tangyh.basic.utils.DateUtils
LocalDateTime转换为Date
logicalType() - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
logicalType() - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
LONG_TYPE_NAME - Static variable in interface top.tangyh.basic.utils.StrPool
 

M

mapLeft(Function<? super L, T>) - Method in class top.tangyh.basic.function.Either
 
mapRight(Function<? super R, T>) - Method in class top.tangyh.basic.function.Either
 
MAX_3_MONTH_DAY - Static variable in class top.tangyh.basic.utils.DateUtils
3个月平均天数
MAX_MONTH_DAY - Static variable in class top.tangyh.basic.utils.DateUtils
一个月平均天数
MAX_YEAR_DAY - Static variable in class top.tangyh.basic.utils.DateUtils
一年平均天数
MEDIA_TYPE_EX - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
METHOD_NOT_ALLOWED - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
MONTH - Static variable in class top.tangyh.basic.utils.DateUtils
 
mul(double, double) - Static method in class top.tangyh.basic.utils.ArithUtil
提供精确的乘法运算。

N

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

O

obj - Enum constant in enum class top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
对象
OFF - Static variable in interface top.tangyh.basic.utils.StrPool
 
OK - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
ON - Static variable in interface top.tangyh.basic.utils.StrPool
 
ONE - Static variable in interface top.tangyh.basic.utils.StrPool
 
OPERATION_EX - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
OPERATION_EX_CODE - Static variable in class top.tangyh.basic.base.R
 
OptLogDTO - Class in top.tangyh.basic.model.log
实体类 系统日志
OptLogDTO() - Constructor for class top.tangyh.basic.model.log.OptLogDTO
 

P

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

Q

QUESTION_MARK - Static variable in interface top.tangyh.basic.utils.StrPool
 
QUOTE - Static variable in interface top.tangyh.basic.utils.StrPool
 

R

R<T> - Class in top.tangyh.basic.base
全局响应对象
R(int, T, String) - Constructor for class top.tangyh.basic.base.R
 
R(int, T, String, boolean) - Constructor for class top.tangyh.basic.base.R
 
R(int, T, String, String) - Constructor for class top.tangyh.basic.base.R
 
readTree(byte[]) - Static method in class top.tangyh.basic.jackson.JsonUtil
 
readTree(JsonParser) - Static method in class top.tangyh.basic.jackson.JsonUtil
 
readTree(InputStream) - Static method in class top.tangyh.basic.jackson.JsonUtil
 
readTree(String) - Static method in class top.tangyh.basic.jackson.JsonUtil
 
REGEX_CHINESE - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证汉字
REGEX_EMAIL - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证邮箱
REGEX_ID_CARD - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证身份证
REGEX_IP_ADDRESS - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证IP地址
REGEX_MOBILE - Static variable in class top.tangyh.basic.utils.ValidatorUtil
移动电话
REGEX_PASSWORD - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证密码 至少包含大写、小写、数字、特殊字符 3项
REGEX_URL - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证URL
REGEX_USERNAME - Static variable in class top.tangyh.basic.utils.ValidatorUtil
正则表达式:验证用户名
regexFind(String, CharSequence) - Static method in class top.tangyh.basic.utils.DbPlusUtil
正则匹配
remove() - Static method in class top.tangyh.basic.context.ContextUtil
 
REQUIRED_FILE_PARAM_EX - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
 
result(int, E, String) - Static method in class top.tangyh.basic.base.R
 
result(int, E, String, String) - Static method in class top.tangyh.basic.base.R
 
RETURN - Static variable in interface top.tangyh.basic.utils.StrPool
 
RIGHT_BRACE - Static variable in interface top.tangyh.basic.utils.StrPool
 
RIGHT_BRACKET - Static variable in interface top.tangyh.basic.utils.StrPool
 
RIGHT_CHEV - Static variable in interface top.tangyh.basic.utils.StrPool
 
RIGHT_SQ_BRACKET - Static variable in interface top.tangyh.basic.utils.StrPool
 
round(double, int) - Static method in class top.tangyh.basic.utils.ArithUtil
提供精确的小数位四舍五入处理。

S

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

T

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

U

UNAUTHORIZED - Enum constant in enum class top.tangyh.basic.exception.code.ExceptionCode
登录未授权。
UnauthorizedException - Exception in top.tangyh.basic.exception
401 未认证 未登录
UnauthorizedException(int, String) - Constructor for exception top.tangyh.basic.exception.UnauthorizedException
 
UnauthorizedException(int, String, Throwable) - Constructor for exception top.tangyh.basic.exception.UnauthorizedException
 
UNDERSCORE - Static variable in interface top.tangyh.basic.utils.StrPool
 
uniqueIndex(Iterable<V>, Function<? super V, K>, Function<? super V, M>) - Static method in class top.tangyh.basic.utils.CollHelper
增强 guava 的 Maps.uniqueIndex方法
UNKNOW - Static variable in interface top.tangyh.basic.utils.StrPool
 
until(LocalDate, LocalDate) - Static method in class top.tangyh.basic.utils.DateUtils
 
until(LocalDateTime, LocalDateTime) - Static method in class top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
until(Date) - Static method in class top.tangyh.basic.utils.DateUtils
计算结束时间与当前时间间隔的天数
until(Date, Date) - Static method in class top.tangyh.basic.utils.DateUtils
计算结束时间与开始时间间隔的天数
UPDATED_BY - Static variable in class top.tangyh.basic.base.entity.Entity
 
UPDATED_BY_FIELD - Static variable in class top.tangyh.basic.base.entity.Entity
 
UPDATED_TIME - Static variable in class top.tangyh.basic.base.entity.Entity
 
UPDATED_TIME_FIELD - Static variable in class top.tangyh.basic.base.entity.Entity
 
updatedBy - Variable in class top.tangyh.basic.base.entity.Entity
 
updatedTime - Variable in class top.tangyh.basic.base.entity.Entity
 
US_ASCII - Static variable in interface top.tangyh.basic.utils.StrPool
 
useDefaultValueForUnknownEnum(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
useNullForUnknownEnum(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
USER_ID_HEADER - Static variable in class top.tangyh.basic.context.ContextConstants
请求头和线程变量中的 用户ID
UTF_8 - Static variable in interface top.tangyh.basic.utils.StrPool
 
UTF8 - Static variable in interface top.tangyh.basic.utils.StrPool
编码

V

VALID_EX_CODE - Static variable in class top.tangyh.basic.base.R
统一参数验证异常
ValidatorUtil - Class in top.tangyh.basic.utils
校验器:利用正则表达式校验邮箱、手机号等
validFail(String) - Static method in class top.tangyh.basic.base.R
 
validFail(String, Object...) - Static method in class top.tangyh.basic.base.R
 
validFail(String, Object...) - Static method in exception top.tangyh.basic.exception.BizException
 
validFail(BaseExceptionCode) - Static method in class top.tangyh.basic.base.R
 
value() - Method in interface top.tangyh.basic.interfaces.validator.IValidatable
此类需要检验什么值 支持length长度检验。
valueOf(String) - Static method in enum class top.tangyh.basic.exception.code.ExceptionCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class top.tangyh.basic.model.cache.CacheKeyBuilder.ValueType
Returns the enum constant of this class with the specified name.
values() - Static method in 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() - Static method in 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 - Static variable in class top.tangyh.basic.utils.DateUtils
 
withDateFormat(DateTimeFormatter) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
withLeniency(Boolean) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
withResolved(Boolean) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated. 
withResolved(Boolean, Boolean, Boolean) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
withShape(JsonFormat.Shape) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
wrap(int, String, Object...) - Static method in exception top.tangyh.basic.exception.BizException
实例化异常
wrap(int, String, Object...) - Method in exception top.tangyh.basic.exception.CommonException
 
wrap(String) - Static method in exception top.tangyh.basic.exception.ForbiddenException
 
wrap(String) - Static method in exception top.tangyh.basic.exception.UnauthorizedException
 
wrap(String, Object...) - Static method in exception top.tangyh.basic.exception.BizException
 
wrap(String, Object...) - Static method in exception top.tangyh.basic.exception.ForbiddenException
 
wrap(BaseExceptionCode) - Static method in exception top.tangyh.basic.exception.BizException
 
wrap(BaseExceptionCode) - Static method in exception top.tangyh.basic.exception.ForbiddenException
 
wrap(BaseExceptionCode, Throwable) - Static method in exception top.tangyh.basic.exception.BizException
 
wrap(ExceptionCode) - Static method in exception top.tangyh.basic.exception.UnauthorizedException
 

Y

Y - Static variable in interface top.tangyh.basic.utils.StrPool
 
YES - Static variable in interface top.tangyh.basic.utils.StrPool
 

Z

ZERO - Static variable in interface top.tangyh.basic.utils.StrPool
 

_

_caseInsensitive - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_deserializeOther(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_enumClass() - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_enumsByIndex - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_failForNotLenient(JsonParser, DeserializationContext, JsonToken) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_fromEmptyString(JsonParser, DeserializationContext, String) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_fromInteger(JsonParser, DeserializationContext, int) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_fromString(JsonParser, DeserializationContext, String) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_getToStringLookup(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated. 
_handleDateTimeException(DeserializationContext, DateTimeException, String) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_handleUnexpectedToken(DeserializationContext, JsonParser, JsonToken...) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_handleUnexpectedToken(DeserializationContext, JsonParser, String, Object...) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_isFromIntValue - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_isLenient - Variable in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_isValidTimestampString(String) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_lookupByEnumNaming - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_lookupByName - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_lookupByToString - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
Deprecated.
 
_peelDTE(DateTimeException) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_reportWrongToken(JsonParser, DeserializationContext, JsonToken...) - Method in class top.tangyh.basic.converter.LampLocalDateTimeDeserializer
 
_reportWrongToken(DeserializationContext, JsonToken, String) - Method in class 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|All Packages|Constant Field Values|Serialized Form