public class SwaggerWebFluxConfigurer extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
| Constructor and Description |
|---|
SwaggerWebFluxConfigurer(org.springdoc.core.SwaggerUiConfigParameters swaggerUiConfigParameters,
org.springdoc.core.SpringDocConfigProperties springDocConfigProperties,
SwaggerIndexTransformer swaggerIndexTransformer,
Optional<org.springdoc.core.providers.ActuatorProvider> actuatorProvider,
SwaggerResourceResolver swaggerResourceResolver)
Instantiates a new Swagger web flux configurer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceHandlers(org.springframework.web.reactive.config.ResourceHandlerRegistry registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketServicepublic SwaggerWebFluxConfigurer(org.springdoc.core.SwaggerUiConfigParameters swaggerUiConfigParameters,
org.springdoc.core.SpringDocConfigProperties springDocConfigProperties,
SwaggerIndexTransformer swaggerIndexTransformer,
Optional<org.springdoc.core.providers.ActuatorProvider> actuatorProvider,
SwaggerResourceResolver swaggerResourceResolver)
swaggerUiConfigParameters - the swagger ui calculated configspringDocConfigProperties - the spring doc config propertiesswaggerIndexTransformer - the swagger index transformeractuatorProvider - the actuator providerswaggerResourceResolver - the swagger resource resolverCopyright © 2024. All rights reserved.