public interface ConstructorAccessor
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Constructor<?> |
getConstructor()
Retrieve the underlying constructor.
|
java.lang.Object |
invoke(java.lang.Object... args)
Invoke the underlying constructor.
|
java.lang.Object invoke(java.lang.Object... args)
args - - the arguments to pass to the method.java.lang.reflect.Constructor<?> getConstructor()