Package org.doublecloud.ws.util
Class TypeUtil
java.lang.Object
org.doublecloud.ws.util.TypeUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?> getVimClass(String type) static StringgetXSIType(Object obj) static booleanisBasicType(Class<?> clazz) static booleanisBasicType(String type) static booleanisPrimitiveType(String type)
-
Field Details
-
INT_ARRAY_CLASS
-
BYTE_ARRAY_CLASS
-
LONG_ARRAY_CLASS
-
-
Constructor Details
-
TypeUtil
public TypeUtil()
-
-
Method Details
-
isPrimitiveType
-
isBasicType
-
isBasicType
-
getVimClass
-
getXSIType
-