@AutoConfiguration @ConditionalOnClass(value=com.fasterxml.jackson.databind.ObjectMapper.class) public class JacksonAutoConfiguration extends java.lang.Object
ObjectMapper in case none is already configured.Jackson2ObjectMapperBuilder in case none is already configured.Module beans with all ObjectMapper beans
(including the defaulted ones).| Constructor and Description |
|---|
JacksonAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.jackson.JsonComponentModule |
jsonComponentModule() |
org.springframework.boot.jackson.JsonMixinModule |
jsonMixinModule(org.springframework.context.ApplicationContext context) |