Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 922 Bytes

File metadata and controls

24 lines (13 loc) · 922 Bytes

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

image info Links