Class JigsawAccessibleConstructorInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.invoke.MethodHandle handle  
    • Constructor Summary

      Constructors 
      Constructor Description
      JigsawAccessibleConstructorInvoker​(java.lang.invoke.MethodHandles.Lookup theLookup, java.lang.reflect.Constructor constructor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • handle

        private java.lang.invoke.MethodHandle handle
    • Constructor Detail

      • JigsawAccessibleConstructorInvoker

        public JigsawAccessibleConstructorInvoker​(java.lang.invoke.MethodHandles.Lookup theLookup,
                                                  java.lang.reflect.Constructor constructor)