object JacksonObjectMapperProvider extends ExtensionId[JacksonObjectMapperProvider] with ExtensionIdProvider
- Alphabetic
- By Inheritance
- JacksonObjectMapperProvider
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(system: ClassicActorSystemProvider): JacksonObjectMapperProvider
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
- def apply(system: ActorSystem): JacksonObjectMapperProvider
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
- def configForBinding(bindingName: String, systemConfig: Config): Config
The configuration for a given
bindingName
. - def createExtension(system: ExtendedActorSystem): JacksonObjectMapperProvider
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
- 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 equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
- def get(system: ClassicActorSystemProvider): JacksonObjectMapperProvider
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.
override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)
- Definition Classes
- JacksonObjectMapperProvider → ExtensionId
- def get(system: ActorSystem): JacksonObjectMapperProvider
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.
override def get(system: ActorSystem): TheExtension = super.get(system)
- Definition Classes
- JacksonObjectMapperProvider → ExtensionId
- final def hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
- def lookup: JacksonObjectMapperProvider
Returns the canonical ExtensionId for this Extension
Returns the canonical ExtensionId for this Extension
- Definition Classes
- JacksonObjectMapperProvider → ExtensionIdProvider