Interface ClassDefiner

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<?> define​(java.lang.Class<?> hostClass, byte[] bytecode)
      Defines a new class relative to the host.
    • Method Detail

      • define

        java.lang.Class<?> define​(java.lang.Class<?> hostClass,
                                  byte[] bytecode)
                           throws java.lang.Exception
        Defines a new class relative to the host.
        Throws:
        java.lang.Exception