Interface ObjectMapperFactory


public interface ObjectMapperFactory
To customize the ObjectMapper used to serialize the ObjectMessage.obj implement this interface and add the fully qualified class name to src/main/resources/META-INF/services/co.elastic.logging.log4j2.ObjectMapperFactory.
  • Method Summary

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

    • create

      com.fasterxml.jackson.databind.ObjectMapper create()