Interface ObjectMapperService

All Known Implementing Classes:
ObjectMapperFactoryBean, ObjectMapperModuleContributor, ObjectMapperModuleSupport, SimpleObjectMapperService

public interface ObjectMapperService
API for exposing ObjectMapper as a service.
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
    Get the ObjectMapper instance.
  • Method Details

    • getObjectMapper

      com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      Get the ObjectMapper instance.
      Returns:
      the mapper