| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like "juice")
|
| com.google.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(com.google.inject.internal.InjectorImpl injector,
Object source,
Key<T> key,
com.google.inject.internal.InternalFactory<T> factory,
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 |
ElementVisitor.visit(PrivateElements elements)
Visit a collection of configuration elements for a private binder.
|
V |
DefaultElementVisitor.visit(PrivateElements privateElements) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.