Stream: hapi
Topic: JsonMappingException: Infinite recursion
Adrian Besleaga (Jul 05 2019 at 14:58):
Hello FHIR community :) Can someone help me with this issue ?
JsonMappingException: Infinite recursion (StackOverflowError) (through reference chain: org.hl7.fhir.dstu3.model.StringType["idElement"]
Code screenshot : fhir-code.jpg
James Agnew (Jul 05 2019 at 15:24):
ObjectMapper isn't used to parse/serialize HAPI FHIR resources. See this page for instructions on how to use HAPI's parser: http://hapifhir.io/doc_intro.html
Last updated: Apr 12 2022 at 19:14 UTC