public class NoArgConstructorFactory<T> extends java.lang.Object implements Supplier<T>
Supplier
NoArgConstructorFactory(java.lang.Class<T> type)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoArgConstructorFactory(java.lang.Class<T> type)
public T get()
get
Supplier<T>