Class DefineClassHelper.UsingMethodHandles

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UsingMethodHandles​(java.lang.reflect.Method lookupMethod, java.lang.reflect.Method privateLookupInMethod, 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
      • lookupMethod

        private final java.lang.reflect.Method lookupMethod
      • privateLookupInMethod

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

      • UsingMethodHandles

        private UsingMethodHandles​(java.lang.reflect.Method lookupMethod,
                                   java.lang.reflect.Method privateLookupInMethod,
                                   java.lang.reflect.Method defineClassMethod)