Package com.google.inject.internal
Class RealMapBinder.MultimapBinder<K,V>
java.lang.Object
com.google.inject.internal.RealMapBinder.MultimapBinder<K,V>
- All Implemented Interfaces:
Module
- Enclosing class:
RealMapBinder<K,
V>
Binds
Map<K, Set<V>>
and {Map<K, Set<Provider<V>>>
.
This will only exist if permitDuplicates() is called.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MultimapBinder
(RealMapBinder.BindingSelection<K, V> bindingSelection) -
Method Summary
-
Field Details
-
bindingSelection
-
-
Constructor Details
-
MultimapBinder
-
-
Method Details
-
configure
Description copied from interface:Module
Contributes bindings and other configurations for this module tobinder
.Do not invoke this method directly to install submodules. Instead use
Binder.install(Module)
, which ensures thatprovider methods
are discovered. -
hashCode
public int hashCode() -
equals
-