public final class ReflectUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class[] |
PROXY_CTOR_ARGS |
| Modifier and Type | Method and Description |
|---|---|
static Method |
findInPublicScope(Method m)
Finds a version of the Method m in a public class
or interface.
|
static Constructor |
findProxyConstructor(ClassLoader proxyClassLoader,
Class intfc) |
static Constructor |
findProxyConstructor(ClassLoader proxyClassLoader,
Class[] interfaces) |
static Class |
findPublicParent(Class cl) |
static boolean |
isPublic(Class cl) |
static boolean |
isPublic(Member m) |
static Iterator |
traverseInterfaces(Class cl) |
public static final Class[] PROXY_CTOR_ARGS
public static Constructor findProxyConstructor(ClassLoader proxyClassLoader, Class intfc) throws NoSuchMethodException
NoSuchMethodExceptionpublic static Constructor findProxyConstructor(ClassLoader proxyClassLoader, Class[] interfaces) throws NoSuchMethodException
NoSuchMethodExceptionpublic static boolean isPublic(Member m)
public static boolean isPublic(Class cl)