Class DefineClassHelper.UsingUnsafe

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method defineClassMethod  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UsingUnsafe​(java.lang.reflect.Method defineClassMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Class<?> defineClass​(java.lang.Class<?> iFace, java.lang.String name, byte[] byteCode)  
      • Methods inherited from class java.lang.Object

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

      • defineClassMethod

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

      • UsingUnsafe

        private UsingUnsafe​(java.lang.reflect.Method defineClassMethod)