public interface ConstructorAction
| Modifier and Type | Method and Description |
|---|---|
Object |
makeMe(Constructor<?> c,
Object[] args,
boolean neutralCCL)
Creates the raw object
|
Object makeMe(Constructor<?> c, Object[] args, boolean neutralCCL) throws Throwable
c - The constructor to callargs - The parameters to give to the argumentneutralCCL - Whether or not the CCL should remain neutralThrowableCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.