Package com.pixelservices.flash.swagger
Class OpenAPIConfiguration
java.lang.Object
com.pixelservices.flash.swagger.OpenAPIConfiguration
Represents the configuration for the Swagger UI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description of the Swagger UI.Gets the list of servers for the Swagger UI.getTitle()
Gets the title of the Swagger UI.Gets the version of the Swagger UI.
-
Constructor Details
-
OpenAPIConfiguration
Creates a new FlashSwaggerConfiguration object.- Parameters:
title
- The title of the Swagger UI.description
- The description of the Swagger UI.version
- The version of the Swagger UI.servers
- The list of servers for the Swagger UI.
-
-
Method Details
-
getTitle
Gets the title of the Swagger UI.- Returns:
- The title of the Swagger UI.
-
getDescription
Gets the description of the Swagger UI.- Returns:
- The description of the Swagger UI.
-
getVersion
Gets the version of the Swagger UI.- Returns:
- The version of the Swagger UI.
-
getServers
Gets the list of servers for the Swagger UI.- Returns:
- The list of servers for the Swagger UI.
-