Class OpenAPIConfiguration

java.lang.Object
com.pixelservices.flash.swagger.OpenAPIConfiguration

public class OpenAPIConfiguration extends Object
Represents the configuration for the Swagger UI.
  • Constructor Details

    • OpenAPIConfiguration

      public OpenAPIConfiguration(String title, String description, String version, List<String> servers)
      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

      public String getTitle()
      Gets the title of the Swagger UI.
      Returns:
      The title of the Swagger UI.
    • getDescription

      public String getDescription()
      Gets the description of the Swagger UI.
      Returns:
      The description of the Swagger UI.
    • getVersion

      public String getVersion()
      Gets the version of the Swagger UI.
      Returns:
      The version of the Swagger UI.
    • getServers

      public List<String> getServers()
      Gets the list of servers for the Swagger UI.
      Returns:
      The list of servers for the Swagger UI.