@FunctionalInterface public interface FactoryCreator
| Modifier and Type | Method and Description |
|---|---|
<T> @NonNull Factory<T> |
factoryOf(String className)
Returns a
Factory that will produce instances of the specified class. |
<T> @NonNull Factory<T> factoryOf(String className)
Factory that will produce instances of the specified class.T - the type of the instances being producedclassName - the fully qualified name of the desired classFactory for the specified class