Class JacksonUtils

java.lang.Object
org.springframework.kafka.support.JacksonUtils

@Deprecated(forRemoval=true, since="4.0") public final class JacksonUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0 in favor of JacksonMapperUtils API.
The utilities for Jackson ObjectMapper instances.
Since:
2.3
Author:
Artem Bilan
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.fasterxml.jackson.databind.ObjectMapper
    Deprecated, for removal: This API element is subject to removal in a future version.
    Factory for ObjectMapper instances with registered well-known modules and disabled MapperFeature.DEFAULT_VIEW_INCLUSION and DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES features.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 for ObjectMapper instances with registered well-known modules and disabled MapperFeature.DEFAULT_VIEW_INCLUSION and DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES features.
      Returns:
      the ObjectMapper instance.