public class ConstructorInstantiator extends java.lang.Object implements Instantiator
| Constructor and Description |
|---|
ConstructorInstantiator(java.lang.Object outerClassInstance) |
| Modifier and Type | Method and 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