| Package | Description |
|---|---|
| org.elasticsearch.common.inject.binder |
Interfaces which make up
Binder's
expression language. |
| org.elasticsearch.common.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<? extends T> implementation)
See the EDSL examples at
Binder. |
ScopedBindingBuilder |
LinkedBindingBuilder.to(Key<? extends T> targetKey)
See the EDSL examples at
Binder. |
ScopedBindingBuilder |
LinkedBindingBuilder.to(TypeLiteral<? extends T> implementation)
See the EDSL examples at
Binder. |
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType)
See the EDSL examples at
Binder. |
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Key<? extends Provider<? extends T>> providerKey)
See the EDSL examples at
Binder. |
ScopedBindingBuilder |
LinkedBindingBuilder.toProvider(Provider<? extends T> provider)
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 |
|---|---|
abstract void |
Scoping.applyTo(ScopedBindingBuilder scopedBindingBuilder) |
Copyright © 2009–2017. All rights reserved.