Uses of Interface
org.springdoc.webflux.ui.SwaggerIndexTransformer
-
-
Uses of SwaggerIndexTransformer in org.springdoc.webflux.ui
Classes in org.springdoc.webflux.ui that implement SwaggerIndexTransformer Modifier and Type Class Description class
SwaggerIndexPageTransformer
The type Swagger index transformer.Constructors in org.springdoc.webflux.ui with parameters of type SwaggerIndexTransformer Constructor Description SwaggerWebFluxConfigurer(org.springdoc.core.SwaggerUiConfigParameters swaggerUiConfigParameters, org.springdoc.core.SpringDocConfigProperties springDocConfigProperties, SwaggerIndexTransformer swaggerIndexTransformer, Optional<org.springdoc.core.ActuatorProvider> actuatorProvider)
Instantiates a new Swagger web flux configurer.
-