public class ClientUtils extends Object
Constructor and Description |
---|
ClientUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
displayType(String className,
Object value)
Display type string from class name string.
|
static Object |
stringToParam(String string,
String typeString)
Convert a string to an object based on the type string.
|
static String |
valueToString(Object value)
Return the string version of value.
|
public static Object stringToParam(String string, String typeString) throws IllegalArgumentException
IllegalArgumentException
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.