Uses of Class
org.springdoc.core.SwaggerUiConfigParameters
-
Packages that use SwaggerUiConfigParameters Package Description org.springdoc.ui -
-
Uses of SwaggerUiConfigParameters in org.springdoc.ui
Fields in org.springdoc.ui declared as SwaggerUiConfigParameters Modifier and Type Field Description protected SwaggerUiConfigParametersAbstractSwaggerIndexTransformer. swaggerUiConfigParametersThe Swagger ui config parameters.protected SwaggerUiConfigParametersAbstractSwaggerWelcome. swaggerUiConfigParametersThe Swagger ui calculated config.Constructors in org.springdoc.ui with parameters of type SwaggerUiConfigParameters Constructor Description AbstractSwaggerIndexTransformer(SwaggerUiConfigProperties swaggerUiConfig, SwaggerUiOAuthProperties swaggerUiOAuthProperties, SwaggerUiConfigParameters swaggerUiConfigParameters, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Instantiates a new Abstract swagger index transformer.AbstractSwaggerWelcome(SwaggerUiConfigProperties swaggerUiConfig, SpringDocConfigProperties springDocConfigProperties, SwaggerUiConfigParameters swaggerUiConfigParameters)Instantiates a new Abstract swagger welcome.
-