java-classmate icon indicating copy to clipboard operation
java-classmate copied to clipboard

Draft: Issue #69 | Add ResolvedTypeMapper to convert ResolvedType into Type

Open Luc-Veldhuis opened this issue 4 months ago • 1 comments

Attempt at getting a converter working from ResolvedType -> java.lang.reflect.Type However, this required me to create a custom implementation for ParameterizedType and GenericArrayType, which is not so great :/

If anybody has any suggestions, I would be glad to hear them!

Luc-Veldhuis avatar Aug 26 '25 12:08 Luc-Veldhuis