public interface ConstructorInvoker extends Invoker
Constructor
Invoking a constructor is quite simple, below is an example:
MyType instance = Reflection.invoke(Constructor).withArgs(argument1, argument2);
Reflection.invoke(Constructor)
withArgs, withoutArgs