Searched refs:unwrapValue (Results 1 – 21 of 21) sorted by relevance
203 @MapKey(unwrapValue = true)209 @MapKey(unwrapValue = false)253 @MapKey(unwrapValue = true)282 @MapKey(unwrapValue = false)403 @MapKey(unwrapValue = true)431 @MapKey(unwrapValue = true)
83 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) { in unwrapValue() method in MapKeys87 return mapKeyAnnotation.unwrapValue() in unwrapValue()93 return unwrapValue(mapKeyAnnotation).isPresent() in mapKeyType()170 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in directMapKeyExpression()
21 @MapKey(unwrapValue = true)
23 @MapKey(unwrapValue = false)
22 @MapKey(unwrapValue = true)
115 boolean unwrapValue() default true; in unwrapValue() method
59 boolean unwrapValue() default true; in unwrapValue() method
31 @MapKey(unwrapValue = true)
127 if (mapKey.unwrapValue()) { in findMapKeyAnnotation()152 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) { in typeAndValueOfMapKey()
47 } else if (element.getAnnotation(MapKey.class).unwrapValue()) { in validate()
37 @MapKey(unwrapValue = false)
103 @MapKey(unwrapValue = true)160 @MapKey(unwrapValue = true)
80 if (!mapkey.unwrapValue()) { in process()
78 @MapKey(unwrapValue = true)