public interface ConstructorAction
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
makeMe(java.lang.reflect.Constructor<?> c,
java.lang.Object[] args,
boolean neutralCCL)
Creates the raw object
|
java.lang.Object makeMe(java.lang.reflect.Constructor<?> c, java.lang.Object[] args, boolean neutralCCL) throws java.lang.Throwable
c
- The constructor to callargs
- The parameters to give to the argumentneutralCCL
- Whether or not the CCL should remain neutraljava.lang.Throwable