Searched refs:mapOfProviders (Results 1 – 5 of 5) sorted by relevance
68 Builder<K, V, V2> putAll(Provider<Map<K, V2>> mapOfProviders) { in putAll() argument69 if (mapOfProviders instanceof DelegateFactory) { in putAll()71 DelegateFactory<Map<K, V2>> asDelegateFactory = (DelegateFactory) mapOfProviders; in putAll()76 ((AbstractMapFactory<K, V, ?>) (Provider) mapOfProviders); in putAll()
55 @Test public void mapOfProviders() { in mapOfProviders() method in MultibindingTest56 Map<String, Provider<String>> mapOfProviders = multibindingComponent.mapOfProviders(); in mapOfProviders() local57 assertThat(mapOfProviders).hasSize(2); in mapOfProviders()58 assertThat(mapOfProviders.get("foo").get()).isEqualTo("foo value"); in mapOfProviders()59 assertThat(mapOfProviders.get("bar").get()).isEqualTo("bar value"); in mapOfProviders()
35 Map<String, Provider<String>> mapOfProviders(); in mapOfProviders() method
702 private Map<K, Provider<V>> mapOfProviders; field in RealMapBinder.RealProviderMapProvider723 mapOfProviders = mapOfProvidersBuilder.build(); in doInitialize()729 return mapOfProviders; in doProvision()
META-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...