Uses of Interface
com.google.inject.multibindings.MapBinderBinding
Packages that use MapBinderBinding
Package
Description
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar
.-
Uses of MapBinderBinding in com.google.inject.multibindings
Methods in com.google.inject.multibindings with parameters of type MapBinderBindingModifier and TypeMethodDescriptionMultibindingsTargetVisitor.visit
(MapBinderBinding<? extends T> mapbinding) Visits a binding created throughMapBinder
.