Searched refs:wrappingElement (Results 1 – 1 of 1) sorted by relevance
365 TypeElement wrappingElement = elements.getTypeElement(newWrappingClass); in rewrapMapKey() local366 if (wrappingElement == null) { in rewrapMapKey()373 wrappingElement, mapType.unwrappedValueType(currentWrappingClass)); in rewrapMapKey()392 TypeElement wrappingElement = elements.getTypeElement(wrappingClass); in wrapMapKey() local393 if (wrappingElement == null) { in wrapMapKey()398 DeclaredType wrappedValueType = types.getDeclaredType(wrappingElement, mapType.valueType()); in wrapMapKey()