Package de.pisa.psa.rst.uti
Class OpenApiGenerator
java.lang.Object
de.pisa.psa.rst.uti.OpenApiGenerator
generator for the OpenAPI definition
- Since:
- 16.01.2024
- Author:
- weiland
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenApiGenerator
public OpenApiGenerator()Constructor
-
-
Method Details
-
gen
Generate the OpenAPI YAML- Returns:
- YAML
-
addObj
add an object to the definition- Parameters:
cls
- class of the objectsrc
- source code of the class
-