1 Repo
Custom logic executed immediately before or after the automated transformation process.
Distinct from Transformation Execution: Focuses on hooks within the mapping process rather than general data transformation pipeline execution
Explore 1 awesome GitHub repository matching data & databases · Mapping Lifecycle Hooks. Refine with filters or upvote what's useful.
Mapperly is a C# source generator used for high-performance object-to-object mapping in .NET. It functions as a compile-time mapping library that produces the necessary transformation code during the build process, eliminating the need for runtime reflection when converting between domain models and data transfer objects. The tool distinguishes itself by providing type-safe diagnostic validation and strict mapping enforcement, emitting warnings for unmapped properties at compile time. It includes specialized capabilities for circular reference handling and deep cloning to maintain object iden
Runs custom code immediately before or after the generated object transformation process.