| Package | Description |
|---|---|
| org.boon.di | |
| org.boon.di.impl | |
| org.boon.di.modules |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context |
| Modifier and Type | Method and Description |
|---|---|
static Module |
DependencyInjection.classes(Class... classes) |
static Module |
DependencyInjection.module(Object module) |
static Module |
DependencyInjection.objects(Object... objects) |
static Module |
DependencyInjection.prototypes(Object... objects) |
static Module |
DependencyInjection.suppliers(ProviderInfo... suppliers) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Module> |
Context.children() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.add(Module module) |
Context |
Context.addFirst(Module module) |
static Context |
DependencyInjection.context(Module... modules) |
Context |
Context.remove(Module module) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedHashSet<Module> |
ContextImpl.modules |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Module> |
ContextImpl.children() |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextImpl.add(Module module) |
Context |
ContextImpl.addFirst(Module module) |
Context |
ContextImpl.remove(Module module) |
| Constructor and Description |
|---|
ContextImpl(Module... modules) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModule
Created by Richard on 2/5/14.
|
class |
InstanceModule |
class |
SupplierModule
Created by Richard on 2/3/14.
|
Copyright © 2015. All Rights Reserved.