org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup
See theJacksonObjectMapperProviderSetup companion object
final class JacksonObjectMapperProviderSetup(val factory: JacksonObjectMapperFactory) 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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article