Class JacksonConfig

java.lang.Object
ai.nervemind.app.config.JacksonConfig

@Configuration public class JacksonConfig extends Object
Jackson ObjectMapper configuration.
  • Constructor Details

    • JacksonConfig

      public JacksonConfig()
      Default constructor.
  • Method Details

    • objectMapper

      @Bean @Primary public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
      Configures the primary ObjectMapper bean.
      Returns:
      configured ObjectMapper instance