See: Description
Interface | Description |
---|---|
IObjectDescriptor |
This interface describes objects created by the dependency injection.
|
IRequestor |
Requestor represents an atomary operation performed during the injection.
|
Class | Description |
---|---|
ExtendedObjectSupplier |
The base class for an "object supplier" - something that knows how to
instantiate objects corresponding to the object descriptor.
|
PrimaryObjectSupplier |
The base class for an "object supplier" - something that knows how to
instantiate objects corresponding to the object descriptor.
|
Injector takes the actual values to be injected from object suppliers. There are two types of object suppliers: primary and extended. A primary supplier has to be specified for each injection request. Extended suppliers apply to all injection requests.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.