public class DemoBase extends Object
Modifier | Constructor and Description |
---|---|
protected |
DemoBase() |
Modifier and Type | Method and Description |
---|---|
static Object |
createObject(Class type,
String value) |
static String[] |
explode(String s) |
static Class |
stringToType(String s) |
static Class[] |
stringToTypes(String s) |
static String |
toString(Object o) |
public static Object createObject(Class type, String value) throws NoSuchMethodException, InstantiationException, InvocationTargetException, IllegalAccessException
Copyright © 2001–2014. All rights reserved.