Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
String to short type conversion fails with:
NoTypeConversionAvailable No type converter available to convert from type: java.lang.String to the required type: short
to reproduce it just test:
assertEquals(Short.parseShort("1"), context.getTypeConverter().mandatoryConvertTo(short.class, "1"));
Attachments
Issue Links
- links to