Uses of Class
org.springdoc.core.SwaggerUiOAuthProperties
-
Packages that use SwaggerUiOAuthProperties Package Description org.springdoc.ui -
-
Uses of SwaggerUiOAuthProperties in org.springdoc.ui
Fields in org.springdoc.ui declared as SwaggerUiOAuthProperties Modifier and Type Field Description protected SwaggerUiOAuthProperties
AbstractSwaggerIndexTransformer. swaggerUiOAuthProperties
The Swagger ui o auth properties.Constructors in org.springdoc.ui with parameters of type SwaggerUiOAuthProperties Constructor Description AbstractSwaggerIndexTransformer(SwaggerUiConfigProperties swaggerUiConfig, SwaggerUiOAuthProperties swaggerUiOAuthProperties, SwaggerUiConfigParameters swaggerUiConfigParameters)
Instantiates a new Abstract swagger index transformer.
-