Class JacksonConfig
java.lang.Object
ai.nervemind.app.config.JacksonConfig
Jackson ObjectMapper configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperConfigures the primary ObjectMapper bean.
-
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
-