Searched refs:unwrapValue (Results 1 – 22 of 22) 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)
141 if (mapKey.unwrapValue()) {164 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) {
59 boolean unwrapValue() default true; in unwrapValue() method
31 @MapKey(unwrapValue = true)
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()
113 boolean unwrapValue() default true; in unwrapValue() method
100 @MapKey(unwrapValue = true)155 @MapKey(unwrapValue = true)
78 @MapKey(unwrapValue = true)
META-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/ ...