Converter Tutorial

image info 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.

image info Features

image info Pros & Cons

image info Pros

  • all technical aspects can be considered on individual basis

  • delivers the best performance

image info Cons

  • hand-coded implementation

  • time-consuming and error-prone creation

image info Use cases

Last updated

Was this helpful?