Class JacksonObjectMapperProviderSetup$
java.lang.Object
org.apache.pekko.serialization.jackson3.JacksonObjectMapperProviderSetup$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JacksonObjectMapperProviderSetup$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(JacksonObjectMapperFactory factory) Scala API: factory for defining aJacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name.create(JacksonObjectMapperFactory factory) Java API: factory for defining aJacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
JacksonObjectMapperProviderSetup$
public JacksonObjectMapperProviderSetup$()
-
-
Method Details
-
apply
Scala API: factory for defining aJacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. -
create
Java API: factory for defining aJacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name.
-