Package com.paiondata.ws.entity
Class SwaggerConfig
java.lang.Object
com.paiondata.ws.entity.SwaggerConfig
Swagger UI metadata configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.OpenAPI
Configures the Swagger UI metadata.
-
Constructor Details
-
SwaggerConfig
public SwaggerConfig()
-
-
Method Details
-
customOpenAPI
@Bean public io.swagger.v3.oas.models.OpenAPI customOpenAPI()Configures the Swagger UI metadata.- Returns:
- the complete configuration to be injected into the Spring context
-