Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
V2 1.0.0
Description
An apparent known limitation, only Strings are currently supported.
In order to get it working for the time being, I modified the JPATypeConverter to include char.class and Character.class along with String.class.
This is not a fix because it does not address the reverse mapping but hopefully it keeps it on the radar.