Module eclipselink

Class DynamicClassWriter


  • public class DynamicClassWriter
    extends Object
    • Method Detail

      • getParentClass

        public Class<?> getParentClass()
      • createClass

        public byte[] createClass()
        This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.