Interface ObjectMapperProvider

All Known Implementing Classes:
DefaultObjectMapperProvider

public interface ObjectMapperProvider
Service interface for providing a custom ObjectMapper instance at runtime. The default implementation doesn't register any additional Jackson modules.
See Also:
  • Module
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
    get()
     
    default com.fasterxml.jackson.databind.ObjectMapper
     
    id()
     
  • Method Details

    • get

      com.fasterxml.jackson.databind.ObjectMapper get()
    • getLenient

      default com.fasterxml.jackson.databind.ObjectMapper getLenient()
    • id

      String id()