Interface: MappingStrategyInitializerOptions
Properties
applyMetadata
• Optional
applyMetadata: ApplyMetadata
Defined in
destinationConstructor
• Optional
destinationConstructor: DestinationConstructor
<any
, any
>
Defined in
Methods
postMap
▸ Optional
postMap<TSource
, TDestination
>(source
, destination
, mapping
): TDestination
Type parameters
Name | Type |
---|---|
TSource | extends Dictionary <TSource > |
TDestination | extends Dictionary <TDestination > |
Parameters
Name | Type |
---|---|
source | TSource |
destination | TDestination |
mapping | Mapping <TSource , TDestination > |
Returns
TDestination
Defined in
preMap
▸ Optional
preMap<TSource
, TDestination
>(source
, mapping
): TSource
Type parameters
Name | Type |
---|---|
TSource | extends Dictionary <TSource > |
TDestination | extends Dictionary <TDestination > |
Parameters
Name | Type |
---|---|
source | TSource |
mapping | Mapping <TSource , TDestination > |
Returns
TSource