Class Jackson2DatatypeHelper

java.lang.Object
org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper

@Deprecated(since="5.0", forRemoval=true) public class Jackson2DatatypeHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0, Hibernate 6 support is no longer provided Jackson 3.
Helper class to register datatype modules based on their presence in the classpath.
Author:
Jon Brisbin, Oliver Gierke, Mark Paluch
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jackson2DatatypeHelper

      public Jackson2DatatypeHelper()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • configureObjectMapper

      public static void configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
      Deprecated, for removal: This API element is subject to removal in a future version.