com.chargebee.internal
Class ClazzUtil
java.lang.Object
com.chargebee.internal.ClazzUtil
public class ClazzUtil
- extends Object
- Author:
- kps
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClazzUtil
public ClazzUtil()
getObjType
public static String getObjType(Class claz)
getClaz
public static Class getClaz(String objType)
toCamelCase
public static String toCamelCase(String name)
toCamelCase
public static String toCamelCase(String[] parts)
toUnderScores
public static String toUnderScores(String camelCaseName)
createInstance
public static <T> T createInstance(Class<T> claz,
org.json.JSONObject _jobj)
createNumberInstance
public static <T> T createNumberInstance(Class<T> claz,
String val)
Copyright © 2015 ChargeBee. All Rights Reserved.