Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configuring the mappings using a method. #51

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

mrtaikandi
Copy link
Owner

Add support for configuring the mappings using a method.

  • Add Map<TFrom, TTo> attribute. This attribute allows mapping classes that you don't have access to their source at assembly and class targets
  • The Map<TFrom, TTo> attribute can be configured using a static configuration method declared in any other class
  • The configuration method provides a fluent API to configure all the mapping configurations, such as type converters and null handling

@mrtaikandi mrtaikandi merged commit a8634fd into main Sep 17, 2024
1 check passed
@mrtaikandi mrtaikandi deleted the dev/mapping-configuration branch September 17, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant