public interface Instantiator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<? extends T> type,
Object... parameters) |
<T> T newInstance(Class<? extends T> type, Object... parameters) throws ObjectInstantiationException
ObjectInstantiationException