Nestor Hernandez
2016-11-17 04:58:59 UTC
Hi,
I'm developing some features in order to improve the current REST support.
Until now the JSON parsing of the request body is tightly coupled with a
Jackson implementation. I introduced a factory in order to provide any
implementation for a content type not just JSON, eg. XML, YAML, etc.
This is not finished yet, I think it needs some tests, but you can check
out the code here:
https://github.com/StripesFramework/stripes/compare/master...iluvtr:master
I want to send a pull request with a JsonBuilderFactory finished in order
to decouple the JsonResolution class from the current Jackson implementation
Thanks
Nestor
I'm developing some features in order to improve the current REST support.
Until now the JSON parsing of the request body is tightly coupled with a
Jackson implementation. I introduced a factory in order to provide any
implementation for a content type not just JSON, eg. XML, YAML, etc.
This is not finished yet, I think it needs some tests, but you can check
out the code here:
https://github.com/StripesFramework/stripes/compare/master...iluvtr:master
I want to send a pull request with a JsonBuilderFactory finished in order
to decouple the JsonResolution class from the current Jackson implementation
Thanks
Nestor