Class MapFactory.Builder<K,​V>

  • Enclosing class:
    MapFactory<K,​V>

    public static final class MapFactory.Builder<K,​V>
    extends dagger.internal.AbstractMapFactory.Builder<K,​V,​V>
    A builder for MapFactory.
    • Method Detail

      • put

        @Deprecated
        public MapFactory.Builder<K,​V> put​(K key,
                                                 javax.inject.Provider<V> providerOfValue)
        Deprecated.
        Legacy javax version of the method to support libraries compiled with an older version of Dagger. Do not use directly.
      • putAll

        @Deprecated
        public MapFactory.Builder<K,​V> putAll​(javax.inject.Provider<java.util.Map<K,​V>> mapFactory)
        Deprecated.
        Legacy javax version of the method to support libraries compiled with an older version of Dagger. Do not use directly.