Class RealMultibinder.RealMultibinderProvider<T>

  • All Implemented Interfaces:
    InternalFactory<java.util.Set<T>>, Provider<java.util.Set<T>>, HasDependencies, javax.inject.Provider<java.util.Set<T>>
    Enclosing class:
    RealMultibinder<T>

    private static final class RealMultibinder.RealMultibinderProvider<T>
    extends RealMultibinder.BaseFactory<T,​java.util.Set<T>>
    Provider instance implementation that provides the actual set of values. This is parameterized so it can be used to supply a Set and Set, the latter being useful for Kotlin support.