Class ObjectMapperFactory

java.lang.Object
de.gematik.test.tiger.mockserver.serialization.ObjectMapperFactory

public class ObjectMapperFactory extends Object
  • 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()