Searched refs:mapBinding (Results 1 – 4 of 4) sorted by relevance
179 mapBinding -> in indexByMapKeyAnnotationType()181 .wrap(mapBinding.mapKeyAnnotation().get().getAnnotationType()))); in indexByMapKeyAnnotationType()
92 public void mapBinding() throws Exception { in mapBinding() method in MultibindingTest
155 Binding<T> mapBinding = injector.getBinding(mapKey); in mapInjectorTest() local156 MapBinderBinding<T> mapbinder = (MapBinderBinding<T>) mapBinding.acceptTargetVisitor(visitor); in mapInjectorTest()
1305 Binding<Map<K, V>> mapBinding = injector.getExistingBinding(mapKey); in initialize() local1307 (ProviderInstanceBinding<Map<K, V>>) mapBinding; in initialize()