MapZilla
MapZilla is a derivate Work of Automapper (version 14) from Jimmy Bogard
A convention-based object-object mapper.
MapZilla uses a fluent configuration API to define an object-object mapping strategy. MapZilla uses a convention-based matching algorithm to match up source to destination values. MapZilla is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
New to MapZilla? Check out the Getting Started Guide page first.
Overview
Features
- Configuration
- Configuration Validation
- Dependency Injection
- Projection
- Nested Mappings
- Lists and Arrays
- Construction
- Flattening
- Reverse Mapping and Unflattening
- Mapping Inheritance
- Attribute Mapping
- Dynamic and ExpandoObject Mapping
- Open Generics
- Queryable Extensions
- Expression Translation (UseAsDataSource)
- MapZilla.Extensions.EnumMapping
Extensibility
Examples
The source code contains unit tests for all of the features listed above. Use the GitHub search to find relevant examples.
Housekeeping
The latest builds can be found at NuGet