-
Notifications
You must be signed in to change notification settings - Fork 41
Home
avurro edited this page Aug 1, 2015
·
37 revisions
The mapping is a mechanical operation almost 100%, in medium-large applications, between development, testing and bug fixing, it reaches a weight that is certainly not negligible.
As the rule may seem elementary, enclose in a single framework a potentially unlimited number of combinations, recursive mapping, addition of logic and other features, makes its implementation very complex with questionable compromises, such as poor performance, covering a limited features, etc... .
JMapper aims not only to coverage all requirements but also to make it as easy as possible to use, that's all with performance equivalent or higher to handwritten code.
JMapper allows:
- to create and enrich target objects
- to apply a specific logic to the mapping
- to perform complex mapping (Collection, Map, Array, inner classes, etc...)
- to perform recursive mapping (mapped objects into other objects)
- to manage implicit and explicit relationships of various types:
- one to one
- one to many
- many to one
© 2016 Alessandro Vurro
- Home
- How to map
- Relations
- Conversions
- creation/enrichment
- XML
- Annotation
- API
- Configurations
- Utilities
- Examples
- Articles
- More information
- Performance tests
- Release Notes