T
- Type instantiatedpublic class ConstructorInstantiator<T> extends Object implements ObjectInstantiator<T>
ObjectInstantiator
Modifier and Type | Field and Description |
---|---|
protected Constructor<T> |
constructor |
Constructor and Description |
---|
ConstructorInstantiator(Class<T> type) |
protected Constructor<T> constructor
public T newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator<T>