Interface ObjectMapperSupplier


  • public interface ObjectMapperSupplier
    Supplies a custom reference of a Jackson ObjectMapper
    Since:
    2.1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.ObjectMapper get()
      Get custom ObjectMapper reference
    • Method Detail

      • get

        com.fasterxml.jackson.databind.ObjectMapper get()
        Get custom ObjectMapper reference
        Returns:
        custom ObjectMapper reference