@@ -12,18 +12,18 @@ to [BO4E-Java](https://github.com/TimoMolls/BO4E-Java).
1212
1313## Options
1414
15- | name | alias | type | description |
16- | ----------| -------| ----------- | ---------------------------------------------------------------------------------|
17- | input | i | string | The input directory that holds the json-schemas and defines the file structure. |
18- | output | o | string | The output directory. |
19- | package | p | string... | The package to put in the classes package signature (default: same as output). |
20- | keep | k | boolean | Prevent overwriting of existing files. |
21- | remove | r | boolean | Delete all existing files in output directory. |
22- | create | c | boolean | Create output directory if it does not exist. |
23- | annotate | a | boolean | Add JsonInclude Annotations. |
24- | verbose | v | boolean | Turn on debugging output. |
25- | quiet | q | boolean | Silence output. |
26- | help | h | boolean | Display an usage guide. |
15+ | name | alias | type | description |
16+ | ----------| -------| ---------| ---------------------------------------------------------------------------------|
17+ | input | i | string | The input directory that holds the json-schemas and defines the file structure. |
18+ | output | o | string | The output directory. |
19+ | package | p | string | The package to put in the classes package signature (default: same as output). |
20+ | keep | k | boolean | Prevent overwriting of existing files. |
21+ | remove | r | boolean | Delete all existing files in output directory. |
22+ | create | c | boolean | Create output directory if it does not exist. |
23+ | annotate | a | boolean | Add JsonInclude Annotations. |
24+ | verbose | v | boolean | Turn on debugging output. |
25+ | quiet | q | boolean | Silence output. |
26+ | help | h | boolean | Display an usage guide. |
2727
2828## Important to note
2929
@@ -33,6 +33,5 @@ to [BO4E-Java](https://github.com/TimoMolls/BO4E-Java).
3333- all classes in * bo* extend ** Geschaeftsobjekt**
3434- all classes in * com* extend ** COM**
3535- ** Geschaeftsobjekt** and ** COM** are added, even if not included in the * schemas*
36- - * version* was renamed to ** boVersion** since there already is a version field in ** Lastgang**
3736- every class has a * no-args-constructor* and a ** Builder** but no * all-args-constructor*
3837- Comments are copied from the schemas, their correctness is not validated
0 commit comments