...Thus generated code, however, is not complete. It is necessary to supervise the code and correct it where needed.
The Converter Generator generates the "structure" of a converter framework and concrete converter classes. This saves a lot of code writing.
Another advantage is that a cascade of converters are created recursively when a field with same name declares different classes in the from and to bean.
When developing you cannot know all kind of converters you need. And this is no problem: Just create the new converter later in the same context.
...