Class ArchieObjectMapperProvider
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.jsonencoding.ArchieObjectMapperProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperGet an object mapper that works with Archie RM and AOM objects.
-
Method Details
-
getObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()Get an object mapper that works with Archie RM and AOM objects. It will be cached in a static variable for performance reasons- Returns:
- the object mapper
-