Searched refs:getMapKey (Results 1 – 6 of 6) sorted by relevance
21 import static dagger.internal.codegen.binding.MapKeys.getMapKey;89 wrapOptionalInEquivalence(getMapKey(bindsMethod))); in create()
26 import static dagger.internal.codegen.binding.MapKeys.getMapKey;219 TypeMirror mapKeyType = mapKeyType(getMapKey(method).get(), types); in bindingMethodKeyType()
64 static Optional<AnnotationMirror> getMapKey(Element bindingElement) { in getMapKey() method in MapKeys
31 import static dagger.internal.codegen.binding.MapKeys.getMapKey;281 .wrappedMapKeyAnnotation(wrapOptionalInEquivalence(getMapKey(method))); in setMethodBindingProperties()
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()