Uses of Class
org.springdoc.webmvc.ui.SwaggerWelcomeCommon
-
Uses of SwaggerWelcomeCommon in org.springdoc.webmvc.ui
Subclasses of SwaggerWelcomeCommon in org.springdoc.webmvc.uiModifier and TypeClassDescriptionclassThe type Swagger actuator welcome.classThe type Swagger welcome.Constructors in org.springdoc.webmvc.ui with parameters of type SwaggerWelcomeCommonModifierConstructorDescriptionSwaggerConfigResource(SwaggerWelcomeCommon swaggerWelcomeCommon) Instantiates a new Swagger config resource.SwaggerIndexPageTransformer(org.springdoc.core.properties.SwaggerUiConfigProperties swaggerUiConfig, org.springdoc.core.properties.SwaggerUiOAuthProperties swaggerUiOAuthProperties, SwaggerWelcomeCommon swaggerWelcomeCommon, org.springdoc.core.providers.ObjectMapperProvider objectMapperProvider) Instantiates a new Swagger index transformer.SwaggerWebMvcConfigurer(org.springdoc.core.properties.SwaggerUiConfigProperties swaggerUiConfigProperties, org.springframework.boot.autoconfigure.web.WebProperties springWebProperties, org.springframework.boot.webmvc.autoconfigure.WebMvcProperties springWebMvcProperties, SwaggerIndexTransformer swaggerIndexTransformer, SwaggerResourceResolver swaggerResourceResolver, SwaggerWelcomeCommon swaggerWelcomeCommon) Instantiates a new Swagger web mvc configurer.