Class DefineClassHelper.JavaOther

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JavaOther()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) 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)  
      private java.lang.reflect.Method getDefineClassMethod()  
      • Methods inherited from class java.lang.Object

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

      • defineClass

        private final java.lang.reflect.Method defineClass
    • Constructor Detail

      • JavaOther

        private JavaOther()
    • Method Detail

      • getDefineClassMethod

        private final java.lang.reflect.Method getDefineClassMethod()