| Package | Description |
|---|---|
| com.google.inject.binder |
Interfaces which make up
Binder's expression language.
|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedBindingBuilder<T>
See the EDSL examples at
Binder.
|
interface |
LinkedBindingBuilder<T>
See the EDSL examples at
Binder.
|
| Modifier and Type | Method and Description |
|---|---|
ScopedBindingBuilder |
LinkedBindingBuilder.to(Class
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.to(Key
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.to(TypeLiteral
See the EDSL examples at
Binder.
|
<S extends T> ScopedBindingBuilder |
LinkedBindingBuilder.toConstructor(Constructor
See the EDSL examples at
Binder.
|
<S extends T> ScopedBindingBuilder |
LinkedBindingBuilder.toConstructor(Constructor
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Class
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Key
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Provider
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(javax
See the EDSL examples at
Binder.
|
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(TypeLiteral
See the EDSL examples at
Binder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingBuilder<T>
Bind a non-constant key.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends T> ScopedBindingBuilder |
BindingBuilder.toConstructor(Constructor
|
<S extends T> ScopedBindingBuilder |
BindingBuilder.toConstructor(Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Scoping.applyTo(ScopedBindingBuilder
|