Class ObjectMapperFactory
java.lang.Object
de.gematik.test.tiger.mockserver.serialization.ObjectMapperFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectWriter
-
Method Details
-
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectWriter createObjectMapper() -
buildObjectMapperWithoutRemovingEmptyValues
public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapperWithoutRemovingEmptyValues() -
buildObjectMapperWithOnlyConfigurationDefaults
public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapperWithOnlyConfigurationDefaults()
-