Class Summary |
ComponentInjector |
Enables your application to do dependency injection. |
CompoundFieldValueFactory |
Compound implementation of IFieldValueFactory. |
ConfigurableInjector |
Abstract injector that allows subclasses to provide IFieldValueFactory pragmatically by
implementing getFieldValueFactory(). |
Injector |
Injector scans fields of an object instance and checks if the specified
IFieldValueFactory can provide a value for a field; if it can, the field is set to that
value. |
NoopFieldValueFactory |
Implementation of field value factory that ignores all fields |