| Package | Description |
|---|---|
| com.google.inject.grapher | |
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar. |
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Edge> |
DefaultEdgeCreator.EdgeVisitor.visit(ProviderBinding<?> binding)
Visitor for
ProviderBinding. |
java.util.Collection<Key<?>> |
TransitiveDependencyVisitor.visit(ProviderBinding<?> binding) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
InjectorImpl.ProviderBindingImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Indexer.IndexedBinding |
Indexer.visit(ProviderBinding<? extends java.lang.Object> binding) |
| Modifier and Type | Method and Description |
|---|---|
V |
BindingTargetVisitor.visit(ProviderBinding<? extends T> binding)
Visit a binding to a
Provider that delegates to the binding for the
provided type. |
V |
DefaultBindingTargetVisitor.visit(ProviderBinding<? extends T> providerBinding) |