public class ReflectiveCalls extends Object
Constructor and Description |
---|
ReflectiveCalls() |
Modifier and Type | Method and Description |
---|---|
static void |
knownClassForName(int contextId,
String className) |
static void |
knownClassNewInstance(int contextId,
Class<?> c) |
static void |
knownConstructorNewInstance(int contextId,
Constructor<?> c) |
static void |
knownFieldGet(int contextId,
Object o,
Field f) |
static void |
knownFieldSet(int contextId,
Object o,
Field f) |
static void |
knownMethodInvoke(int contextId,
Object o,
Method m) |
public static void knownClassForName(int contextId, String className)
public static void knownClassNewInstance(int contextId, Class<?> c)
public static void knownConstructorNewInstance(int contextId, Constructor<?> c)