Mapster
Mapster copied to clipboard
Please support arbitrary parameters on interface when generating mapper
[Mapper]
public interface IMyMapper{
B Map(A a, string arbitraryString, int anotherParam );
}
class A{
string Name;
}
class B{
string Name; // maps directly from A.Name
string Val; //will be mapped from arbitraryString
int Age //will be mapped fromanotherParam ;
}
In order to identify issues that are still active, we are closing issues that we believe are either resolved or are dormant. If your issue is still active then please reopen. Thanks.
Please reopen