public interface ConstructorAccessor
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor()
Retrieve the underlying constructor.
|
Object |
invoke(Object... args)
Invoke the underlying constructor.
|
Object invoke(Object... args)
args - - the arguments to pass to the method.Constructor<?> getConstructor()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.