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