java.lang.Object
com.marginallyclever.ro3.Factory<T>
- Type Parameters:
T
- The class of object to create.
A factory that can be used to create objects. It does not manage the objects it creates.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Factory
-
-
Method Details
-
getRoot
-
getSupplierFor
-
create
-
scan
public void scan() -
clear
public void clear()
-