Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Class | Description |
---|---|---|
class |
PrivateElementsImpl |
Modifier and Type | Method | Description |
---|---|---|
PrivateElements |
ExposedBindingImpl.getPrivateElements() |
Constructor | 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 | Description |
---|---|---|
PrivateElements |
ExposedBinding.getPrivateElements() |
Returns the enclosed environment that holds the original binding.
|
Modifier and Type | Method | Description |
---|---|---|
V |
DefaultElementVisitor.visit(PrivateElements privateElements) |
|
V |
ElementVisitor.visit(PrivateElements elements) |
Visit a collection of configuration elements for a private binder.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.