hapi-fhir/hapi-fhir-structures-dstu3
James Agnew bde7c356fe
Implement Jackson parser/serializer (#1733)
* [dev] Integration of a Jackson serializer and deserializer - first stage

* [fix] Fixed some serializing issues
[improve] Improved the processing, removed the loggers

* [clean] Removed the JacksonSerializer class, replaced all the Gson classes with Jackson classes

* [clean] Small cleanup

* [improve] Throw a ConfigurationException if the JsonGenerator cannot be created

* [improve] Use the ObjectMapper's `readTree` instead of `readValue`

* [dev] Latest fixes and improvements

* [dev] Use the Jackson serializer

* [clean] Removed the ObjectMapper configuration, for now

* [fix] Use the GsonStructure also for the parsing of a FHIR resource

* [clean] Removed the LinkedList usage

* Work on preparing for merge of #1673

* Resolve build errors

* Work on parser integration

* Tests passing

* Resolve fixme

* CLeanup

* Fix dependency

Co-authored-by: Bogdan Solga <bogdan.solga@gmail.com>
2020-03-17 17:27:26 -04:00
..
src Implement Jackson parser/serializer (#1733) 2020-03-17 17:27:26 -04:00
.editorconfig Fix handling of filters on valueset expansions 2017-02-10 11:05:59 -05:00
.gitignore Switch DSTU2.1 to DSTU3 per FMB's decision 2016-02-01 08:55:58 -05:00
pom.xml Validation api changes (#1719) 2020-03-17 13:28:59 -04:00
todo.txt Fix #440 - Don't depend on Saxon 2016-09-08 15:56:15 -04:00