Uses of Class
org.springdoc.core.AbstractSwaggerUiConfigProperties.SwaggerUrl
-
Packages that use AbstractSwaggerUiConfigProperties.SwaggerUrl Package Description org.springdoc.core -
-
Uses of AbstractSwaggerUiConfigProperties.SwaggerUrl in org.springdoc.core
Fields in org.springdoc.core with type parameters of type AbstractSwaggerUiConfigProperties.SwaggerUrl Modifier and Type Field Description protected Set<AbstractSwaggerUiConfigProperties.SwaggerUrl>
AbstractSwaggerUiConfigProperties. urls
The Urls.Methods in org.springdoc.core that return types with arguments of type AbstractSwaggerUiConfigProperties.SwaggerUrl Modifier and Type Method Description Set<AbstractSwaggerUiConfigProperties.SwaggerUrl>
SwaggerUiConfigProperties. cloneUrls()
Clone urls set.Set<AbstractSwaggerUiConfigProperties.SwaggerUrl>
AbstractSwaggerUiConfigProperties. getUrls()
Gets urls.Method parameters in org.springdoc.core with type arguments of type AbstractSwaggerUiConfigProperties.SwaggerUrl Modifier and Type Method Description void
AbstractSwaggerUiConfigProperties. setUrls(Set<AbstractSwaggerUiConfigProperties.SwaggerUrl> urls)
Sets urls.
-