| Interface | Description |
|---|---|
| Configuration |
Configuration to be used for instantiating an object.
|
| Dependencies |
Complex run-time dependencies of objects to be instantiated.
|
| Factory<ObjectType,ConfigurationType extends Configuration,DependenciesType extends Dependencies> |
A factory which can instantiate objects from a
Configuration and
run-time Dependencies. |
| FactoryCollection |
A collection of factories.
|
| Class | Description |
|---|---|
| Factories |
Entry point for factories module.
|
Copyright © 2018. All rights reserved.