Class JacksonAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(com.fasterxml.jackson.databind.ObjectMapper.class)
public class JacksonAutoConfiguration
extends Object
Auto configuration for Jackson. The following auto-configuration will get applied:
- an
ObjectMapperin case none is already configured. - a
Jackson2ObjectMapperBuilderin case none is already configured. - auto-registration for all
Modulebeans with allObjectMapperbeans (including the defaulted ones).
- Since:
- 1.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.jackson.JsonComponentModule
-
Constructor Details
-
JacksonAutoConfiguration
public JacksonAutoConfiguration()
-
-
Method Details
-
jsonComponentModule
@Bean public org.springframework.boot.jackson.JsonComponentModule jsonComponentModule()
-