跳过导航链接
A B C D F G H I L N P R S V X 

A

addOption(String, Object) - 类 中的方法xyz.tneciv.common.core.ResponseWrapper
 
ApplicationException - xyz.tneciv.common.core.exception中的异常错误
 
ApplicationException() - 异常错误 的构造器xyz.tneciv.common.core.exception.ApplicationException
 
ApplicationException(String) - 异常错误 的构造器xyz.tneciv.common.core.exception.ApplicationException
 
ApplicationException(String, Throwable) - 异常错误 的构造器xyz.tneciv.common.core.exception.ApplicationException
 
ApplicationException(Throwable) - 异常错误 的构造器xyz.tneciv.common.core.exception.ApplicationException
 

B

base64Decode(String) - 类 中的静态方法xyz.tneciv.common.core.CommonUtils
Base64 解码
base64Encode(String) - 类 中的静态方法xyz.tneciv.common.core.CommonUtils
Base64 UTF-8 编码
buildLikeParam(String) - 类 中的静态方法xyz.tneciv.common.core.CommonUtils
Append "%" to like param

C

CommonAssert - xyz.tneciv.common.core中的类
 
CommonAssert() - 类 的构造器xyz.tneciv.common.core.CommonAssert
 
CommonUtils - xyz.tneciv.common.core中的类
 
CommonUtils() - 类 的构造器xyz.tneciv.common.core.CommonUtils
 

D

doesNotContain(String, String, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that the given text does not contain the given substring.

F

fail() - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
fail(String) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
fail(String, Exception) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
fail(Exception) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 

G

generateUUID() - 类 中的静态方法xyz.tneciv.common.core.CommonUtils
 
getFileExtension(String) - 类 中的静态方法xyz.tneciv.common.core.CommonUtils
获取文件后缀名(包含.)
getLogTypeCode() - 枚举 中的方法xyz.tneciv.common.core.log.LogTypeEnum
 
getLogTypeName() - 枚举 中的方法xyz.tneciv.common.core.log.LogTypeEnum
 
getOption(String) - 类 中的方法xyz.tneciv.common.core.ResponseWrapper
 
getTypeNameByCode(int) - 枚举 中的静态方法xyz.tneciv.common.core.log.LogTypeEnum
 
getTypesMap() - 枚举 中的静态方法xyz.tneciv.common.core.log.LogTypeEnum
 

H

hasLength(String, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasText(String, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
 

I

isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that superType.isAssignableFrom(subType) is true.
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that the provided object is an instance of the provided class.
isNull(Object, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that an object is null.
isTrue(boolean, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.

L

LogRecordDto - xyz.tneciv.common.core.log中的类
 
LogRecordDto() - 类 的构造器xyz.tneciv.common.core.log.LogRecordDto
 
LogTypeEnum - xyz.tneciv.common.core.log中的枚举
 

N

nextId() - 类 中的方法xyz.tneciv.common.core.SnowFlake
产生下一个ID
noNullElements(Object[], String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that an array contains no null elements.
notEmpty(Object[], String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Map<?, ?>, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notNull(Object, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert that an object is not null.

P

parse() - 类 中的方法xyz.tneciv.common.core.log.LogRecordDto
 

R

ResponseWrapper<T> - xyz.tneciv.common.core中的类
 
ResponseWrapper(boolean, String, T) - 类 的构造器xyz.tneciv.common.core.ResponseWrapper
 

S

setCode(String) - 类 中的方法xyz.tneciv.common.core.ResponseWrapper
 
SnowFlake - xyz.tneciv.common.core中的类
Twitter的snowflake算法
SnowFlake(long, long) - 类 的构造器xyz.tneciv.common.core.SnowFlake
 
state(boolean, String) - 类 中的静态方法xyz.tneciv.common.core.CommonAssert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
status() - 枚举 中的方法xyz.tneciv.common.core.ValidStatusEnum
 
success() - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
success(String) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
success(T) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 
success(T, String) - 类 中的静态方法xyz.tneciv.common.core.ResponseWrapper
 

V

ValidStatusEnum - xyz.tneciv.common.core中的枚举
 
valueOf(String) - 枚举 中的静态方法xyz.tneciv.common.core.log.LogTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法xyz.tneciv.common.core.ValidStatusEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xyz.tneciv.common.core.log.LogTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法xyz.tneciv.common.core.ValidStatusEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

X

xyz.tneciv.common.core - 程序包 xyz.tneciv.common.core
 
xyz.tneciv.common.core.exception - 程序包 xyz.tneciv.common.core.exception
 
xyz.tneciv.common.core.log - 程序包 xyz.tneciv.common.core.log
 
A B C D F G H I L N P R S V X 
跳过导航链接

Copyright © 2019. All rights reserved.