Converter Tutorial
Description
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.
Features
Pros & Cons
Pros
all technical aspects can be considered on individual basis
delivers the best performance
Cons
hand-coded implementation
time-consuming and error-prone creation
Use cases
Links
Last updated
Was this helpful?