Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
None
Description
Use the method generic return type instead of object.getClass() when converting return types to avoid type erasure.
Work around is to customize the converter on the receiving side (see linked Stack Overflow answer).