Interface JacksonObjectMapperProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi @FunctionalInterface public interface JacksonObjectMapperProvider
A Java SPI (Service Provider Interface) for the default Jackson ObjectMapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the default Jackson ObjectMappers used for serializing and deserializing an object to and from JSON.
  • Method Details

    • newObjectMapper

      ObjectMapper newObjectMapper()
      Returns the default Jackson ObjectMappers used for serializing and deserializing an object to and from JSON.