AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper 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.
Required Ruby Version
None
Authors
Jimmy Bogard, Eric Hexter, Jeffrey Palermo, Tom Jaeschke
Versions
- 1.1.0.188.20100804 August 03, 2010 (251 KB)
- 1.1.0.188.20100803 August 03, 2010 (3.5 KB)