|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector
public class ClassHierarchyIntrospector
Helper class for introspecting interface and class hierarchies.
Field Summary | |
---|---|
static Method |
equals
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
static Method |
hashCode
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
Method Summary | |
---|---|
static Class[] |
addIfClassProxyingSupportedAndNotObject(Class clazz,
Class[] interfaces,
ProxyFactory proxyFactory)
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
static Class[] |
getAllInterfaces(Class clazz)
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
static Class[] |
getAllInterfaces(Object[] objects)
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
static Class |
getMostCommonSuperclass(Object[] objects)
Deprecated. since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Method equals
Object.equals(Object)
method.
public static Method hashCode
Object.hashCode()
method.
Method Detail |
---|
public static Class[] getAllInterfaces(Object[] objects)
objects
- the list of objects to consider.
public static Class[] getAllInterfaces(Class clazz)
clazz
- type to explore.
public static Class getMostCommonSuperclass(Object[] objects)
objects
- the array of objects to consider.
Void
.class
for an empty array.public static Class[] addIfClassProxyingSupportedAndNotObject(Class clazz, Class[] interfaces, ProxyFactory proxyFactory)
clazz
- the class type (Object.class
will be ignored)interfaces
- the array of interfacesproxyFactory
- the ProxyFactory
in use
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |