public class ObjectUtils extends Object
Constructor and Description |
---|
ObjectUtils() |
Modifier and Type | Method and Description |
---|---|
static Object |
valueOf(Class<?> basicType,
String value) |
static Object[] |
valueOf(Class<?> basicType,
String[] values) |
public static Object valueOf(Class<?> basicType, String value) throws ClassNotFoundException, NumberFormatException, IllegalArgumentException
public static Object[] valueOf(Class<?> basicType, String[] values) throws ClassNotFoundException, NumberFormatException, IllegalArgumentException
Copyright © 2006–2015 Highsource. All rights reserved.