Class JacksonUtils
java.lang.Object
org.springframework.kafka.support.JacksonUtils
Deprecated, for removal: This API element is subject to removal in a future version.
The utilities for Jackson 
ObjectMapper instances.- Since:
 - 2.3
 - Author:
 - Artem Bilan
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperDeprecated, for removal: This API element is subject to removal in a future version.Factory forObjectMapperinstances with registered well-known modules and disabledMapperFeature.DEFAULT_VIEW_INCLUSIONandDeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIESfeatures. 
- 
Method Details
- 
enhancedObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper enhancedObjectMapper()Deprecated, for removal: This API element is subject to removal in a future version.Factory forObjectMapperinstances with registered well-known modules and disabledMapperFeature.DEFAULT_VIEW_INCLUSIONandDeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIESfeatures.- Returns:
 - the 
ObjectMapperinstance. 
 
 - 
 
JacksonMapperUtilsAPI.