Uses of Class
com.google.inject.internal.RealMapBinder.BindingSelection
-
Packages that use RealMapBinder.BindingSelection Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of RealMapBinder.BindingSelection in com.google.inject.internal
Fields in com.google.inject.internal declared as RealMapBinder.BindingSelection Modifier and Type Field Description private RealMapBinder.BindingSelection<K,V>
RealMapBinder. bindingSelection
private RealMapBinder.BindingSelection<K,V>
RealMapBinder.MultimapBinder. bindingSelection
(package private) RealMapBinder.BindingSelection<K,V>
RealMapBinder.RealMapBinderProviderWithDependencies. bindingSelection
(package private) RealMapBinder.BindingSelection<K,V>
RealMapBinder.RealMultimapBinderProviderWithDependencies. bindingSelection
Methods in com.google.inject.internal that return RealMapBinder.BindingSelection Modifier and Type Method Description private RealMapBinder.BindingSelection<K,V>
RealMapBinder.RealMapProvider. getBindingSelection()
Constructors in com.google.inject.internal with parameters of type RealMapBinder.BindingSelection Constructor Description MultimapBinder(RealMapBinder.BindingSelection<K,V> bindingSelection)
RealMapBinderProviderWithDependencies(RealMapBinder.BindingSelection<K,V> bindingSelection)
RealMapProvider(RealMapBinder.BindingSelection<K,V> bindingSelection)
RealProviderMapProvider(RealMapBinder.BindingSelection<K,V> bindingSelection)
-