Class ReflectiveDynamicClassLoader


  • public class ReflectiveDynamicClassLoader
    extends DynamicClassLoader
    Extended 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.
    Since:
    EclipseLink 2.4.2
    Author:
    dclarke