FHIR Chat · compatibility · implementers

Stream: implementers

Topic: compatibility


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

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 Michele Mottini (May 07 2021 at 15:39):

Maybe better to try in the #hapi stream


Last updated: Apr 12 2022 at 19:14 UTC