| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ObjectFactory.KeyDesc,ObjectFactory.ObjectInst> |
ObjectFactory.objectInstMap |
protected Set<ObjectFactory.ObjectInst> |
ObjectFactory.objectInsts |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectFactory.ObjectInst |
ObjectFactory.getObjectInst(Class<?> type,
Annotation[] qualifiers) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setInstance(Object instance) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setProducer(ObjectProducer producer) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setQualifiers(Annotation[] qualifiers) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setScope(ObjectScope scope) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setType(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ObjectFactory.produceObject(ObjectFactory.ObjectInst objInst) |
Copyright © 2017. All rights reserved.