org.jvnet.annox.util
Class ObjectUtils

java.lang.Object
  extended by org.jvnet.annox.util.ObjectUtils

public class ObjectUtils
extends Object


Constructor Summary
ObjectUtils()
           
 
Method Summary
static Object valueOf(Class<?> basicType, String value)
           
static Object[] valueOf(Class<?> basicType, String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtils

public ObjectUtils()
Method Detail

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-2012 Highsource. All Rights Reserved.