protected static class ObjectFactory.ObjectInst extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectInst() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getInstance() |
ObjectProducer |
getProducer() |
Annotation[] |
getQualifiers() |
ObjectScope |
getScope() |
Class<?> |
getType() |
int |
hashCode() |
ObjectFactory.ObjectInst |
setInstance(Object instance) |
ObjectFactory.ObjectInst |
setProducer(ObjectProducer producer) |
ObjectFactory.ObjectInst |
setQualifiers(Annotation[] qualifiers) |
ObjectFactory.ObjectInst |
setScope(ObjectScope scope) |
ObjectFactory.ObjectInst |
setType(Class<?> type) |
String |
toString() |
public Class<?> getType()
public ObjectFactory.ObjectInst setType(Class<?> type)
public Annotation[] getQualifiers()
public ObjectFactory.ObjectInst setQualifiers(Annotation[] qualifiers)
public ObjectScope getScope()
public ObjectFactory.ObjectInst setScope(ObjectScope scope)
public ObjectProducer getProducer()
public ObjectFactory.ObjectInst setProducer(ObjectProducer producer)
public Object getInstance()
public ObjectFactory.ObjectInst setInstance(Object instance)
Copyright © 2017. All rights reserved.