Class JacksonUtils
java.lang.Object
org.springframework.amqp.support.converter.JacksonUtils
The utilities for Jackson
ObjectMapper
instances.- Since:
- 3.1.1
- Author:
- Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Factory forObjectMapper
instances with registered well-known modules and disabledMapperFeature.DEFAULT_VIEW_INCLUSION
andDeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
features.
-
Method Details
-
enhancedObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper enhancedObjectMapper()Factory forObjectMapper
instances with registered well-known modules and disabledMapperFeature.DEFAULT_VIEW_INCLUSION
andDeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
features.- Returns:
- the
ObjectMapper
instance.
-