public class NewInstanceFactory<T> extends java.lang.Object implements Factory<T>
T
create()
static <T> Factory<T>
fromClass(java.lang.Class<? extends T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T create()
create
Factory<T>
public static <T> Factory<T> fromClass(java.lang.Class<? extends T> clazz)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.