| Package | Description |
|---|---|
| ch.jalu.injector.context | |
| ch.jalu.injector.handlers.instantiation |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
ResolutionContext.getIdentifier() |
ObjectIdentifier |
ResolutionContext.getOriginalIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
ResolutionContext |
ResolutionContext.createChildContext(ObjectIdentifier identifier)
Creates a context for the given identifier with this context as parent.
|
void |
ResolutionContext.setIdentifier(ObjectIdentifier identifier)
Sets the class to instantiate an object of.
|
| Constructor and Description |
|---|
ResolutionContext(Injector injector,
ObjectIdentifier identifier)
Creates a new resolution context with no predecessors.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectIdentifier> |
Resolution.getDependencies()
Returns the dependencies that must be provided to create or retrieve the requested object.
|
List<ObjectIdentifier> |
SimpleResolution.getDependencies() |
List<ObjectIdentifier> |
StandardInjection.getDependencies() |
Copyright © 2017. All rights reserved.