Searched refs:getMapKey (Results 1 – 6 of 6) sorted by relevance
20 import static dagger.internal.codegen.binding.MapKeys.getMapKey;80 getMapKey(bindsMethod).map(DaggerAnnotation::from)); in create()
65 return bindingElement().flatMap(MapKeys::getMapKey); in mapKey()
25 import static dagger.internal.codegen.binding.MapKeys.getMapKey;207 Optional<XType> mapKeyType = getMapKey(method).map(MapKeys::mapKeyType); in bindingMethodKeyType()
65 static Optional<XAnnotation> getMapKey(XElement bindingElement) { in getMapKey() method in MapKeys
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()