Searched refs:getMapKey (Results 1 – 5 of 5) sorted by relevance
46 import static dagger.internal.codegen.MapKeys.getMapKey;265 AnnotationMirror mapKey = getMapKey(mapBinding.bindingElement()).get();284 .wrap(getMapKey(mapBinding.bindingElement()).get().getAnnotationType());
65 static Optional<? extends AnnotationMirror> getMapKey(Element bindingElement) { in getMapKey() method in MapKeys154 AnnotationMirror mapKey = getMapKey(bindingElement).get(); in getMapKeySnippet()
53 import static dagger.internal.codegen.MapKeys.getMapKey;286 AnnotationMirror mapKeyAnnotation = getMapKey(method).get();
44 Key<T> getMapKey(); in getMapKey() method
313 binder.bind(bindingSelection.getMapKey()).toProvider(mapProvider); in configure()550 return key.equals(getMapKey()) in containsElement()672 private Key<Map<K, V>> getMapKey() { in getMapKey() method in RealMapBinder.BindingSelection825 public Key<Map<K, V>> getMapKey() { in getMapKey() method in RealMapBinder.RealMapProvider826 return bindingSelection.getMapKey(); in getMapKey()987 new RealProviderMultimapProvider<K, V>(bindingSelection.getMapKey()); in configure()1014 new RealMultimapProvider(bindingSelection.getMapKey()); in configure()