Class FastConstructor

    • Constructor Detail

      • FastConstructor

        FastConstructor​(FastClass fc,
                        java.lang.reflect.Constructor constructor)
    • Method Detail

      • newInstance

        public java.lang.Object newInstance()
                                     throws java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.reflect.InvocationTargetException
      • newInstance

        public java.lang.Object newInstance​(java.lang.Object[] args)
                                     throws java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.reflect.InvocationTargetException
      • getJavaConstructor

        public java.lang.reflect.Constructor getJavaConstructor()