Searched refs:getUnwrappedMapKeyType (Results 1 – 2 of 2) sorted by relevance
19 import static dagger.internal.codegen.binding.MapKeys.getUnwrappedMapKeyType;70 } else if (isAnnotationType(getUnwrappedMapKeyType(mapAnnotation.getType()))) { in process()
92 ? getUnwrappedMapKeyType(mapKey.getType()) in mapKeyType()104 public static XType getUnwrappedMapKeyType(XType mapKeyAnnotationType) { in getUnwrappedMapKeyType() method in MapKeys