Class DefaultAccessEnabler.DefaultAccessibleConstructorInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private 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

      • constructor

        private java.lang.reflect.Constructor constructor
    • Constructor Detail

      • DefaultAccessibleConstructorInvoker

        public DefaultAccessibleConstructorInvoker​(java.lang.reflect.Constructor constructor)