Class DynamicClassLoader


  • public class DynamicClassLoader
    extends ClassLoader
    This custom ClassLoader provides support for dynamically generating classes within an EclipseLink application using byte codes created using a DynamicClassWriter. A DynamicClassLoader requires a parent or delegate class-loader which is provided to the constructor. This delegate class loader handles the lookup and storage of all created classes.
    Since:
    EclipseLink 1.2
    Author:
    dclarke, mnorman