| Package | Description |
|---|---|
| org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
| org.elasticsearch.common.inject.spi |
Guice service provider interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateElementsImpl |
| Modifier and Type | Method and Description |
|---|---|
PrivateElements |
ExposedBindingImpl.getPrivateElements() |
| Constructor and Description |
|---|
ExposedBindingImpl(Injector injector,
Object source,
Key<T> key,
InternalFactory<T> factory,
PrivateElements privateElements) |
ExposedBindingImpl(Object source,
Key<T> key,
Scoping scoping,
PrivateElements privateElements) |
| Modifier and Type | Method and Description |
|---|---|
PrivateElements |
ExposedBinding.getPrivateElements()
Returns the enclosed environment that holds the original binding.
|
| Modifier and Type | Method and Description |
|---|---|
V |
DefaultElementVisitor.visit(PrivateElements privateElements) |
V |
ElementVisitor.visit(PrivateElements elements)
Visit a collection of configuration elements for a private binder.
|
Copyright © 2009–2017. All rights reserved.