Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
Modifier and Type | Class and Description |
---|---|
private static class |
RealMapBinder.ExtensionRealMapProvider<K,V>
Implementation of a provider instance for the map that also exposes details about the MapBinder
using the extension SPI, delegating to another provider instance for non-extension (e.g, the
actual provider instance info) data.
|
Modifier and Type | Method and Description |
---|---|
V |
MultibindingsTargetVisitor.visit(MapBinderBinding<? extends T> mapbinding)
Visits a binding created through
MapBinder . |