Class DefineClassHelper.Helper

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Helper()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.lang.Class<?> defineClass​(java.lang.String name, byte[] b, int off, int len, java.lang.Class<?> neighbor, java.lang.ClassLoader loader, java.security.ProtectionDomain protectionDomain)  
      • Methods inherited from class java.lang.Object

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

      • Helper

        private Helper()
    • Method Detail

      • defineClass

        abstract java.lang.Class<?> defineClass​(java.lang.String name,
                                                byte[] b,
                                                int off,
                                                int len,
                                                java.lang.Class<?> neighbor,
                                                java.lang.ClassLoader loader,
                                                java.security.ProtectionDomain protectionDomain)