public class NativeReflection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_SUPPORTED |
| Constructor and Description |
|---|
NativeReflection() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Field[] |
getFields(java.lang.Class<?> cls,
boolean includeStatic) |
static java.lang.reflect.Method[] |
getMethods(java.lang.Class<?> cls,
boolean includeStatic) |
static void |
openModules() |