Class JavaUtils
- java.lang.Object
-
- org.vedantatree.expressionoasis.utils.JavaUtils
-
public final class JavaUtils extends Object
This class provides the util methods for java type and value conversion related.- Since:
- June 2014
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class
convertToPrimitive(Class type)
static Class
convertToWrapper(Class type)
Converts the primitive class to wrapper class.
-