Skip to main content

Class: AutomapperProfile

Constructors

constructor

Protected new AutomapperProfile(mapper)

Parameters

NameType
mapperMapper

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

Defined in

packages/nestjs/src/lib/automapper-profile.ts:15