Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gson annotations for fields and getter/setters #1824

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dotasek
Copy link
Collaborator

@dotasek dotasek commented Nov 21, 2024

At present only Jackson is supported as a JSON serializer/deserializer. This adds annotations that will allow gson to also be used.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.76%. Comparing base (717ef9c) to head (cf1456a).
Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1824   +/-   ##
=========================================
  Coverage     12.76%   12.76%           
- Complexity    33138    33139    +1     
=========================================
  Files          2221     2221           
  Lines        676651   676669   +18     
  Branches     199414   199419    +5     
=========================================
+ Hits          86393    86403   +10     
- Misses       559613   559614    +1     
- Partials      30645    30652    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@dotasek
Copy link
Collaborator Author

dotasek commented Nov 22, 2024

This is reviewed in a downstream project here: hapifhir/org.hl7.fhir.validator-wrapper#195 (review)

@dotasek dotasek merged commit ec044b8 into master Nov 22, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant