| Generator |
Executed via command line/terminal from root of this project
Just execute mvn exec:java passing as arguments:
-Dcoverage => this will show on screen the actual coverage of TAS (vs requests that exists in each YAML file - defined in pom.xml)
-Dmodels => this will show all MISSING models that are NOT already implemented in TAS.
|
| RestModelProperty |
|
| SwaggerDefinitions |
Handles all
Entry model : swagger.getDefinitions().entrySet()
|
| SwaggerModel |
Handles swagger definitions Entry model : swagger.getDefinitions().entrySet()
|
| SwaggerPaths |
Handles all
Entry path : swagger.getPaths().entrySet()
|
| SwaggerRequest |
|
| SwaggerYamlParser |
This will handle the Swagger YAML file
It will contain all the models, request or any other properties needed for out generator
|