Apache CXF API

org.apache.cxf.common.util
Class PrimitiveUtils

java.lang.Object
  extended by org.apache.cxf.common.util.PrimitiveUtils

public final class PrimitiveUtils
extends Object


Method Summary
static Class<?> getClass(String value)
           
static
<T> Object
read(String value, Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClass

public static Class<?> getClass(String value)

read

public static <T> Object read(String value,
                              Class<T> type)

Apache CXF API

Apache CXF