Searched refs:unwrapValue (Results 1 – 21 of 21) sorted by relevance
169 @MapKey(unwrapValue = true)175 @MapKey(unwrapValue = false)210 @MapKey(unwrapValue = true)233 @MapKey(unwrapValue = false)322 @MapKey(unwrapValue = true)349 @MapKey(unwrapValue = true)
20 @MapKey(unwrapValue = true)
22 @MapKey(unwrapValue = false)
21 @MapKey(unwrapValue = true)
59 boolean unwrapValue() default true; in unwrapValue() method
31 @MapKey(unwrapValue = true)
141 if (mapKey.unwrapValue()) {164 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) {
113 boolean unwrapValue() default true; in unwrapValue() method
86 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) { in unwrapValue() method in MapKeys90 return mapKeyAnnotation.unwrapValue() in unwrapValue()157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in getMapKeySnippet()
47 import static dagger.internal.codegen.MapKeys.unwrapValue;266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
43 } else if (element.getAnnotation(MapKey.class).unwrapValue()) { in validate()
75 if (mapkey.unwrapValue()) { in process()
287 return MapKeys.unwrapValue(mapKeyAnnotation).isPresent()
100 @MapKey(unwrapValue = true)155 @MapKey(unwrapValue = true)
78 @MapKey(unwrapValue = true)