jsonapi-converter
jsonapi-converter copied to clipboard
WIP addressing issue #33
Work so far addressing issue #33. Do you have any feedback on the approach? I plan to write some more javadocs and tests.
Adds:
- ResourceList: which models a collection of resource objects and exposes top-level links and meta objects
- Link: which models a JSON API link object, including any meta information
- Methods in ResourceConverter to map JSON API links and meta objects