Class Jackson2AutoConfiguration
java.lang.Object
org.springframework.boot.jackson2.autoconfigure.Jackson2AutoConfiguration
@AutoConfiguration
@ConditionalOnClass(com.fasterxml.jackson.databind.ObjectMapper.class)
@Deprecated(since="4.0.0",
forRemoval=true)
public final class Jackson2AutoConfiguration
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.
Auto configuration for Jackson. The following auto-configuration will get applied:
- an
ObjectMapper
in case none is already configured. - a
Jackson2ObjectMapperBuilder
in case none is already configured. - auto-registration for all
Module
beans with allObjectMapper
beans (including the defaulted ones).
- Since:
- 4.0.0
- Author:
- Oliver Gierke, Andy Wilkinson, Marcel Overdijk, Sebastien Deleuze, Johannes Edmeier, Phillip Webb, EddĂș MelĂ©ndez, Ralf Ueberfuhr
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
Jackson2AutoConfiguration
public Jackson2AutoConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-