| Package | Description |
|---|---|
| com.google.inject.internal.util | |
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Field and Description |
|---|---|
static SourceProvider |
SourceProvider.DEFAULT_INSTANCE |
private SourceProvider |
SourceProvider.parent |
| Modifier and Type | Method and Description |
|---|---|
SourceProvider |
SourceProvider.plusSkippedClasses(java.lang.Class... moreClassesToSkip)
Returns a new instance that also skips
moreClassesToSkip. |
| Constructor and Description |
|---|
SourceProvider(SourceProvider parent,
java.lang.Iterable<java.lang.String> classesToSkip) |
| Modifier and Type | Field and Description |
|---|---|
private SourceProvider |
Elements.RecordingBinder.sourceProvider |
| Constructor and Description |
|---|
RecordingBinder(Elements.RecordingBinder prototype,
java.lang.Object source,
SourceProvider sourceProvider)
Creates a recording binder that's backed by
prototype. |