public class InjectionContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Set<Object>> |
createdInstances |
protected Stack<Class<?>> |
creationStack |
| Constructor and Description |
|---|
InjectionContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
putInjectedObject(Object instance,
Object injectedObject) |
void |
putInjectedObjects(Object instance,
Object[] injectedObjectArray) |
Copyright © 2017. All rights reserved.