FHIR Chat · compatibility · hapi

Stream: hapi

Topic: compatibility


view this post on Zulip Dav (May 07 2021 at 15:42):

Hi expert, after adding the library hapi fhir

<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>${project.version}</version>
</dependency>
i notice during building project that in the method where I pass JsonObjectFormatVisitor
from com.fasterxml.jackson.databind.jsonFormatVisitors the method became unresolved.

How can i solved it?

view this post on Zulip Dav (May 10 2021 at 09:19):

No one can help me?


Last updated: Apr 12 2022 at 19:14 UTC