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
NoSuchMethodException
public static Constructor findProxyConstructor(ClassLoader proxyClassLoader, Class[] interfaces) throws NoSuchMethodException
NoSuchMethodException
public static boolean isPublic(Member m)
public static boolean isPublic(Class cl)
Copyright © 2017 com.mchange. All rights reserved.