| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Method and Description |
|---|---|
ObjectScope |
ObjectDefinition.getScope() |
ObjectScope |
ObjectDefinition.getScope() |
static ObjectScope |
AnnotationUtils.parseScope(AnnotatedElement element) |
static ObjectScope |
AnnotationUtils.parseScope(AnnotatedElement element) |
static ObjectScope |
AnnotationUtils.parseScope(ObjectProducer<?> producer) |
static ObjectScope |
AnnotationUtils.parseScope(ObjectProducer<?> producer) |
static ObjectScope |
ObjectScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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.
|
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<?>[] types,
Class<?> implClass,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?>[] types,
Class<?> implClass,
ObjectScope scope) |
protected ObjectFactory |
ObjectFactory.register(Class<?>[] types,
Class<?> implClass,
ObjectScope scope,
Annotation[] qualifiers) |
protected ObjectFactory |
ObjectFactory.register(Class<?>[] types,
Class<?> implClass,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectFactory |
ObjectFactory.register(Class<?>[] types,
ObjectProducer<?> producer,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?>[] types,
ObjectProducer<?> producer,
ObjectScope scope) |
protected ObjectFactory |
ObjectFactory.register(Class<?>[] types,
ObjectProducer<?> producer,
ObjectScope scope,
Annotation[] qualifiers) |
protected ObjectFactory |
ObjectFactory.register(Class<?>[] types,
ObjectProducer<?> producer,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
Class<?> implClass,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
Class<?> implClass,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
Class<?> implClass,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
Class<?> implClass,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
ObjectProducer<?> producer,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
ObjectProducer<?> producer,
ObjectScope scope) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
ObjectProducer<?> producer,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectFactory |
ObjectFactory.register(Class<?> type,
ObjectProducer<?> producer,
ObjectScope scope,
Annotation[] qualifiers) |
ObjectDefinition |
ObjectDefinition.setScope(ObjectScope scope) |
ObjectDefinition |
ObjectDefinition.setScope(ObjectScope scope) |
Copyright © 2021. All rights reserved.