Apache CXF API

org.apache.cxf.common.util
Class ClassHelper

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

public class ClassHelper
extends Object


Constructor Summary
protected ClassHelper()
           
 
Method Summary
static Class<?> getRealClass(Object o)
           
static Class<?> getRealClassFromClass(Class<?> cls)
           
protected  Class<?> getRealClassFromClassInternal(Class<?> cls)
           
protected  Class<?> getRealClassInternal(Object o)
           
static Object getRealObject(Object o)
           
protected  Object getRealObjectInternal(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassHelper

protected ClassHelper()
Method Detail

getRealClassInternal

protected Class<?> getRealClassInternal(Object o)

getRealClassFromClassInternal

protected Class<?> getRealClassFromClassInternal(Class<?> cls)

getRealObjectInternal

protected Object getRealObjectInternal(Object o)

getRealClass

public static Class<?> getRealClass(Object o)

getRealClassFromClass

public static Class<?> getRealClassFromClass(Class<?> cls)

getRealObject

public static Object getRealObject(Object o)

Apache CXF API

Apache CXF