automapper-plus-bundle icon indicating copy to clipboard operation
automapper-plus-bundle copied to clipboard

A symfony bundle for AutoMapper+

Results 4 automapper-plus-bundle issues
Sort by recently updated
recently updated
newest added

Add configuration to enable or disable the `createUnregisteredMappings` feature.

enhancement

What about adding Doctrine Support with some additional operations? For example: * map from an id to an entity * map from a list of ids to a list of...

It would be great if this amazing library supports also new Symfony 7.

I have mapper order issue: If one of Mapper in order is higher and it extends (copyFrom) from one of lower it will throw exception that no registered mapper here....