Class DynamicClassWriter


  • public class DynamicClassWriter
    extends Object
    • Constructor Detail

      • DynamicClassWriter

        public DynamicClassWriter​(String className,
                                  SDOType type,
                                  commonj.sdo.helper.HelperContext aContext)
    • 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.