automapper
automapper copied to clipboard
:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
I have difficulties with updating entities in a collection (let's omit the problem of overlapping and finding the right field by id), the problem is that instead of calling the...
It would be great to have access to the target object's data and the specific property being transformed in the transform method of a custom transformer. This would greatly help...
I ran into an issue where a target object wasn't populated as expected, due to the getter being the same name as the protected property. ``` //source: Order::class (abbreviated) /**...
When using swoole coroutines with eval loader, where is a possibility to get an error `Cannot declare class {class}, because the name is already in use`, because coroutines share memory...
I try us mapper with symfony discriminator, but it's not what i expected, For example ```php // I have Source Interface or Abstract class interface SourceInterface { } /// And...
Hello, This is more a question than a bug report. Are array shapes supposed to be casted? To be more accurate: ```php
Hi there! First thank you for maintaining this project 🙏 While upgrading from automapper+automapper-bundle (8.1.0+8.0.2) to automapper 9.1.2 I ran into an issue with wrong type being used for properties...
I am trying to map a payload for a PATCH endpoint and would like to configure it so that: - If a property is uninitialized, it is skipped during the...