New version 2.1.5 is available since April, 4th 2017.
The Converter Generator creates Java Source Code for classes converting a bean into another bean in a half-automated way.
The conversion code is generated as long as field names are equal. 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.
Specifications are described in the wiki page of this project.
More details under https://sourceforge.net/p/convertergenerator/wiki/Home/
Features
- Java Code Generation