Class ConstructorInvoker


  • public class ConstructorInvoker
    extends java.lang.Object
    Access to constructors using Java reflection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(java.lang.String className, java.lang.Class<?>[] parameterTypes, java.lang.Object... parameterValues)  
      • Methods inherited from class java.lang.Object

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

      • ConstructorInvoker

        public ConstructorInvoker()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(java.lang.String className,
                                            java.lang.Class<?>[] parameterTypes,
                                            java.lang.Object... parameterValues)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception