索引
所有类|所有程序包
A
- ADD - io.eden.common.core.log.LogTypeEnum
- addOption(String, Object) - 类 中的方法io.eden.common.core.ResponseWrapper
- ApplicationException - io.eden.common.core.exception中的异常错误
- ApplicationException() - 异常错误 的构造器io.eden.common.core.exception.ApplicationException
- ApplicationException(String) - 异常错误 的构造器io.eden.common.core.exception.ApplicationException
- ApplicationException(String, Throwable) - 异常错误 的构造器io.eden.common.core.exception.ApplicationException
- ApplicationException(Throwable) - 异常错误 的构造器io.eden.common.core.exception.ApplicationException
B
- base64Decode(String) - 类 中的静态方法io.eden.common.utils.CommonUtils
-
Base64 解码
- base64Encode(String) - 类 中的静态方法io.eden.common.utils.CommonUtils
-
Base64 UTF-8 编码
- buildLikeParam(String) - 类 中的静态方法io.eden.common.utils.CommonUtils
-
Append "%" to like param
C
- checkedCast(long) - 类 中的静态方法io.eden.common.core.Hashids
- CommonAssert - io.eden.common.core中的类
- CommonAssert() - 类 的构造器io.eden.common.core.CommonAssert
- CommonUtils - io.eden.common.utils中的类
- CommonUtils() - 类 的构造器io.eden.common.utils.CommonUtils
D
- decode(String) - 类 中的方法io.eden.common.core.Hashids
-
Decode string to numbers
- decodeHex(String) - 类 中的方法io.eden.common.core.Hashids
-
Decode string to numbers
- decodeWithSnowFlake(Hashids, String) - 类 中的静态方法io.eden.common.core.Hashids
-
将 hashid 恢复成 snowflake 数字
- decodeWithSnowFlake(String) - 类 中的方法io.eden.common.core.Hashids
-
将 hashid 恢复成 snowflake 数字
- DELETE - io.eden.common.core.log.LogTypeEnum
- doesNotContain(String, String, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that the given text does not contain the given substring.
E
- EDIT - io.eden.common.core.log.LogTypeEnum
- encode(long...) - 类 中的方法io.eden.common.core.Hashids
-
Encode numbers to string
- encodeHex(String) - 类 中的方法io.eden.common.core.Hashids
-
Encode hexa to string
- encodeWithSnowFlake(Hashids, Long) - 类 中的静态方法io.eden.common.core.Hashids
-
将 snowflake 数字转换为 hashid
- encodeWithSnowFlake(Long) - 类 中的方法io.eden.common.core.Hashids
-
将 snowflake 数字转换为 hashid
F
- fail() - 类 中的静态方法io.eden.common.core.ResponseWrapper
- fail(Exception) - 类 中的静态方法io.eden.common.core.ResponseWrapper
- fail(String) - 类 中的静态方法io.eden.common.core.ResponseWrapper
- fail(String, Exception) - 类 中的静态方法io.eden.common.core.ResponseWrapper
G
- generateUUID() - 类 中的静态方法io.eden.common.utils.CommonUtils
- getFileExtension(String) - 类 中的静态方法io.eden.common.utils.CommonUtils
-
获取文件后缀名(包含.)
- getId() - 枚举 中的方法io.eden.common.utils.SnowFlakeIdUtils
- getInstance() - 枚举 中的静态方法io.eden.common.utils.SnowFlakeIdUtils
- getLogTypeCode() - 枚举 中的方法io.eden.common.core.log.LogTypeEnum
- getLogTypeName() - 枚举 中的方法io.eden.common.core.log.LogTypeEnum
- getOption(String) - 类 中的方法io.eden.common.core.ResponseWrapper
- getSnowFlake() - 枚举 中的方法io.eden.common.utils.SnowFlakeIdUtils
- getTypeNameByCode(int) - 枚举 中的静态方法io.eden.common.core.log.LogTypeEnum
- getTypesMap() - 枚举 中的静态方法io.eden.common.core.log.LogTypeEnum
- getVersion() - 类 中的方法io.eden.common.core.Hashids
-
Get Hashid algorithm version.
H
- Hashids - io.eden.common.core中的类
-
Hashids designed for Generating short hashes from numbers (like YouTube and Bitly), obfuscate database IDs, use them as forgotten password hashes, invitation codes, store shard numbers.
- Hashids() - 类 的构造器io.eden.common.core.Hashids
- Hashids(String) - 类 的构造器io.eden.common.core.Hashids
- Hashids(String, int) - 类 的构造器io.eden.common.core.Hashids
- Hashids(String, int, String) - 类 的构造器io.eden.common.core.Hashids
- hasLength(String, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasText(String, String) - 类 中的静态方法io.eden.common.core.CommonAssert
I
- INSTANCE - io.eden.common.utils.SnowFlakeIdUtils
- INVALID - io.eden.common.core.ValidStatusEnum
- io.eden.common.core - 程序包 io.eden.common.core
- io.eden.common.core.exception - 程序包 io.eden.common.core.exception
- io.eden.common.core.log - 程序包 io.eden.common.core.log
- io.eden.common.utils - 程序包 io.eden.common.utils
- isAssignable(Class<?>, Class<?>) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that
superType.isAssignableFrom(subType)istrue. - isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that
superType.isAssignableFrom(subType)istrue. - isContentSucc() - 类 中的方法io.eden.common.core.ResponseWrapper
- isInstanceOf(Class<?>, Object) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that the provided object is an instance of the provided class.
- isNull(Object, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that an object is
null. - isTrue(boolean, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert a boolean expression, throwing an
IllegalArgumentExceptionif the expression evaluates tofalse.
L
- LOGIN - io.eden.common.core.log.LogTypeEnum
- LogRecordDto - io.eden.common.core.log中的类
- LogRecordDto() - 类 的构造器io.eden.common.core.log.LogRecordDto
- LogTypeEnum - io.eden.common.core.log中的枚举
M
- MAX_NUMBER - 类 中的静态变量io.eden.common.core.Hashids
-
Max number that can be encoded with Hashids.
N
- nextId() - 类 中的方法io.eden.common.utils.SnowFlake
-
已过时。产生下一个ID
- noNullElements(Object[], String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that an array contains no
nullelements. - notEmpty(Object[], String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that an array contains elements; that is, it must not be
nulland must contain at least one element. - notEmpty(Collection<?>, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that a collection contains elements; that is, it must not be
nulland must contain at least one element. - notEmpty(Map<?, ?>, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that a Map contains entries; that is, it must not be
nulland must contain at least one entry. - notNull(Object, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert that an object is not
null.
O
- OTHER - io.eden.common.core.log.LogTypeEnum
P
- parse() - 类 中的方法io.eden.common.core.log.LogRecordDto
R
- ResponseWrapper<T> - io.eden.common.core中的类
- ResponseWrapper(boolean, String, T) - 类 的构造器io.eden.common.core.ResponseWrapper
S
- setCode(String) - 类 中的方法io.eden.common.core.ResponseWrapper
- SnowFlake - io.eden.common.utils中的类
-
已过时。
- SnowFlake(long, long) - 类 的构造器io.eden.common.utils.SnowFlake
-
已过时。
- SnowFlakeIdUtils - io.eden.common.utils中的枚举
-
SnowFlake 单例 Usage : long id1 = SnowFlakeIdUtils.INSTANCE.getId(); long id2 = SnowFlakeIdUtils.getInstance().nextId();
- state(boolean, String) - 类 中的静态方法io.eden.common.core.CommonAssert
-
Assert a boolean expression, throwing an
IllegalStateExceptionif the expression evaluates tofalse. - status() - 枚举 中的方法io.eden.common.core.ValidStatusEnum
- success() - 类 中的静态方法io.eden.common.core.ResponseWrapper
- success(String) - 类 中的静态方法io.eden.common.core.ResponseWrapper
- success(T) - 类 中的静态方法io.eden.common.core.ResponseWrapper
- success(T, String) - 类 中的静态方法io.eden.common.core.ResponseWrapper
V
- VALID - io.eden.common.core.ValidStatusEnum
- ValidStatusEnum - io.eden.common.core中的枚举
- valueOf(String) - 枚举 中的静态方法io.eden.common.core.log.LogTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.eden.common.core.ValidStatusEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.eden.common.utils.SnowFlakeIdUtils
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法io.eden.common.core.log.LogTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举 中的静态方法io.eden.common.core.ValidStatusEnum
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举 中的静态方法io.eden.common.utils.SnowFlakeIdUtils
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
所有类|所有程序包