Searched refs:mapKeys (Results 1 – 5 of 5) sorted by relevance
66 ImmutableSet<? extends AnnotationMirror> mapKeys = getMapKeys(bindingElement); in getMapKey() local67 return mapKeys.isEmpty() in getMapKey()69 : Optional.of(getOnlyElement(mapKeys)); in getMapKey()
121 ImmutableSet<? extends AnnotationMirror> mapKeys = getMapKeys(providesMethodElement); in validate() local122 switch (mapKeys.size()) { in validate()
124 ImmutableSet<? extends AnnotationMirror> mapKeys = getMapKeys(producesMethodElement); in validate() local125 switch (mapKeys.size()) { in validate()
38 Set<String> mapKeys(); in mapKeys() method
69 assertThat(multibindingComponent.mapKeys()).containsExactly("foo", "bar"); in mapKeysAndValues()