public class ConstructorInstantiator extends java.lang.Object implements ObjectInstantiator
ObjectInstantiator| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Constructor |
constructor |
| Constructor and Description |
|---|
ConstructorInstantiator(java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
newInstance()
Returns a new instance of an object.
|
public java.lang.Object newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator