| Package | Description |
|---|---|
| science.raketen.voodoo.context | |
| science.raketen.voodoo.context.puppet | |
| science.raketen.voodoo.context.singleton |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ContextualType> |
Context.initalizeContext(org.reflections.Reflections reflections) |
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 |
|---|---|
List<? extends ContextualType> |
PuppetContext.initalizeContext(org.reflections.Reflections reflections) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonContextualType<T>
Manages the singleton contextual instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ContextualType> |
SingletonContext.initalizeContext(org.reflections.Reflections reflections) |
Copyright © 2016. All rights reserved.