public class ClassHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
USE_DEFAULT_CLASS_HELPER |
Modifier | Constructor and Description |
---|---|
protected |
ClassHelper() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
getRealClass(Bus bus,
Object o) |
static Class<?> |
getRealClass(Object o) |
static Class<?> |
getRealClassFromClass(Bus bus,
Class<?> cls) |
static Class<?> |
getRealClassFromClass(Class<?> cls) |
static Object |
getRealObject(Object o) |
public static final String USE_DEFAULT_CLASS_HELPER
Apache CXF