Class ObjectMapperFactory
java.lang.Object
de.gematik.test.tiger.mockserver.serialization.ObjectMapperFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectMapperstatic com.fasterxml.jackson.databind.ObjectWritercreateObjectMapper(boolean pretty, boolean serialiseDefaultValues, com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers) static com.fasterxml.jackson.databind.ObjectMappercreateObjectMapper(com.fasterxml.jackson.databind.JsonDeserializer... replacementJsonDeserializers) static com.fasterxml.jackson.databind.ObjectMappercreateObjectMapper(com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers)
-
Constructor Details
-
ObjectMapperFactory
public ObjectMapperFactory()
-
-
Method Details
-
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper() -
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers) -
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(com.fasterxml.jackson.databind.JsonDeserializer... replacementJsonDeserializers) -
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectWriter createObjectMapper(boolean pretty, boolean serialiseDefaultValues, com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers) -
buildObjectMapperWithoutRemovingEmptyValues
public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapperWithoutRemovingEmptyValues() -
buildObjectMapperWithOnlyConfigurationDefaults
public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapperWithOnlyConfigurationDefaults()
-