Class DynamicClassWriter


  • public class DynamicClassWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicClassWriter​(java.lang.String className, SDOType type, commonj.sdo.helper.HelperContext aContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] createClass()
      This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.
      java.lang.Class getParentClass()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamicClassWriter

        public DynamicClassWriter​(java.lang.String className,
                                  SDOType type,
                                  commonj.sdo.helper.HelperContext aContext)
    • Method Detail

      • getParentClass

        public java.lang.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.