Class JsonUtils
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.JsonUtils
- Author:
- Dmytro Rud
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Creates and returns an ObjectMapper instance suitable for the simplified XDS data model.
-
Method Details
-
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()Creates and returns an ObjectMapper instance suitable for the simplified XDS data model.
-