final class JacksonObjectMapperProviderSetup 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.

Source
JacksonObjectMapperProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JacksonObjectMapperProviderSetup
  2. Setup
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JacksonObjectMapperProviderSetup(factory: JacksonObjectMapperFactory)

Value Members

  1. final def and(other: Setup): ActorSystemSetup

    Construct an ActorSystemSetup with this setup combined with another one.

    Construct an ActorSystemSetup with this setup combined with another one. Allows for fluent creation of settings. If other is a setting of the same concrete Setup as this it will replace this.

    Definition Classes
    Setup
  2. val factory: JacksonObjectMapperFactory