org.jvnet.annox.util
Class ObjectUtils
java.lang.Object
org.jvnet.annox.util.ObjectUtils
public class ObjectUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtils
public ObjectUtils()
valueOf
public static Object valueOf(Class<?> basicType,
String value)
throws ClassNotFoundException,
NumberFormatException,
IllegalArgumentException
- Throws:
ClassNotFoundException
NumberFormatException
IllegalArgumentException
valueOf
public static Object[] valueOf(Class<?> basicType,
String[] values)
throws ClassNotFoundException,
NumberFormatException,
IllegalArgumentException
- Throws:
ClassNotFoundException
NumberFormatException
IllegalArgumentException
Copyright © 2006-2011 Highsource. All Rights Reserved.