| Package | Description |
|---|---|
| science.raketen.voodoo.context | |
| science.raketen.voodoo.context.puppet | |
| science.raketen.voodoo.context.singleton |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ContextualType |
Context.getContextualType(Class type) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends ContextualType> |
Context.initalizeContext(Set<Class> types) |
static Map<Class,ContextualType> |
ContextScanner.processContexts(String packageName) |
| Modifier and Type | Class and Description |
|---|---|
class |
PuppetContextualType<T>
Puppet scope - provides a new instance every time.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContextualType |
PuppetContext.getContextualType(Class type) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonContextualType<T>
Manages the singleton contextual instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContextualType |
SingletonContext.getContextualType(Class type) |
Copyright © 2016. All rights reserved.