Uses of Class
com.google.inject.internal.RealMultibinder.BaseFactory
-
Packages that use RealMultibinder.BaseFactory Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of RealMultibinder.BaseFactory in com.google.inject.internal
Subclasses of RealMultibinder.BaseFactory in com.google.inject.internal Modifier and Type Class Description private static class
RealMultibinder.ExtensionRealMultibinderProvider<T>
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI.private static class
RealMultibinder.RealMultibinderCollectionOfProvidersProvider<T>
Implementation of BaseFactory that exposes a collection of providers of the values in the set.private static class
RealMultibinder.RealMultibinderProvider<T>
Provider instance implementation that provides the actual set of values.
-