The Java Bean manual mapper is not an automatically generated convesion mechanism. Each individual property is transferred from one Java Bean to another Java Bean, possibly with corresponding type conversion.
- all technical aspects can be considered on individual basis
- delivers the best performance
- hand-coded implementation
- time-consuming and error-prone creation