Stream: hapi
Topic: compatibility
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?
Dav (May 10 2021 at 09:19):
No one can help me?
Last updated: Apr 12 2022 at 19:14 UTC