Class RealMultibinder.ExtensionRealMultibinderProvider<T>

java.lang.Object
com.google.inject.internal.InternalProviderInstanceBindingImpl.Factory<ProvidedT>
com.google.inject.internal.RealMultibinder.BaseFactory<T,Set<T>>
com.google.inject.internal.RealMultibinder.ExtensionRealMultibinderProvider<T>
All Implemented Interfaces:
InternalFactory<Set<T>>, MultibinderBinding<Set<T>>, Provider<Set<T>>, HasDependencies, ProviderWithExtensionVisitor<Set<T>>, javax.inject.Provider<Set<T>>
Enclosing class:
RealMultibinder<T>

private static final class RealMultibinder.ExtensionRealMultibinderProvider<T> extends RealMultibinder.BaseFactory<T,Set<T>> implements ProviderWithExtensionVisitor<Set<T>>, MultibinderBinding<Set<T>>
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI.