Class JacksonObjectMapperProviderSetup

java.lang.Object
org.apache.pekko.actor.setup.Setup
org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup

public final class JacksonObjectMapperProviderSetup extends Setup
Setup for defining a JacksonObjectMapperProvider that can be passed in when ActorSystem is created rather than creating one from configured class name. Create a subclass of JacksonObjectMapperFactory and override the methods to amend the defaults.