Uses of Interface
com.google.inject.multibindings.MultibinderBinding
-
Packages that use MultibinderBinding Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar
. -
-
Uses of MultibinderBinding in com.google.inject.internal
Classes in com.google.inject.internal that implement MultibinderBinding Modifier and Type Class Description private static class
RealMultibinder.ExtensionRealMultibinderProvider<T>
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI. -
Uses of MultibinderBinding in com.google.inject.multibindings
Methods in com.google.inject.multibindings with parameters of type MultibinderBinding Modifier and Type Method Description V
MultibindingsTargetVisitor. visit(MultibinderBinding<? extends T> multibinding)
Visits a binding created throughMultibinder
.
-