public class ClassUtils
extends java.lang.Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
findSuperDefinition(java.lang.reflect.Method method)
Finds the super definition of a method, giving preference to interfaces.
|
static java.util.Set<java.lang.String> |
getClassReferences(byte[] classBytes)
Find all of the class references in the given class bytes.
|
public static java.lang.reflect.Method findSuperDefinition(java.lang.reflect.Method method)
method - public static java.util.Set<java.lang.String> getClassReferences(byte[] classBytes)
classBytes -