mapper
mapper copied to clipboard
🔥 An Object-Object AutoMapper for TypeScript 🔥
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When trying to convert from one type to another and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hello everyone, while introducing Automapper into my project I noticed...
### Is your feature request related to a problem? Please describe. Source Class ```typescript @AutoMap() @Column('varchar', { name: 'quest', length: 45 }) quest: string; @AutoMap() @Column('varchar', { name: 'quest_title', length:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue We are creating a lambda function (using nodejs typscript) and...
### Is your feature request related to a problem? Please describe. I'd like to use the auto flattening features for array properties. I tried a datastructure like this: ```typescript class...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I have an entity (Shipment) with inner relation (inner model),...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When using `@AutoMap({ typefn: () => null })` for some...
### Is your feature request related to a problem? Please describe. I usually find myself adding `@AutoMap` decorator to every or most of the properties of a class. ### Describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Transformer plugin doesn't work for derived classes ### Models/DTOs/VMs ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hi. Even if I configure it correctly, mapped objects have...