Package callofproject.dev.project.config
Class SwaggerConfig
java.lang.Object
callofproject.dev.project.config.SwaggerConfig
This class is a Spring Configuration class that provides configuration for Swagger documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.OpenAPI
openAPI()
Creates and configures the OpenAPI object.
-
Constructor Details
-
SwaggerConfig
public SwaggerConfig()Constructs a new SwaggerConfig.
-
-
Method Details
-
openAPI
@Bean public io.swagger.v3.oas.models.OpenAPI openAPI()Creates and configures the OpenAPI object.- Returns:
- Configured OpenAPI object.
-