Initialize an AutoMapper instance with a name. Default to "default"
Generally, forRoot only needs to be ran once to provide a singleton for the whole application
forRoot
Please use withMapper instead
Initialize a Mapper with name and globalSettings
name of the Mapper instance. Default to 'default'
Global Settings for the current Mapper instance
Generated using TypeDoc
Initialize an AutoMapper instance with a name. Default to "default"
Generally,
forRoot
only needs to be ran once to provide a singleton for the whole applicationPlease use withMapper instead