public class ReflectiveDynamicClassLoader
extends DynamicClassLoader
DynamicClassLoader used to create classes using reflective
access to defineClass. This causes the class to be created on the provided
delegate/parent loader instead of just within this custom loader. Required
for frameworks that don't take and use a loader.| Constructor and Description |
|---|
ReflectiveDynamicClassLoader(java.lang.ClassLoader delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<?> |
defineDynamicClass(java.lang.String name,
byte[] b) |
protected java.lang.reflect.Method |
getDefineClassMethod() |