java.lang.Object
org.seppiko.commons.utils.reflect.TypeUtil
Type util
- Author:
- Leonard Woo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeUtil
public TypeUtil()
-
-
Method Details
-
checkType
get Object type- Parameters:
obj- Object- Returns:
- object type class
-
warpper
get type boxing class- Parameters:
type- type class- Returns:
- boxing class
-
isBasicType
test type name is basic data type- Parameters:
typeName- type name- Returns:
- true is yes
-