ConstructorInstantiator
public interface Instantiator
Modifier and Type | Method | Description |
---|---|---|
<T> T |
newInstance(java.lang.Class<T> cls) |
Creates instance of given class
|
<T> T newInstance(java.lang.Class<T> cls) throws InstantationException
InstantationException