org.apache.pekko.serialization.jackson
JacksonObjectMapperProvider
Companion object JacksonObjectMapperProvider
final class JacksonObjectMapperProvider extends Extension
Registry of shared ObjectMapper instances, each with its unique bindingName.
- Alphabetic
- By Inheritance
- JacksonObjectMapperProvider
- Extension
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JacksonObjectMapperProvider(system: ExtendedActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def create(bindingName: String, jsonFactory: Optional[JsonFactory]): ObjectMapper
Java API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules.Java API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. It's using JacksonObjectMapperProviderSetup if theActorSystemis started with such pekko.actor.setup.ActorSystemSetup.- bindingName
name of this
ObjectMapper- jsonFactory
optional
JsonFactorysuch asCBORFactory, for plain JSONNone(defaults) can be used
- def create(bindingName: String, jsonFactory: Option[JsonFactory]): ObjectMapper
Scala API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules.Scala API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. It's using JacksonObjectMapperProviderSetup if theActorSystemis started with such pekko.actor.setup.ActorSystemSetup.- bindingName
name of this
ObjectMapper- jsonFactory
optional
JsonFactorysuch asCBORFactory, for plain JSONNone(defaults) can be used
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getOrCreate(bindingName: String, jsonFactory: Optional[JsonFactory]): ObjectMapper
Java API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance.Java API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance.The
ObjectMapperis created with sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. It's using JacksonObjectMapperProviderSetup if theActorSystemis started with such pekko.actor.setup.ActorSystemSetup.The returned
ObjectMappermust not be modified, because it may already be in use and such modifications are not thread-safe.- bindingName
name of this
ObjectMapper- jsonFactory
optional
JsonFactorysuch asCBORFactory, for plain JSONNone(defaults) can be used
- def getOrCreate(bindingName: String, jsonFactory: Option[JsonFactory]): ObjectMapper
Scala API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance.Scala API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance.The
ObjectMapperis created with sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. It's using JacksonObjectMapperProviderSetup if theActorSystemis started with such pekko.actor.setup.ActorSystemSetup.The returned
ObjectMappermust not be modified, because it may already be in use and such modifications are not thread-safe.- bindingName
name of this
ObjectMapper- jsonFactory
optional
JsonFactorysuch asCBORFactory, for plain JSONNone(defaults) can be used
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])