| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Method | Description |
|---|---|---|
ObjectScope |
ObjectDefinition.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 | Description |
|---|---|---|
<T> ObjectFactory |
ObjectFactory.register(Class<T> type,
ObjectScope scope,
Class<? extends T> implClass) |
|
<T> ObjectFactory |
ObjectFactory.register(Class<T> type,
Annotation[] qualifiers,
ObjectScope scope,
ObjectProducer<T> producer) |
|
<T> ObjectFactory |
ObjectFactory.register(Class<T> type,
Annotation[] qualifiers,
ObjectScope scope,
Class<? extends T> implClass) |
|
ObjectDefinition |
ObjectDefinition.setScope(ObjectScope scope) |
Copyright © 2018. All rights reserved.