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 Detail

      • create

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