Searched refs:unwrappedValue (Results 1 – 2 of 2) sorted by relevance
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);267 return unwrappedValue.isPresent() ? unwrappedValue.get().getValue() : mapKey;
157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); in getMapKeySnippet() local158 if (unwrappedValue.isPresent()) { in getMapKeySnippet()160 .visit(unwrappedValue.get(), unwrappedValue.get()); in getMapKeySnippet()