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 classprivate static final class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMultimapBinder(RealMapBinder.BindingSelection<K, V> bindingSelection) -
Method Summary
-
Field Details
-
bindingSelection
-
-
Constructor Details
-
MultimapBinder
-
-
Method Details
-
configure
Description copied from interface:ModuleContributes 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 methodsare discovered. -
hashCode
public int hashCode() -
equals
-