-
Notifications
You must be signed in to change notification settings - Fork 41
Home
avurro edited this page Mar 21, 2016
·
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
- apply a specific logic to the mapping
- perform complex and recursive mapping
- manage implicit and explicit relationships of various types
- implement explicit conversions
- configure the mapping using the annotation, xml and api
- apply inherited configurations
- write quick and simple xml configuration file, through a series of utility methods
- define a custom bytecode generator
© 2016 Alessandro Vurro
- Home
- How to map
- Relations
- Conversions
- creation/enrichment
- XML
- Annotation
- API
- Configurations
- Utilities
- Examples
- Articles
- More information
- Performance tests
- Release Notes