Instantiatorpublic class ConstructorInstantiator extends java.lang.Object implements Instantiator
| Constructor | Description |
|---|---|
ConstructorInstantiator(java.lang.Object outerClassInstance) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
newInstance(java.lang.Class<T> cls) |
Creates instance of given class
|
public ConstructorInstantiator(java.lang.Object outerClassInstance)
public <T> T newInstance(java.lang.Class<T> cls)
InstantiatornewInstance in interface Instantiator