| Package | Description |
|---|---|
| griffon.core.injection |
Test support.
|
| org.codehaus.griffon.runtime.core |
Test support.
|
| org.codehaus.griffon.runtime.core.injection |
Test support.
|
| org.codehaus.griffon.runtime.injection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstanceBinding<T> |
interface |
ProviderBinding<T> |
interface |
ProviderTypeBinding<T> |
interface |
TargetBinding<T> |
| Modifier and Type | Method and Description |
|---|---|
List<Binding<?>> |
Module.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Key<T> |
Key.of(Binding<T> binding) |
| Modifier and Type | Method and Description |
|---|---|
Injector |
InjectorFactory.createInjector(GriffonApplication application,
Iterable<Binding<?>> bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Binding<?>> |
AbstractApplicationBootstrapper.createBindings() |
| Modifier and Type | Field and Description |
|---|---|
protected List<Binding<?>> |
AbstractModule.bindings |
| Modifier and Type | Method and Description |
|---|---|
Binding<T> |
BindingBuilder.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<Binding<?>> |
AbstractModule.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
GuiceInjector |
GuiceInjectorFactory.createInjector(GriffonApplication application,
Iterable<Binding<?>> bindings) |