Interface ObjectMapperSource

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • get

        com.fasterxml.jackson.databind.ObjectMapper get​(java.lang.Class<?> clasz)
        Provides the ObjectMapper to be used for a given mapped entity class.