public class DirectInstantiator extends Object implements Instantiator
| Constructor and Description |
|---|
DirectInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<T> type,
Object... params)
Create a new instance of T, using
parameters as the construction parameters. |
public <T> T newInstance(Class<T> type, Object... params)
Instantiatorparameters as the construction parameters.newInstance in interface InstantiatorCopyright © 2013. All rights reserved