Class Jackson2EndpointAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.jackson.Jackson2EndpointAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({com.fasterxml.jackson.databind.ObjectMapper.class,Jackson2ObjectMapperBuilder.class})
@Deprecated(since="4.0.0",
forRemoval=true)
public final class Jackson2EndpointAutoConfiguration
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 Endpoint Jackson 2 support.- Since:
- 3.0.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
Jackson2EndpointAutoConfiguration
public Jackson2EndpointAutoConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-