Class FallbackObjectMapperSource

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.ObjectMapper get​(java.lang.Class<?> clasz)
      Provides the ObjectMapper to be used for a given mapped entity class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public com.fasterxml.jackson.databind.ObjectMapper get​(java.lang.Class<?> clasz)
        Description copied from interface: ObjectMapperSource
        Provides the ObjectMapper to be used for a given mapped entity class.
        Specified by:
        get in interface ObjectMapperSource