public class ExtendedInjection
extends java.lang.Object
Context instances.| Modifier and Type | Method and Description |
|---|---|
static com.github.czyzby.uedi.Context |
newContext() |
static com.github.czyzby.uedi.Context |
newContext(com.github.czyzby.uedi.scanner.ClassScanner classScanner) |
static com.github.czyzby.uedi.Context |
newThreadSafeContext() |
static com.github.czyzby.uedi.Context |
newThreadSafeContext(com.github.czyzby.uedi.scanner.ClassScanner classScanner) |
public static com.github.czyzby.uedi.Context newContext()
Context using StandardClassScanner.newThreadSafeContext(),
Context.scan(Class)public static com.github.czyzby.uedi.Context newThreadSafeContext()
Context using StandardClassScanner.newContext(),
Context.scan(Class)public static com.github.czyzby.uedi.Context newContext(com.github.czyzby.uedi.scanner.ClassScanner classScanner)
classScanner - will be used to scan for component classes.Context.newThreadSafeContext(ClassScanner),
Context.scan(Class)public static com.github.czyzby.uedi.Context newThreadSafeContext(com.github.czyzby.uedi.scanner.ClassScanner classScanner)
classScanner - will be used to scan for component classes.Context.newContext(ClassScanner),
Context.scan(Class)