Package co.elastic.logging.log4j2
Interface ObjectMapperFactory
-
public interface ObjectMapperFactoryTo customize theObjectMapperused to serialize theObjectMessage.objimplement this interface and add the fully qualified class name tosrc/main/resources/META-INF/services/co.elastic.logging.log4j2.ObjectMapperFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappercreate()
-