java-classmate
java-classmate copied to clipboard
Draft: Issue #69 | Add ResolvedTypeMapper to convert ResolvedType into Type
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!