When MappingProcessUtils.resolveConverterByClass cannot resolve a converter, the exception it throws just says which type it can't find a converter for.
Given that one of the method arguments is the Getter which has that type, it would be useful if the exception message also reported information on that Getter (e.g. class name, method name or property name)
Description
When MappingProcessUtils.resolveConverterByClass cannot resolve a converter, the exception it throws just says which type it can't find a converter for.
Given that one of the method arguments is the Getter which has that type, it would be useful if the exception message also reported information on that Getter (e.g. class name, method name or property name)