Class ObjectMapperConfig

java.lang.Object
energy.eddie.regionconnector.shared.utils.ObjectMapperConfig

@Configuration public class ObjectMapperConfig extends Object
This configuration should be used to override the object mapper that is passed to the child instances from the core parent context. It has similar features to the JacksonAutoConfiguration, but is not as sophisticated.
  • Constructor Details

    • ObjectMapperConfig

      public ObjectMapperConfig()
  • Method Details

    • jsonMapper

      @Bean @Primary public tools.jackson.databind.json.JsonMapper jsonMapper(List<org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer> customizers)