C D E I J M P R S T U V W 
All Classes All Packages

C

call() - Method in interface cn.sliew.sakura.common.exception.Rethrower.Procedure
 
CatalogColumnType - Enum in cn.sliew.sakura.common.dict
 
CatalogConstraintType - Enum in cn.sliew.sakura.common.dict
 
CatalogFunctionLanguage - Enum in cn.sliew.sakura.common.dict
 
CatalogTableKind - Enum in cn.sliew.sakura.common.dict
 
checkJsonValid(String) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
cn.sliew.sakura.common.constants - package cn.sliew.sakura.common.constants
 
cn.sliew.sakura.common.dict - package cn.sliew.sakura.common.dict
 
cn.sliew.sakura.common.exception - package cn.sliew.sakura.common.exception
 
cn.sliew.sakura.common.util - package cn.sliew.sakura.common.util
 
CODEC_STR_PREFIX - Static variable in enum cn.sliew.sakura.common.constants.Constants
 
CodecUtil - Enum in cn.sliew.sakura.common.util
 
COMPUTED - cn.sliew.sakura.common.dict.CatalogColumnType
 
Constants - Enum in cn.sliew.sakura.common.constants
 
createArrayNode() - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
createObjectNode() - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 

D

decodeFromBase64(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
 
decrypt(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
 
deepCopy(S, Class<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 

E

encodeToBase64(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
 
encrypt(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
 

I

isEncryptedStr(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
 

J

JacksonUtil - Class in cn.sliew.sakura.common.util
jackson utility class.
JAVA - cn.sliew.sakura.common.dict.CatalogFunctionLanguage
 

M

METADATA - cn.sliew.sakura.common.dict.CatalogColumnType
 

P

parseJsonArray(String, Class<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
parseJsonString(String, Class<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
deserialize json string to target specified by Class.
parseJsonString(String, Class<T>, Class) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
deserialize json string to target specified by generic type.
parseJsonString(String, TypeReference<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
deserialize json string to target specified by TypeReference.
PHYSICAL - cn.sliew.sakura.common.dict.CatalogColumnType
 
PRIMARY_KEY - cn.sliew.sakura.common.dict.CatalogConstraintType
 
PYTHON - cn.sliew.sakura.common.dict.CatalogFunctionLanguage
 

R

Rethrower - Enum in cn.sliew.sakura.common.exception
Rethrowing checked exceptions as unchecked ones.
Rethrower.Procedure - Interface in cn.sliew.sakura.common.exception
 
rethrowIfUnrecoverable(Throwable) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Rethrow the supplied exception if it is unrecoverable.

S

SCALA - cn.sliew.sakura.common.dict.CatalogFunctionLanguage
 
swallow(Rethrower.Procedure) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
 

T

TABLE - cn.sliew.sakura.common.dict.CatalogTableKind
 
throwAs(Throwable) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Rethrows t (identical object).
throwAsUncheckedException(Throwable) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Throw the supplied Throwable, masked as an unchecked exception.
toIllegalArgument(Rethrower.Procedure) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
 
toIllegalState(Rethrower.Procedure) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
 
toJsonNode(Object) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
toJsonNode(String) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
toJsonString(Object) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
serialize object to json string.
toObject(JsonNode, Class<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
toObject(JsonNode, TypeReference<T>) - Static method in class cn.sliew.sakura.common.util.JacksonUtil
 
toRuntime(Rethrower.Procedure) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Catch a checked exception and rethrow as a RuntimeException.
toRuntime(Callable<T>) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Catch a checked exception and rethrow as a RuntimeException

U

UNIQUE_KEY - cn.sliew.sakura.common.dict.CatalogConstraintType
 

V

valueOf(String) - Static method in enum cn.sliew.sakura.common.constants.Constants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.dict.CatalogColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.dict.CatalogConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.dict.CatalogFunctionLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.dict.CatalogTableKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.common.util.CodecUtil
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.sliew.sakura.common.constants.Constants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.dict.CatalogColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.dict.CatalogConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.dict.CatalogFunctionLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.dict.CatalogTableKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.exception.Rethrower
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.common.util.CodecUtil
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - cn.sliew.sakura.common.dict.CatalogTableKind
 

W

WATERMARK - cn.sliew.sakura.common.dict.CatalogColumnType
 
C D E I J M P R S T U V W 
All Classes All Packages