Class ReflectionConstructorInvoker<C>


  • public class ReflectionConstructorInvoker<C>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectionConstructorInvoker​(java.lang.Class<? extends C> clazz, java.lang.Class<?>... argumentTypes)  
    • Method Summary

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

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

      • ReflectionConstructorInvoker

        public ReflectionConstructorInvoker​(java.lang.Class<? extends C> clazz,
                                            java.lang.Class<?>... argumentTypes)
    • Method Detail

      • invoke

        public C invoke​(java.lang.Object... arguments)
                 throws java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.reflect.InvocationTargetException