public class ClassHelper extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClassHelper() |
Modifier and Type | Method and Description |
---|---|
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) |
Apache CXF