org.apache.cxf.common.util
Class PrimitiveUtils

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

public final class PrimitiveUtils
extends java.lang.Object


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

Method Detail

getClass

public static java.lang.Class getClass(java.lang.String value)

read

public static java.lang.Object read(java.lang.String value,
                                    java.lang.Class type)


Apache CXF