public interface Instantiator
InstantiatorProvider2| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<T> cls)
Creates instance of given class
|
<T> T newInstance(Class<T> cls) throws InstantiationException
InstantiationException