| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Method and Description |
|---|---|
ObjectScope |
ObjectFactory.ObjectInst.getScope() |
static ObjectScope |
ObjectScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectScope[] |
ObjectScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
ObjectFactory.register(Class<?> implClass,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?> implClass,
ObjectScope scope,
Annotation... qualifiers) |
<T> ObjectFactory |
ObjectFactory.register(Class<T> type,
ObjectProducer<T> producer,
ObjectScope scope) |
<T> ObjectFactory |
ObjectFactory.register(Class<T> type,
ObjectProducer<T> producer,
ObjectScope scope,
Annotation... qualifiers) |
ObjectFactory.ObjectInst |
ObjectFactory.ObjectInst.setScope(ObjectScope scope) |
Copyright © 2017. All rights reserved.