protected static class ReflectionInvocationContext.ConstructorInvocation extends ReflectionInvocationContext.Invocation
| Constructor and Description | 
|---|
| ConstructorInvocation(java.lang.reflect.Constructor constructor,
                     java.lang.Object[] args) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | invoke() | 
| java.lang.String | toString() | 
public ConstructorInvocation(java.lang.reflect.Constructor constructor,
                             java.lang.Object[] args)
public java.lang.Object invoke()
                        throws java.lang.Exception
invoke in class ReflectionInvocationContext.Invocationjava.lang.Exceptionpublic java.lang.String toString()
toString in class ReflectionInvocationContext.Invocation