| Package | Description |
|---|---|
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Field and Description |
|---|---|
private Elements.RecordingBinder |
Elements.RecordingBinder.parent
The binder where exposed bindings will be created
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Elements.RecordingBinder> |
Elements.RecordingBinder.privateBinders
All children private binders, so we can scan through them.
|
| Modifier and Type | Method and Description |
|---|---|
Elements.RecordingBinder |
Elements.RecordingBinder.skipSources(java.lang.Class... classesToSkip) |
Elements.RecordingBinder |
Elements.RecordingBinder.withSource(java.lang.Object source) |
| Constructor and Description |
|---|
RecordingBinder(Elements.RecordingBinder prototype,
java.lang.Object source,
SourceProvider sourceProvider)
Creates a recording binder that's backed by
prototype. |
RecordingBinder(Elements.RecordingBinder parent,
PrivateElementsImpl privateElements)
Creates a private recording binder.
|