public class ReflectionTools extends Object
| Constructor and Description |
|---|
ReflectionTools() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countSuperTypesTill(Class<?> type,
Class<?> superType) |
static Object |
execute(Object source,
Method method,
Object... arguments) |
static File[] |
getPackageClassFiles(String packageName) |
static Object |
getValue(Field field) |
static Object |
getValue(Field field,
Object source) |
static boolean |
hasSameArguments(Class<?>[] compare1,
Class<?>[] compare2) |
public static File[] getPackageClassFiles(String packageName) throws IOException
IOExceptionCopyright © 2020. All rights reserved.