Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.6
-
None
-
None
Description
I wanted to add an HttpMessageConverter to Spring to use the native Groovy JSON parser rather than including Jackson. However unlike the Boon library it was ported from, there seems to be no way to coerce the JSON string to a specified type. This is kind of important in any system that needs to interface with Java API's and would be one of the primary tasks I would think a deserialization library would handle for me.
Am I missing something obvious?
Here is the ticket
https://jira.spring.io/browse/SPR-12202