o
org.apache.pekko.serialization.jackson
JacksonObjectMapperProvider
Companion class JacksonObjectMapperProvider
object JacksonObjectMapperProvider extends ExtensionId[JacksonObjectMapperProvider] with ExtensionIdProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JacksonObjectMapperProvider
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply(system: ClassicActorSystemProvider): JacksonObjectMapperProvider
- Definition Classes
- ExtensionId
- def apply(system: ActorSystem): JacksonObjectMapperProvider
- Definition Classes
- ExtensionId
- 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 configForBinding(bindingName: String, systemConfig: Config): Config
The configuration for a given
bindingName. - def createExtension(system: ExtendedActorSystem): JacksonObjectMapperProvider
- Definition Classes
- JacksonObjectMapperProvider → ExtensionId
- def createObjectMapper(bindingName: String, jsonFactory: Option[JsonFactory], objectMapperFactory: JacksonObjectMapperFactory, config: Config, dynamicAccess: DynamicAccess, log: Option[LoggingAdapter]): ObjectMapper
INTERNAL API: Use JacksonObjectMapperProvider#create
INTERNAL API: Use JacksonObjectMapperProvider#create
This is needed by one test in Lagom where the ObjectMapper is created without starting and ActorSystem.
- Annotations
- @InternalStableApi()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
- def get(system: ClassicActorSystemProvider): JacksonObjectMapperProvider
- Definition Classes
- JacksonObjectMapperProvider → ExtensionId
- def get(system: ActorSystem): JacksonObjectMapperProvider
- Definition Classes
- JacksonObjectMapperProvider → ExtensionId
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup: JacksonObjectMapperProvider
- Definition Classes
- JacksonObjectMapperProvider → ExtensionIdProvider
- 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])