Generator Config
Location of generated Files
In a Virtual Developer Cloud Connector, every of the following groups of files (so-called virtual projects) can be mapped to a separate Eclipse project or to a directory. By providing more than one virtual project you have the freedom to organize the generated code in the way you want.
Groups of Files (Virtual Projects) |
Included File Types |
DTO Source Files |
DTO Classes |
Generator Options
For DTO Source Files
Option |
Description |
Value Range |
Default Value |
use‑validation‑annotations |
false disables the generation of Java Bean Validation annotations |
true or false |
true |
target.uri.prefix |
path for Java source code |
a valid relative path |
src/main/java |
target.uri.prefix.for.tests |
path for Java test classes |
a valid relative path |
src/test/java |