mapper icon indicating copy to clipboard operation
mapper copied to clipboard

🔥 An Object-Object AutoMapper for TypeScript 🔥

Results 68 mapper issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

enhancement

### 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:...

enhancement
help wanted

### 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...

bug

### 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...

enhancement

### 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),...

bug
v7

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When using `@AutoMap({ typefn: () => null })` for some...

bug
v7

### 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...

enhancement

### 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 ```...

bug

### 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...

bug
documentation
help wanted