Class: AutomapperProfile
Constructors
constructor
• Protected
new AutomapperProfile(mapper
)
Parameters
Name | Type |
---|---|
mapper | Mapper |
Defined in
packages/nestjs/src/lib/automapper-profile.ts:9
Properties
mapper
• Protected
mapper: Mapper
Accessors
mappingConfigurations
• Protected
get
mappingConfigurations(): MappingConfiguration
<any
, any
>[]
Returns
MappingConfiguration
<any
, any
>[]
Defined in
packages/nestjs/src/lib/automapper-profile.ts:17
profile
• Abstract
get
profile(): MappingProfile
Returns
MappingProfile