Searched refs:mapKeyType (Results 1 – 4 of 4) sorted by relevance
49 private Member mapKeyType; field in Shape185 return mapKeyType; in getMapKeyType()188 public void setMapKeyType(Member mapKeyType) { in setMapKeyType() argument189 this.mapKeyType = mapKeyType; in setMapKeyType()196 this.mapKeyType = key; in setKey()
82 XTypeElement mapKeyType = mapKey.getType().getTypeElement(); in unwrapValue() local83 XAnnotation mapKeyAnnotation = mapKeyType.getAnnotation(TypeNames.MAP_KEY); in unwrapValue()84 checkArgument(mapKeyAnnotation != null, "%s is not annotated with @MapKey", mapKeyType); in unwrapValue()90 static XType mapKeyType(XAnnotation mapKey) { in mapKeyType() method in MapKeys199 .returns(mapKeyType(mapKey).getTypeName()) in mapKeyFactoryMethod()
207 Optional<XType> mapKeyType = getMapKey(method).map(MapKeys::mapKeyType); in bindingMethodKeyType() local213 mapKeyType.isPresent(), in bindingMethodKeyType()227 ? mapOfFrameworkType(mapKeyType.get(), frameworkClassName.get(), returnType) in bindingMethodKeyType()228 : mapOf(mapKeyType.get(), returnType); in bindingMethodKeyType()
140 XType mapKeyType = in validateMapKeyMatchesBindsParameter() local142 if (!XTypes.isAssignableTo(parameterType, injectorFactoryOf(mapKeyType))) { in validateMapKeyMatchesBindsParameter()149 toStableString(parameterType), toStableString(mapKeyType)), in validateMapKeyMatchesBindsParameter()