Skip navigation links
A B C D F G H I N R S V X 

A

addOption(String, Object) - Method in class xyz.tneciv.commoncore.ResponseWrapper
 
ApplicationException - Exception in xyz.tneciv.commoncore.exception
 
ApplicationException() - Constructor for exception xyz.tneciv.commoncore.exception.ApplicationException
 
ApplicationException(String) - Constructor for exception xyz.tneciv.commoncore.exception.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception xyz.tneciv.commoncore.exception.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception xyz.tneciv.commoncore.exception.ApplicationException
 

B

buildLikeParam(String) - Static method in class xyz.tneciv.commoncore.CommonUtils
Append "%" to like param

C

CommonAssert - Class in xyz.tneciv.commoncore
 
CommonAssert() - Constructor for class xyz.tneciv.commoncore.CommonAssert
 
CommonUtils - Class in xyz.tneciv.commoncore
 
CommonUtils() - Constructor for class xyz.tneciv.commoncore.CommonUtils
 

D

doesNotContain(String, String, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that the given text does not contain the given substring.

F

fail() - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
fail(String) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
fail(String, Exception) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
fail(Exception) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 

G

generateUUID() - Static method in class xyz.tneciv.commoncore.CommonUtils
 
getFileExtension(String) - Static method in class xyz.tneciv.commoncore.CommonUtils
获取文件后缀名(包含.)
getOption(String) - Method in class xyz.tneciv.commoncore.ResponseWrapper
 

H

hasLength(String, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasText(String, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
 

I

isAssignable(Class<?>, Class<?>, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that superType.isAssignableFrom(subType) is true.
isInstanceOf(Class<?>, Object, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that the provided object is an instance of the provided class.
isNull(Object, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that an object is null.
isTrue(boolean, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.

N

nextId() - Method in class xyz.tneciv.commoncore.SnowFlake
产生下一个ID
noNullElements(Object[], String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that an array contains no null elements.
notEmpty(Object[], String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Map<?, ?>, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notNull(Object, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert that an object is not null.

R

ResponseWrapper<T> - Class in xyz.tneciv.commoncore
 
ResponseWrapper(boolean, String, T) - Constructor for class xyz.tneciv.commoncore.ResponseWrapper
 

S

setCode(String) - Method in class xyz.tneciv.commoncore.ResponseWrapper
 
SnowFlake - Class in xyz.tneciv.commoncore
Twitter的snowflake算法
SnowFlake(long, long) - Constructor for class xyz.tneciv.commoncore.SnowFlake
 
state(boolean, String) - Static method in class xyz.tneciv.commoncore.CommonAssert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
status() - Method in enum xyz.tneciv.commoncore.ValidStatusEnum
 
success() - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
success(String) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
success(T) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 
success(T, String) - Static method in class xyz.tneciv.commoncore.ResponseWrapper
 

V

ValidStatusEnum - Enum in xyz.tneciv.commoncore
 
valueOf(String) - Static method in enum xyz.tneciv.commoncore.ValidStatusEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum xyz.tneciv.commoncore.ValidStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.

X

xyz.tneciv.commoncore - package xyz.tneciv.commoncore
 
xyz.tneciv.commoncore.exception - package xyz.tneciv.commoncore.exception
 
A B C D F G H I N R S V X 
Skip navigation links

Copyright © 2018. All rights reserved.