Package com.pixelservices.flash.swagger
Class OpenAPISchemaGenerator
java.lang.Object
com.pixelservices.flash.swagger.OpenAPISchemaGenerator
Generates Swagger documentation for a FlashServer instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
generate()
Generates the OpenAPI documentation as a JSONObject.
-
Constructor Details
-
OpenAPISchemaGenerator
-
-
Method Details
-
generate
public org.json.JSONObject generate()Generates the OpenAPI documentation as a JSONObject.- Returns:
- JSONObject containing the OpenAPI documentation.
-