metaprogramming to generate markdowns of dtos2 objects
Tools used:
A description to a class
Filed type | Field name | Description |
---|---|---|
String | id | Id |
String | description | Description of this child |
Map<String, List<ChildChild2>> | childChildMap | Map of strings to list of ChildChild objects |
A description to a class
Filed type | Field name | Description |
---|---|---|
String | id | Id |
Child2 | child2 | Reference back to Child |
A description to a class
Filed type | Field name | Description |
---|---|---|
String | id | Id |
int | quantity | Number of children |
List<Child2> | child2s | List of children, each child has extra information |
A description to a class
Filed type | Field name | Description |
---|---|---|
String | id | Identificator |