| Package | Description |
|---|---|
| nl.renarj.core.utilities |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ReflectionLoader.getField(Object object,
String field) |
static Object |
ReflectionLoader.invokeMethod(Object object,
String method,
Class<?>[] params,
Object... args) |
static <T> T |
ReflectionLoader.loadClass(Class<T> expectedSubtype,
String className,
Class<?>[] constructorArguments,
Object[] args) |
static <T> T |
ReflectionLoader.loadClass(Class<T> expectedSubtype,
String className,
Object[] args) |
Copyright © 2015. All rights reserved.