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