Interface ObjectMapperSupplier

All Superinterfaces:
Serializable

public interface ObjectMapperSupplier extends Serializable
Supplies a custom reference of a Jackson ObjectMapper
Since:
2.1.0
Author:
Vlad Mihalcea
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
    get()
    Get custom ObjectMapper reference
  • Method Details

    • get

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