public interface FactoryRegistry<T,TFactoryOwner> extends RegistryModule
| Modifier and Type | Method and Description |
|---|---|
Class<TFactoryOwner> |
getFactoryOwner()
Gets the owning
Class of the factory in question. |
default void |
initialize()
Initialize this registry module to perform any required operations
prior to initializing the factory, and or constructing the factory.
|
T |
provideFactory()
Provides the new factory instance.
|
registerDefaultsClass<TFactoryOwner> getFactoryOwner()
Class of the factory in question.T provideFactory()
default void initialize()