final class JacksonObjectMapperProviderSetup extends Setup
Ordering
- Alphabetic
- By Inheritance
Inherited
- JacksonObjectMapperProviderSetup
- Setup
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JacksonObjectMapperProviderSetup(factory: JacksonObjectMapperFactory)
Value Members
- 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
- val factory: JacksonObjectMapperFactory
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.