Package v1.sulphurapi.utils
Class SwaggerReader
java.lang.Object
v1.sulphurapi.utils.SwaggerReader
-
Constructor Summary
ConstructorsConstructorDescriptionSwaggerReader
(String path) Constructor for SwaggerReader that initializes the reader with a given path. -
Method Summary
-
Constructor Details
-
SwaggerReader
Constructor for SwaggerReader that initializes the reader with a given path.- Parameters:
path
- The path to the Swagger/OpenAPI file to be read.
-
-
Method Details
-
getParsedAPI
public io.swagger.v3.oas.models.OpenAPI getParsedAPI()
-