Class ObjectMapperFactory


  • public class ObjectMapperFactory
    extends Object
    Author:
    jamesdbloom
    • Constructor Detail

      • ObjectMapperFactory

        public ObjectMapperFactory()
    • Method Detail

      • 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()