Open
Description
This doesn't affect functionality, but it makes debugging type mappings difficult, because all instances of EnumOrdinalTypeHandler look the same in the debugger. An easy "fix" would be to override EnumOrdinalTypeHandler's toString method, but the underlying problem is that TypeReference.getRawType returns the wrong value.
Eclipse users can work around this by adding a detail formatter for EnumOrdinalTypeHandler that simply does:
type.toString()
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity