public class NullInstantiator<T> extends Object implements ObjectInstantiator<T>
NullInstantiator(Class<T> type)
T
newInstance()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullInstantiator(Class<T> type)
public T newInstance()
ObjectInstantiator
newInstance
ObjectInstantiator<T>